linux/sound/soc
Richard Zhao cb01e2b992 ALSA: ASoC: add new param mux to dapm_mux_update_power
Function dapm_mux_update_power needs enum index mux and register mask value val
as parameters, but it only has a parameter val, and uses it as both val and mux.
snd_soc_test_bits(widget->codec, e->reg, mask, val) val is register mask here,
e->texts[val] but val should be enum index mux here.

This patch adds a new param mux to fix it.

Signed-off-by: Richard Zhao <linuxzsc@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
2008-10-10 13:41:54 +02:00
..
at32 ALSA: sound/soc/at32: Useless NULL test 2008-10-10 13:41:40 +02:00
at91 ALSA: ASoC: Convert wm8731 to a new-style i2c driver 2008-09-04 10:34:25 +02:00
au1x ALSA: Au1xpsc: psc not disabled when TX is idle 2008-07-15 15:08:28 +02:00
blackfin sound: ASoC: Blackfin: add Blackfin arch ASoC Kconfig and Makefile 2008-09-09 09:11:25 +02:00
codecs ALSA: ASoC: Correct inverted Mic PGA Switch control in wm8510 driver 2008-10-10 13:41:52 +02:00
davinci ALSA: Correct Vladimir Barinov's e-mail address 2008-10-10 13:41:45 +02:00
fsl ALSA: ASoC - fix DMA channel selection in Freescale MPC8610 sound drivers 2008-08-13 11:46:22 +02:00
omap ALSA: ASoC: Convert tlv320aic3x to a new-style i2c driver (v2) 2008-09-23 08:18:26 +02:00
pxa ALSA: Separate common pxa2xx-pcm code 2008-09-23 08:18:10 +02:00
s3c24xx sound: ASoC: Convert neo1973/lm4857 to a new-style i2c driver 2008-09-09 09:11:11 +02:00
sh ALSA: asoc: sh - merge structs snd_soc_codec_dai and snd_soc_cpu_dai. 2008-07-10 09:32:46 +02:00
Kconfig sound: ASoC: Fix dependency on AC97_BUS 2008-09-23 08:18:16 +02:00
Makefile sound: ASoC: Blackfin: Include Blackfin architecture support in build 2008-09-09 09:11:28 +02:00
soc-core.c ALSA: ASoC: Use codec digital mute when stopping playback 2008-09-09 09:11:59 +02:00
soc-dapm.c ALSA: ASoC: add new param mux to dapm_mux_update_power 2008-10-10 13:41:54 +02:00