diff options
author | Kailang Yang <kailang@realtek.com> | 2017-07-21 17:15:07 +0800 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-07-21 11:33:10 +0200 |
commit | e674ac9a470547ae6b9714e6bbe4960b60d148c6 (patch) | |
tree | 4c59bcd13b29b660855cee93e99dd631689605ed /sound | |
parent | 5a36767a41650518f35ea0bae9a2d6e775f1aed1 (diff) | |
download | blackbird-op-linux-e674ac9a470547ae6b9714e6bbe4960b60d148c6.tar.gz blackbird-op-linux-e674ac9a470547ae6b9714e6bbe4960b60d148c6.zip |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index b42a421d1288..443a45eaec32 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; |