summaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorKailang Yang <kailang@realtek.com>2017-07-21 17:15:07 +0800
committerTakashi Iwai <tiwai@suse.de>2017-07-21 11:33:10 +0200
commite674ac9a470547ae6b9714e6bbe4960b60d148c6 (patch)
tree4c59bcd13b29b660855cee93e99dd631689605ed /sound
parent5a36767a41650518f35ea0bae9a2d6e775f1aed1 (diff)
downloadlinux-0-day-e674ac9a470547ae6b9714e6bbe4960b60d148c6.tar.gz
linux-0-day-e674ac9a470547ae6b9714e6bbe4960b60d148c6.tar.xz
ALSA: hda/realtek - No loopback on ALC225/ALC295 codec
ALC225/ALC295 also have no loopback mixer. Signed-off-by: Kailang Yang <kailang@realtek.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/hda/patch_realtek.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index b42a421d12885..443a45eaec326 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -6805,6 +6805,7 @@ static int patch_alc269(struct hda_codec *codec)
case 0x10ec0225:
case 0x10ec0295:
spec->codec_variant = ALC269_TYPE_ALC225;
+ spec->gen.mixer_nid = 0; /* no loopback on ALC225 ALC295 */
break;
case 0x10ec0299:
spec->codec_variant = ALC269_TYPE_ALC225;