ALSA: hda - Enable parsing the independent HP mode as default for VIA codecs

The original VIA codec parser enabled it as default, so let's keep the
behavior as it was.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Takashi Iwai 2013-01-21 15:15:55 +01:00
parent a1e908edcc
commit 139611705a

View File

@ -135,6 +135,7 @@ static struct via_spec *via_new_spec(struct hda_codec *codec)
if (spec->codec_type == VT1708BCE)
spec->codec_type = VT1708S;
spec->no_pin_power_ctl = 1;
spec->gen.indep_hp = 1;
spec->gen.pcm_playback_hook = via_playback_pcm_hook;
return spec;
}