tmp_suning_uos_patched/sound
Kailang Yang 693abe11aa ALSA: hda/realtek - Fixed hp_pin no value
Fix hp_pin always no value.

[More notes on the changes:

 The hp_pin value that is referred in alc294_hp_init() is always zero
 at the moment the function gets called, hence this is actually
 useless as in the current code.

 And, this kind of init sequence should be called from the codec init
 callback, instead of the parser function.  So, the first fix in this
 patch to move the call call into its own init_hook.

 OTOH, this function is needed to be called only once after the boot,
 and it'd take too long for invoking at each resume (where the init
 callback gets called).  So we add a new flag and invoke this only
 once as an additional fix.

 The one case is still not covered, though: S4 resume.  But this
 change itself won't lead to any regression in that regard, so we
 leave S4 issue as is for now and fix it later.  -- tiwai ]

Fixes: bde1a74596 ("ALSA: hda/realtek - Fixed headphone issue for ALC700")
Signed-off-by: Kailang Yang <kailang@realtek.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2019-01-29 16:33:08 +01:00
..
ac97
aoa
arm
atmel
core ALSA: pcm: Fix tight loop of OSS capture stream 2019-01-25 19:45:46 +01:00
drivers
firewire
hda
i2c
isa
mips
oss
parisc
pci ALSA: hda/realtek - Fixed hp_pin no value 2019-01-29 16:33:08 +01:00
pcmcia
ppc
sh
soc
sparc
spi
synth
usb ALSA: usb-audio: Add Opus #3 to quirks for native DSD support 2019-01-25 19:45:42 +01:00
x86
xen
ac97_bus.c
Kconfig
last.c
Makefile
sound_core.c