ALSA: hda - Enable stereo mix as default for AD and VIA codecs
[pandora-kernel.git] / sound / pci / hda / patch_via.c
index 0bc20ef..f84195f 100644 (file)
@@ -138,6 +138,7 @@ static struct via_spec *via_new_spec(struct hda_codec *codec)
        spec->gen.indep_hp = 1;
        spec->gen.keep_eapd_on = 1;
        spec->gen.pcm_playback_hook = via_playback_pcm_hook;
+       spec->gen.add_stereo_mix_input = 1;
        return spec;
 }