diff options
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index d446ac3137b3..1ba22fb527c2 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
@@ -328,6 +328,7 @@ static void alc_auto_init_amp(struct hda_codec *codec, int type) | |||
328 | case 0x10ec0885: | 328 | case 0x10ec0885: |
329 | case 0x10ec0887: | 329 | case 0x10ec0887: |
330 | /*case 0x10ec0889:*/ /* this causes an SPDIF problem */ | 330 | /*case 0x10ec0889:*/ /* this causes an SPDIF problem */ |
331 | case 0x10ec0900: | ||
331 | alc889_coef_init(codec); | 332 | alc889_coef_init(codec); |
332 | break; | 333 | break; |
333 | case 0x10ec0888: | 334 | case 0x10ec0888: |
@@ -2350,6 +2351,7 @@ static int patch_alc882(struct hda_codec *codec) | |||
2350 | switch (codec->vendor_id) { | 2351 | switch (codec->vendor_id) { |
2351 | case 0x10ec0882: | 2352 | case 0x10ec0882: |
2352 | case 0x10ec0885: | 2353 | case 0x10ec0885: |
2354 | case 0x10ec0900: | ||
2353 | break; | 2355 | break; |
2354 | default: | 2356 | default: |
2355 | /* ALC883 and variants */ | 2357 | /* ALC883 and variants */ |