1
0
Fork 0
alistair23-linux/sound/soc/s6000
Lars-Peter Clausen b92af2b884 ASoC: s6105-ipcam: Convert to table based DAPM setup
Use table based setup to register the DAPM widgets and routes. This on one hand
makes the code a bit shorter and cleaner and on the other hand the board level
DAPM elements get registered in the card's DAPM context rather than in the
CODEC's DAPM context.

While we are at it also remove the snd_soc_dapm_enable_pin() in the init
callback, since pins are enabled by default. Also drop the snd_soc_dapm_sync()
calls, since they are ignored by the core anyway until the card has been fully
instantiated.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
2014-03-13 11:43:30 +00:00
..
Kconfig ASoC: s6105 IP camera machine specific ASoC code 2009-04-04 15:29:01 +01:00
Makefile ASoC: s6105 IP camera machine specific ASoC code 2009-04-04 15:29:01 +01:00
s6000-i2s.c ASoC: s6000: Don't mix SNDRV_PCM_RATE_CONTINUOUS with specific rates 2014-01-14 20:42:29 +00:00
s6000-i2s.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
s6000-pcm.c ASoC: s6000: Don't set unused struct snd_pcm_hardware fields 2013-12-24 12:02:21 +00:00
s6000-pcm.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
s6105-ipcam.c ASoC: s6105-ipcam: Convert to table based DAPM setup 2014-03-13 11:43:30 +00:00