Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
raspberrypi-kernel
提交
a72f6595
R
raspberrypi-kernel
项目概览
openeuler
/
raspberrypi-kernel
通知
13
Star
1
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
R
raspberrypi-kernel
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
a72f6595
编写于
12月 03, 2015
作者:
T
Takashi Iwai
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'for-linus' into for-next
上级
b03d61d6
bcdda2ec
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
9 addition
and
2 deletion
+9
-2
sound/pci/hda/patch_conexant.c
sound/pci/hda/patch_conexant.c
+3
-2
sound/pci/hda/patch_hdmi.c
sound/pci/hda/patch_hdmi.c
+6
-0
未找到文件。
sound/pci/hda/patch_conexant.c
浏览文件 @
a72f6595
...
...
@@ -958,6 +958,7 @@ static int patch_conexant_auto(struct hda_codec *codec)
*/
static
const
struct
hda_device_id
snd_hda_id_conexant
[]
=
{
HDA_CODEC_ENTRY
(
0x14f12008
,
"CX8200"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f15045
,
"CX20549 (Venice)"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f15047
,
"CX20551 (Waikiki)"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f15051
,
"CX20561 (Hermosa)"
,
patch_conexant_auto
),
...
...
@@ -975,9 +976,9 @@ static const struct hda_device_id snd_hda_id_conexant[] = {
HDA_CODEC_ENTRY
(
0x14f150ac
,
"CX20652"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f150b8
,
"CX20664"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f150b9
,
"CX20665"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f150f1
,
"CX2
0721
"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f150f1
,
"CX2
1722
"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f150f2
,
"CX20722"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f150f3
,
"CX2
0723
"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f150f3
,
"CX2
1724
"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f150f4
,
"CX20724"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f1510f
,
"CX20751/2"
,
patch_conexant_auto
),
HDA_CODEC_ENTRY
(
0x14f15110
,
"CX20751/2"
,
patch_conexant_auto
),
...
...
sound/pci/hda/patch_hdmi.c
浏览文件 @
a72f6595
...
...
@@ -2352,6 +2352,12 @@ static void intel_pin_eld_notify(void *audio_ptr, int port)
struct
hda_codec
*
codec
=
audio_ptr
;
int
pin_nid
=
port
+
0x04
;
/* skip notification during system suspend (but not in runtime PM);
* the state will be updated at resume
*/
if
(
snd_power_get_state
(
codec
->
card
)
!=
SNDRV_CTL_POWER_D0
)
return
;
check_presence_and_report
(
codec
,
pin_nid
);
}
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录