aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorVitaliy Kulikov <Vitaliy.Kulikov@idt.com>2010-02-04 02:58:23 -0500
committerTakashi Iwai <tiwai@suse.de>2010-02-04 02:58:23 -0500
commita9694faa287888b4fb10849649b6c94d0a1c9940 (patch)
tree51aa96572592047d303517987fcca7fbcc72dd2c /sound/pci
parent36706005d90642bccabfaacbb24d135155e984a8 (diff)
ALSA: hda - Adding support for another IDT 92HD83XXX codec
Signed-off-by: Vitaliy Kulikov <Vitaliy.Kulikov@idt.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/patch_sigmatel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index 9694675f0b9e..693dd14d9ec1 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -5341,6 +5341,7 @@ again:
5341 spec->num_pwrs = 0; 5341 spec->num_pwrs = 0;
5342 break; 5342 break;
5343 case 0x111d7604: 5343 case 0x111d7604:
5344 case 0x111d76d4:
5344 case 0x111d7605: 5345 case 0x111d7605:
5345 case 0x111d76d5: 5346 case 0x111d76d5:
5346 if (spec->board_config == STAC_92HD83XXX_PWR_REF) 5347 if (spec->board_config == STAC_92HD83XXX_PWR_REF)
@@ -6263,6 +6264,7 @@ static struct hda_codec_preset snd_hda_preset_sigmatel[] = {
6263 { .id = 0x838476a7, .name = "STAC9254D", .patch = patch_stac9205 }, 6264 { .id = 0x838476a7, .name = "STAC9254D", .patch = patch_stac9205 },
6264 { .id = 0x111d7603, .name = "92HD75B3X5", .patch = patch_stac92hd71bxx}, 6265 { .id = 0x111d7603, .name = "92HD75B3X5", .patch = patch_stac92hd71bxx},
6265 { .id = 0x111d7604, .name = "92HD83C1X5", .patch = patch_stac92hd83xxx}, 6266 { .id = 0x111d7604, .name = "92HD83C1X5", .patch = patch_stac92hd83xxx},
6267 { .id = 0x111d76d4, .name = "92HD83C1C5", .patch = patch_stac92hd83xxx},
6266 { .id = 0x111d7605, .name = "92HD81B1X5", .patch = patch_stac92hd83xxx}, 6268 { .id = 0x111d7605, .name = "92HD81B1X5", .patch = patch_stac92hd83xxx},
6267 { .id = 0x111d76d5, .name = "92HD81B1C5", .patch = patch_stac92hd83xxx}, 6269 { .id = 0x111d76d5, .name = "92HD81B1C5", .patch = patch_stac92hd83xxx},
6268 { .id = 0x111d7666, .name = "92HD88B3", .patch = patch_stac92hd83xxx}, 6270 { .id = 0x111d7666, .name = "92HD88B3", .patch = patch_stac92hd83xxx},