Skip to content

Commit

Permalink
ALSA: hda - Enable parsing the independent HP mode as default for VIA…
Browse files Browse the repository at this point in the history
… 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>
  • Loading branch information
Takashi Iwai committed Jan 21, 2013
1 parent a1e908e commit 1396117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/pci/hda/patch_via.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 1396117

Please sign in to comment.