]> Pileus Git - ~andy/linux/commit
ASoC: Ux500: Initialise PCM from MSP probe rather than as a device
authorLee Jones <lee.jones@linaro.org>
Fri, 23 Nov 2012 13:05:41 +0000 (13:05 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 23 Nov 2012 14:06:02 +0000 (23:06 +0900)
commit1428c20f7c38e9fbf59923d1b9615ebdaf2862b7
tree9b946dc80e618243e5895f5b3fcdda8e746a6146
parentf61ab093828df646b5df35f244577859efe4329c
ASoC: Ux500: Initialise PCM from MSP probe rather than as a device

The PCM is a pseudo-device. It doesn't have any of it's own registers
or hardware. It rather acts as a layer of abstraction for DMA
transfers. Hence, instead of classifying it as a device in its own
right, we call the initialisation from the MSP driver.

Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: Ola LILJA2 <ola.o.lilja@stericsson.com>
Cc: alsa-devel@alsa-project.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/ux500/mop500.c
sound/soc/ux500/ux500_msp_dai.c
sound/soc/ux500/ux500_pcm.c
sound/soc/ux500/ux500_pcm.h