diff options
| author | Kai-Heng Feng <kai.heng.feng@canonical.com> | 2017-03-12 08:13:33 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2017-03-12 08:13:33 +0000 |
| commit | de7da8e6cd8a25b47ae8b1b1c5903655c6daca35 (patch) | |
| tree | f00f2f36424654fcd378b8f9e04991a8329ced01 | |
| parent | 6a56b6d97511e0d6528fd66996e022f482a8575d (diff) | |
| parent | 1f4f37076d520a9c21f0d319802f8162c32c7788 (diff) | |
ALSA: hda/realtek - Cannot adjust speaker's volume on a Dell AIO
am: 1f4f37076d
Change-Id: I644061092b4149f275fa5de0354a57ad2711b9a7
| -rw-r--r-- | sound/pci/hda/patch_realtek.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 00c50d58f108..35c96cf060e6 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -6047,6 +6047,12 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = { SND_HDA_PIN_QUIRK(0x10ec0298, 0x1028, "Dell", ALC298_FIXUP_DELL1_MIC_NO_PRESENCE, ALC298_STANDARD_PINS, {0x17, 0x90170150}), + SND_HDA_PIN_QUIRK(0x10ec0298, 0x1028, "Dell", ALC298_FIXUP_SPK_VOLUME, + {0x12, 0xb7a60140}, + {0x13, 0xb7a60150}, + {0x17, 0x90170110}, + {0x1a, 0x03011020}, + {0x21, 0x03211030}), {} }; |
