]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: pcm: Add pcm operation for pcm ioctl.
authorLiam Girdwood <lrg@ti.com>
Thu, 26 Apr 2012 15:16:10 +0000 (16:16 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 26 Apr 2012 16:48:43 +0000 (17:48 +0100)
commitaf30190159d14c7bc068d8b956e1931bf95c554e
tree4c42257f089bb385c229d0232701cc9cbbaf754f
parentf1b281749a63e589f3e6b9c938b7e366944f2c0d
ASoC: pcm: Add pcm operation for pcm ioctl.

Provide an ioctl marshaller for ASoC platform drivers.
This will use the default ALSA handler if no platform
handler exists.

This is also required for DPCM BE PCMs as snd_pcm_info()
will call the ioctl as part of stream startup.

Signed-off-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/soc-pcm.c