projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1e908e
)
ALSA: hda - Enable parsing the independent HP mode as default for VIA codecs
author
Takashi Iwai
<tiwai@suse.de>
Mon, 21 Jan 2013 14:15:55 +0000
(15:15 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 21 Jan 2013 14:15:55 +0000
(15:15 +0100)
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>
sound/pci/hda/patch_via.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/patch_via.c
b/sound/pci/hda/patch_via.c
index eade21c3e0b1b824e0dd7692e58373ebc63257cc..9d9583ca5f5b1344c414b3c340becd42c42f606d 100644
(file)
--- 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)
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;
}