Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
Kernel
提交
a39afc8e
K
Kernel
项目概览
openeuler
/
Kernel
1 年多 前同步成功
通知
8
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
K
Kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
a39afc8e
编写于
7月 28, 2010
作者:
T
Takashi Iwai
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'fix/hda' into topic/hda
上级
7ccc3efa
38faddb1
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
16 addition
and
0 deletion
+16
-0
sound/pci/hda/patch_hdmi.c
sound/pci/hda/patch_hdmi.c
+13
-0
sound/pci/hda/patch_nvhdmi.c
sound/pci/hda/patch_nvhdmi.c
+3
-0
未找到文件。
sound/pci/hda/patch_hdmi.c
浏览文件 @
a39afc8e
...
...
@@ -52,6 +52,10 @@ struct hdmi_spec {
*/
struct
hda_multi_out
multiout
;
unsigned
int
codec_type
;
/* misc flags */
/* PD bit indicates only the update, not the current state */
unsigned
int
old_pin_detect
:
1
;
};
...
...
@@ -616,6 +620,9 @@ static void hdmi_setup_audio_infoframe(struct hda_codec *codec, hda_nid_t nid,
* Unsolicited events
*/
static
void
hdmi_present_sense
(
struct
hda_codec
*
codec
,
hda_nid_t
pin_nid
,
struct
hdmi_eld
*
eld
);
static
void
hdmi_intrinsic_event
(
struct
hda_codec
*
codec
,
unsigned
int
res
)
{
struct
hdmi_spec
*
spec
=
codec
->
spec
;
...
...
@@ -632,6 +639,12 @@ static void hdmi_intrinsic_event(struct hda_codec *codec, unsigned int res)
if
(
index
<
0
)
return
;
if
(
spec
->
old_pin_detect
)
{
if
(
pind
)
hdmi_present_sense
(
codec
,
tag
,
&
spec
->
sink_eld
[
index
]);
pind
=
spec
->
sink_eld
[
index
].
monitor_present
;
}
spec
->
sink_eld
[
index
].
monitor_present
=
pind
;
spec
->
sink_eld
[
index
].
eld_valid
=
eldv
;
...
...
sound/pci/hda/patch_nvhdmi.c
浏览文件 @
a39afc8e
...
...
@@ -478,6 +478,7 @@ static int patch_nvhdmi_8ch_89(struct hda_codec *codec)
codec
->
spec
=
spec
;
spec
->
codec_type
=
HDA_CODEC_NVIDIA_MCP89
;
spec
->
old_pin_detect
=
1
;
if
(
hdmi_parse_codec
(
codec
)
<
0
)
{
codec
->
spec
=
NULL
;
...
...
@@ -508,6 +509,7 @@ static int patch_nvhdmi_8ch_7x(struct hda_codec *codec)
spec
->
multiout
.
max_channels
=
8
;
spec
->
multiout
.
dig_out_nid
=
nvhdmi_master_con_nid_7x
;
spec
->
codec_type
=
HDA_CODEC_NVIDIA_MCP7X
;
spec
->
old_pin_detect
=
1
;
codec
->
patch_ops
=
nvhdmi_patch_ops_8ch_7x
;
...
...
@@ -528,6 +530,7 @@ static int patch_nvhdmi_2ch(struct hda_codec *codec)
spec
->
multiout
.
max_channels
=
2
;
spec
->
multiout
.
dig_out_nid
=
nvhdmi_master_con_nid_7x
;
spec
->
codec_type
=
HDA_CODEC_NVIDIA_MCP7X
;
spec
->
old_pin_detect
=
1
;
codec
->
patch_ops
=
nvhdmi_patch_ops_2ch
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录