projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb8e2f8
)
[ALSA] hda-codec - Add default config for ASUS P5AD2
author
Takashi Iwai
<tiwai@suse.de>
Fri, 29 Jul 2005 09:56:41 +0000
(11:56 +0200)
committer
Jaroslav Kysela
<perex@suse.cz>
Tue, 30 Aug 2005 06:43:11 +0000
(08:43 +0200)
HDA Codec driver
Added the default config for ASUS P5AD2.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_cmedia.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/patch_cmedia.c
b/sound/pci/hda/patch_cmedia.c
index 86f195f19eef0e64a9d12ffb7dd11f06ded9223c..07fb4f5a54b36558c65575acf630ec6951f5b559 100644
(file)
--- a/
sound/pci/hda/patch_cmedia.c
+++ b/
sound/pci/hda/patch_cmedia.c
@@
-647,6
+647,7
@@
static struct hda_board_config cmi9880_cfg_tbl[] = {
{ .modelname = "min_fp", .config = CMI_MIN_FP },
{ .modelname = "full", .config = CMI_FULL },
{ .modelname = "full_dig", .config = CMI_FULL_DIG },
+ { .pci_subvendor = 0x1043, .pci_subdevice = 0x813d, .config = CMI_FULL_DIG }, /* ASUS P5AD2 */
{ .modelname = "allout", .config = CMI_ALLOUT },
{ .modelname = "auto", .config = CMI_AUTO },
{} /* terminator */