kernel-ark/sound/soc
Timur Tabi 85ef2375ef ASoC: optimize init sequence of Freescale MPC8610 sound drivers
In the Freescale MPC8610 sound drivers, relocate all code from the _prepare
functions into the corresponding _hw_params functions.  These drivers assumed
that the sample size is known in the _prepare function and not in the
_hw_params function, but this is not true.

Move the code in fsl_dma_prepare() into fsl_dma_hw_param().  Create
fsl_ssi_hw_params() and move the code from fsl_ssi_prepare() into it.

Turn off snooping for DMA operations to/from I/O registers, since that's not
necessary.

Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2009-02-06 12:08:15 +00:00
..
atmel Merge branch 'fix/asoc' into topic/asoc 2009-02-03 07:07:15 +01:00
au1x ASoC: Staticise PCM operations tables 2009-01-19 16:23:27 +00:00
blackfin ASoC: Blackfin: drop unnecessary dma casts 2009-02-06 12:07:39 +00:00
codecs ASoC: uda1380: split set_dai_fmt into _both, _playback and _capture variants 2009-02-04 13:15:15 +00:00
davinci ASoC: Staticise PCM operations tables 2009-01-19 16:23:27 +00:00
fsl ASoC: optimize init sequence of Freescale MPC8610 sound drivers 2009-02-06 12:08:15 +00:00
omap Merge branch 'for-2.6.29' into for-2.6.30 2009-02-02 12:46:51 +00:00
pxa ASoC: pxa-ssp: fix SSP port request 2009-02-04 13:17:22 +00:00
s3c24xx ASoC: Fix L3 bus handling in Kconfig 2009-01-23 15:37:26 +00:00
sh ALSA: ASoC - Fix wrong section types 2008-12-10 07:47:22 +01:00
Kconfig ASoC: Add jack reporting interface 2009-01-09 10:31:31 +00:00
Makefile ASoC: Add jack reporting interface 2009-01-09 10:31:31 +00:00
soc-core.c Merge branch 'topic/snd_card_new-err' into topic/asoc 2009-01-28 08:08:32 +01:00
soc-dapm.c ASoC: Push the codec runtime storage into the card structure 2009-01-27 10:30:54 +00:00
soc-jack.c ASoC: Push the codec runtime storage into the card structure 2009-01-27 10:30:54 +00:00