diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-01-21 09:15:55 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-01-21 09:15:55 -0500 |
commit | 139611705ad5ce7b35b8b7957c5ca406deb3ff9b (patch) | |
tree | 6a5fb4c45f19b60af099e69acfc48aa73ecd4f41 /sound | |
parent | a1e908edccd1b6928cda78371026b458e2c1973a (diff) |
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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_via.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_via.c b/sound/pci/hda/patch_via.c index eade21c3e0b1..9d9583ca5f5b 100644 --- a/sound/pci/hda/patch_via.c +++ b/sound/pci/hda/patch_via.c | |||
@@ -135,6 +135,7 @@ static struct via_spec *via_new_spec(struct hda_codec *codec) | |||
135 | if (spec->codec_type == VT1708BCE) | 135 | if (spec->codec_type == VT1708BCE) |
136 | spec->codec_type = VT1708S; | 136 | spec->codec_type = VT1708S; |
137 | spec->no_pin_power_ctl = 1; | 137 | spec->no_pin_power_ctl = 1; |
138 | spec->gen.indep_hp = 1; | ||
138 | spec->gen.pcm_playback_hook = via_playback_pcm_hook; | 139 | spec->gen.pcm_playback_hook = via_playback_pcm_hook; |
139 | return spec; | 140 | return spec; |
140 | } | 141 | } |