Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
Kernel
提交
d4a86d81
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看板
提交
d4a86d81
编写于
6月 23, 2010
作者:
T
Takashi Iwai
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
ALSA: hda - Add missing ALC680_* definitions
Also update the documentation. Signed-off-by:
N
Takashi Iwai
<
tiwai@suse.de
>
上级
d1eb57f4
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
14 addition
and
1 deletion
+14
-1
Documentation/sound/alsa/HD-Audio-Models.txt
Documentation/sound/alsa/HD-Audio-Models.txt
+5
-0
sound/pci/hda/patch_realtek.c
sound/pci/hda/patch_realtek.c
+9
-1
未找到文件。
Documentation/sound/alsa/HD-Audio-Models.txt
浏览文件 @
d4a86d81
...
@@ -114,6 +114,11 @@ ALC662/663/272
...
@@ -114,6 +114,11 @@ ALC662/663/272
samsung-nc10 Samsung NC10 mini notebook
samsung-nc10 Samsung NC10 mini notebook
auto auto-config reading BIOS (default)
auto auto-config reading BIOS (default)
ALC680
======
base Base model (ASUS NX90)
auto auto-config reading BIOS (default)
ALC882/883/885/888/889
ALC882/883/885/888/889
======================
======================
3stack-dig 3-jack with SPDIF I/O
3stack-dig 3-jack with SPDIF I/O
...
...
sound/pci/hda/patch_realtek.c
浏览文件 @
d4a86d81
...
@@ -256,6 +256,13 @@ enum {
...
@@ -256,6 +256,13 @@ enum {
ALC882_MODEL_LAST,
ALC882_MODEL_LAST,
};
};
/* ALC680 models */
enum {
ALC680_BASE,
ALC680_AUTO,
ALC680_MODEL_LAST,
};
/* for GPIO Poll */
/* for GPIO Poll */
#define GPIO_MASK 0x03
#define GPIO_MASK 0x03
...
@@ -18997,7 +19004,8 @@ static void alc680_auto_init(struct hda_codec *codec)
...
@@ -18997,7 +19004,8 @@ static void alc680_auto_init(struct hda_codec *codec)
* configuration and preset
* configuration and preset
*/
*/
static const char *alc680_models[ALC680_MODEL_LAST] = {
static const char *alc680_models[ALC680_MODEL_LAST] = {
[ALC680_BASE] = "alc680_base",
[ALC680_BASE] = "base",
[ALC680_AUTO] = "auto",
};
};
static struct snd_pci_quirk alc680_cfg_tbl[] = {
static struct snd_pci_quirk alc680_cfg_tbl[] = {
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录