projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8937fd8
)
[ALSA] hda-codec - Add model entry for Sony VAIO
author
Takashi Iwai
<tiwai@suse.de>
Wed, 11 Jan 2006 17:10:50 +0000
(18:10 +0100)
committer
Jaroslav Kysela
<perex@suse.cz>
Sun, 22 Jan 2006 15:24:03 +0000
(16:24 +0100)
Modules: HDA Codec driver
Added an ALC260 model entry (basic) for Sony VAIO.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_realtek.c
b/sound/pci/hda/patch_realtek.c
index ad9e501a981892b99a8668b3e98c6dcbe1489a1b..543980d89b83c564335cc6d0bfaab814428a4822 100644
(file)
--- a/
sound/pci/hda/patch_realtek.c
+++ b/
sound/pci/hda/patch_realtek.c
@@
-2945,6
+2945,8
@@
static int alc260_auto_init(struct hda_codec *codec)
*/
static struct hda_board_config alc260_cfg_tbl[] = {
{ .modelname = "basic", .config = ALC260_BASIC },
+ { .pci_subvendor = 0x104d, .pci_subdevice = 0x81bb,
+ .config = ALC260_BASIC }, /* Sony VAIO */
{ .modelname = "hp", .config = ALC260_HP },
{ .pci_subvendor = 0x103c, .pci_subdevice = 0x3010, .config = ALC260_HP },
{ .pci_subvendor = 0x103c, .pci_subdevice = 0x3011, .config = ALC260_HP },