Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
Kernel
提交
cdcb61a7
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看板
提交
cdcb61a7
编写于
3月 14, 2016
作者:
T
Takashi Iwai
浏览文件
操作
浏览文件
下载
差异文件
Merge branch 'for-linus' into for-next
上级
0ab1ace8
6ef2f68f
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
11 addition
and
1 deletion
+11
-1
sound/pci/hda/patch_conexant.c
sound/pci/hda/patch_conexant.c
+6
-1
sound/pci/hda/patch_hdmi.c
sound/pci/hda/patch_hdmi.c
+4
-0
sound/pci/hda/patch_realtek.c
sound/pci/hda/patch_realtek.c
+1
-0
未找到文件。
sound/pci/hda/patch_conexant.c
浏览文件 @
cdcb61a7
...
...
@@ -204,8 +204,13 @@ static void cx_auto_reboot_notify(struct hda_codec *codec)
{
struct
conexant_spec
*
spec
=
codec
->
spec
;
if
(
codec
->
core
.
vendor_id
!=
0x14f150f2
)
switch
(
codec
->
core
.
vendor_id
)
{
case
0x14f150f2
:
/* CX20722 */
case
0x14f150f4
:
/* CX20724 */
break
;
default:
return
;
}
/* Turn the CX20722 codec into D3 to avoid spurious noises
from the internal speaker during (and after) reboot */
...
...
sound/pci/hda/patch_hdmi.c
浏览文件 @
cdcb61a7
...
...
@@ -2208,6 +2208,10 @@ static void intel_pin_eld_notify(void *audio_ptr, int port)
struct
hda_codec
*
codec
=
audio_ptr
;
int
pin_nid
=
port
+
0x04
;
/* we assume only from port-B to port-D */
if
(
port
<
1
||
port
>
3
)
return
;
/* skip notification during system suspend (but not in runtime PM);
* the state will be updated at resume
*/
...
...
sound/pci/hda/patch_realtek.c
浏览文件 @
cdcb61a7
...
...
@@ -5556,6 +5556,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK
(
0x17aa
,
0x2226
,
"ThinkPad X250"
,
ALC292_FIXUP_TPT440_DOCK
),
SND_PCI_QUIRK
(
0x17aa
,
0x2233
,
"Thinkpad"
,
ALC293_FIXUP_LENOVO_SPK_NOISE
),
SND_PCI_QUIRK
(
0x17aa
,
0x30bb
,
"ThinkCentre AIO"
,
ALC233_FIXUP_LENOVO_LINE2_MIC_HOTKEY
),
SND_PCI_QUIRK
(
0x17aa
,
0x30e2
,
"ThinkCentre AIO"
,
ALC233_FIXUP_LENOVO_LINE2_MIC_HOTKEY
),
SND_PCI_QUIRK
(
0x17aa
,
0x3902
,
"Lenovo E50-80"
,
ALC269_FIXUP_DMIC_THINKPAD_ACPI
),
SND_PCI_QUIRK
(
0x17aa
,
0x3977
,
"IdeaPad S210"
,
ALC283_FIXUP_INT_MIC
),
SND_PCI_QUIRK
(
0x17aa
,
0x3978
,
"IdeaPad Y410P"
,
ALC269_FIXUP_NO_SHUTUP
),
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录