diff options
| -rw-r--r-- | sound/pci/hda/patch_realtek.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index db1a376e27c0..1797110cb096 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c | |||
| @@ -341,6 +341,9 @@ static void alc_fill_eapd_coef(struct hda_codec *codec) | |||
| 341 | case 0x10ec0299: | 341 | case 0x10ec0299: |
| 342 | alc_update_coef_idx(codec, 0x10, 1<<9, 0); | 342 | alc_update_coef_idx(codec, 0x10, 1<<9, 0); |
| 343 | break; | 343 | break; |
| 344 | case 0x10ec0275: | ||
| 345 | alc_update_coef_idx(codec, 0xe, 0, 1<<0); | ||
| 346 | break; | ||
| 344 | case 0x10ec0293: | 347 | case 0x10ec0293: |
| 345 | alc_update_coef_idx(codec, 0xa, 1<<13, 0); | 348 | alc_update_coef_idx(codec, 0xa, 1<<13, 0); |
| 346 | break; | 349 | break; |
