X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=sound%2Fpci%2Fhda%2Fhda_generic.c;h=7e785487c67b7d180920b4921997aeff000cf5ee;hb=fabc16fe9a92709c284325fbd14805fa410dc1d3;hp=320445f3bf736d51e3dcfc884cdf5f7aef0b3855;hpb=23a3e178b9f8be3a900c7b11d795e54b4a131af0;p=cascardo%2Flinux.git diff --git a/sound/pci/hda/hda_generic.c b/sound/pci/hda/hda_generic.c index 320445f3bf73..7e785487c67b 100644 --- a/sound/pci/hda/hda_generic.c +++ b/sound/pci/hda/hda_generic.c @@ -2492,10 +2492,6 @@ static int create_loopback_mixing_ctl(struct hda_codec *codec) if (!snd_hda_gen_add_kctl(spec, NULL, &loopback_mixing_enum)) return -ENOMEM; spec->have_aamix_ctl = 1; - /* if no explicit aamix path is present (e.g. for Realtek codecs), - * enable aamix as default -- just for compatibility - */ - spec->aamix_mode = !has_aamix_out_paths(spec); return 0; }