android_kernel_xiaomi_sm8350/sound/pci
Steve Longerbeam 7b04389999 [ALSA] hda-codec - bug fixes for stac92xx HDA codecs.
* fixed surround playback on stac922x. Pin direction control bits were
  not being set correctly in stac92xx_set_pinctl(). Specifically it
  would refuse to set the port as an output if the port was already
  configured as an input. Last hunk (#8).
* fixed an input mux bug on 92xx codecs. When there is more than one
  possible input calculated for the muxes, the actual mux widget never
  gets set from its reset default, which is index 0, in the stac9221
  case that is port E. So alsamixer/amixer/gnome-mixer report the Mic
  as being the selected input source, but in fact is something else
  (line-in port E in stac9221 case). Another problem with this is that
  if you actually try to set the mux input to 'Mic', nothing happens
  because *cur_val == idx (see snd_hda_input_mux_put). You have to
  actually toggle input source to line-in then back to mic to actually
  set the mux widget. Hunk #7.
* fixed some typos in patch_sigmatel.c. Hunk #6.
* fix to stac92xx_add_dyn_out_pins() that fixes surround playback on
  codecs with less that 4 DACs (stac9205 for example). It reads the widget
  caps cache created by hda_codec to count the total number of analog DACs
  found. It then uses that to determine whether there will be enough
  independent DACs available for line/mic switch controls. Hunk #1, #2,
  and #3.
* improvements to stac92xx_auto_fill_dac_nids() to make it more general.
  This fixes surround playback on some codecs in combination with the
  fix to stac92xx_add_dyn_out_pins() above. It reads the full connection
  list now, instead of just the first entry, and then locates an analog
  DAC in the list. If one is found and it's free, assign it to that line-out.
  If no free DAC is found for the line-out, return -ENODEV. It also makes
  sure to actually select the chosen DAC if more than one DAC is input to
  the pin. Hunks #4, #5.

Signed-off-by: Steve Longerbeam <stevel@embeddedalley.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
2007-05-11 16:56:15 +02:00
..
ac97 [ALSA] ac97 - Smart 5.1 for VIA 1617a codec 2007-05-11 16:55:48 +02:00
ali5451 [ALSA] ali5451 - Code clean up, irq handler fix 2007-05-11 16:55:55 +02:00
au88x0 [ALSA] Delete unused header file sound/pci/au88x0/au88x0_sb.h 2007-05-11 16:55:48 +02:00
ca0106 [ALSA] Add snd_pcm_group_for_each_entry() for code cleanup 2007-05-11 16:55:42 +02:00
cs46xx [ALSA] Fix alsa-devel ML address 2007-05-11 16:55:52 +02:00
cs5535audio [ALSA] Remove IRQF_DISABLED for shared PCI irqs 2006-12-20 08:55:57 +01:00
echoaudio [ALSA] add MODULE_FIRMWARE entries 2007-05-11 16:56:14 +02:00
emu10k1 [ALSA] add MODULE_FIRMWARE entries 2007-05-11 16:56:14 +02:00
hda [ALSA] hda-codec - bug fixes for stac92xx HDA codecs. 2007-05-11 16:56:15 +02:00
ice1712 [ALSA] ice1724 - Misc fixes for Prodigy192 2007-05-11 16:56:10 +02:00
korg1212 [ALSA] add MODULE_FIRMWARE entries 2007-05-11 16:56:14 +02:00
mixart [ALSA] add MODULE_FIRMWARE entries 2007-05-11 16:56:14 +02:00
nm256 [ALSA] nm256 - Use quirk list helper function 2007-02-09 09:01:51 +01:00
pcxhr [ALSA] add MODULE_FIRMWARE entries 2007-05-11 16:56:14 +02:00
riptide [ALSA] add MODULE_FIRMWARE entries 2007-05-11 16:56:14 +02:00
rme9652 [ALSA] add MODULE_FIRMWARE entries 2007-05-11 16:56:14 +02:00
trident [ALSA] Add snd_pcm_group_for_each_entry() for code cleanup 2007-05-11 16:55:42 +02:00
vx222 [ALSA] Add even more 'const' to everything related to TLV 2007-02-09 09:03:19 +01:00
ymfpci [ALSA] add MODULE_FIRMWARE entries 2007-05-11 16:56:14 +02:00
ad1889.c [ALSA] Remove IRQF_DISABLED for shared PCI irqs 2006-12-20 08:55:57 +01:00
ad1889.h
als300.c [ALSA] Fix obsolete *_t typedefs 2007-02-09 09:01:45 +01:00
als4000.c
atiixp_modem.c [ALSA] ac97 - Suppress power-saving mode on non-supporting drivers 2007-02-09 09:01:09 +01:00
atiixp.c [ALSA] atiixp - Use quirk list helper function 2007-02-09 09:01:48 +01:00
azt3328.c [ALSA] azt3328.c: small cleanup patch 2007-05-11 16:55:52 +02:00
azt3328.h [ALSA] azt3328.c: small cleanup patch 2007-05-11 16:55:52 +02:00
bt87x.c [ALSA] Fix alsa-devel ML address 2007-05-11 16:55:52 +02:00
cmipci.c [ALSA] cmipci - Allow to disable integrated FM port 2007-03-06 11:03:53 +01:00
cs4281.c [ALSA] Add even more 'const' to everything related to TLV 2007-02-09 09:03:19 +01:00
ens1370.c [ALSA] Add snd_pcm_group_for_each_entry() for code cleanup 2007-05-11 16:55:42 +02:00
ens1371.c
es1938.c [ALSA] Add even more 'const' to everything related to TLV 2007-02-09 09:03:19 +01:00
es1968.c [ALSA] es1968 - Fix stuttering capture 2007-05-11 16:55:54 +02:00
fm801.c [ALSA] Add even more 'const' to everything related to TLV 2007-02-09 09:03:19 +01:00
intel8x0.c [ALSA] intel8x0 - Fix Oops in crash kernel 2007-05-11 16:56:08 +02:00
intel8x0m.c [ALSA] ac97 - Suppress power-saving mode on non-supporting drivers 2007-02-09 09:01:09 +01:00
Kconfig [ALSA] do not depend on FW_LOADER when internal firmware images are used 2007-05-11 16:56:14 +02:00
maestro3.c [ALSA] add MODULE_FIRMWARE entries 2007-05-11 16:56:14 +02:00
Makefile
rme32.c [ALSA] Add snd_pcm_group_for_each_entry() for code cleanup 2007-05-11 16:55:42 +02:00
rme96.c [ALSA] Remove IRQF_DISABLED for shared PCI irqs 2006-12-20 08:55:57 +01:00
sonicvibes.c [ALSA] Remove IRQF_DISABLED for shared PCI irqs 2006-12-20 08:55:57 +01:00
via82xx_modem.c [ALSA] ac97 - Suppress power-saving mode on non-supporting drivers 2007-02-09 09:01:09 +01:00
via82xx.c [ALSA] Add even more 'const' to everything related to TLV 2007-02-09 09:03:19 +01:00