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