linux/sound/soc
Viresh Kumar b1dd5897f5 ASoC: core: Don't overwrite .poweroff in snd_soc_pm_ops
SET_SYSTEM_SLEEP_PM_OPS writes .poweroff = *_resume once. Then we overwrite it
again explicitly as .poweroff = snd_soc_poweroff. Even though it works, as the
second one overwrites the first one, this is not the correct way. Fix this by
expanding SET_SYSTEM_SLEEP_PM_OPS in our structure.

Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2012-02-24 14:46:26 +00:00
..
atmel ASoC: Convert afeb9260 to table based DAPM init 2012-02-01 21:52:54 +00:00
au1x
blackfin ASoC: blackfin: Use dai_fmt 2012-02-01 18:29:19 +00:00
codecs ASoC: wm8962: Convert interrupt handler to direct regmap usage 2012-02-23 22:06:58 +00:00
davinci
ep93xx
fsl
imx ASoC: imx-pcm: Request DMA channel early 2012-02-22 13:21:49 +00:00
jz4740
kirkwood ASoC: Convert kirkwood-openrd to use snd_soc_register_card() 2012-02-07 19:40:53 +00:00
mid-x86 ASoC: core: Add support for DAI and machine kcontrols. 2012-02-04 12:40:11 +00:00
mxs ASoC: mxs-pcm: Request DMA channel early 2012-02-22 13:21:49 +00:00
nuc900
omap ASoC: Fix build error in sound/soc/omap/n810.c 2012-02-10 11:38:00 +00:00
pxa ASoC: Add __devinit annotation for pxa2xx_ac97_probe 2012-02-19 18:13:02 -08:00
s6000
samsung Linux 3.3-rc3 2012-02-09 12:00:22 +00:00
sh ASoC: fsi: Add DMAEngine support 2012-02-19 18:36:16 -08:00
tegra ASoC: tegra+alc5632: Added digital microphone DAPM widget. 2012-02-13 11:37:35 -08:00
txx9
Kconfig
Makefile
soc-cache.c
soc-core.c ASoC: core: Don't overwrite .poweroff in snd_soc_pm_ops 2012-02-24 14:46:26 +00:00
soc-dapm.c ASoC: dapm: Only mark pin widgets as dirty if we actually change state 2012-02-17 08:10:33 -08:00
soc-io.c ASoC: io: Retrieve val_bytes from the regmap API 2012-02-21 19:34:47 +00:00
soc-jack.c
soc-pcm.c ASoC: dapm: Supply the DAI and substream when calling stream events 2012-02-17 08:10:01 -08:00
soc-utils.c