ASoC: Provide a more complete DMA driver stub
commitbc0d9454f9eea8dc68d43cc485ea8125244a2a79
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 5 Dec 2011 20:50:45 +0000 (5 20:50 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 21 Dec 2011 20:58:20 +0000 (21 12:58 -0800)
tree2d9667c723288c86d3bdf427949b3a1f25089e67
parent464986c2baa6daa8c7455606becdbf0fb9dd56d4
ASoC: Provide a more complete DMA driver stub

commit cefcc03ffc9527dde56807339edb1719c8dbae5f upstream.

Allow userspace applications to do more parameter setting by providing a
more complete stub DMA driver specifying a wildcard set of formats and
channels and essentially random values for the DMA parameters. This is
required for useful runtime operation of the dummy DMA driver until we
are able to figure out how to power up links and do hw_params() from DAPM.

Sending to stable as without this the dummy driver is not terribly
useful.

Reported-by: Kyung-Kwee Ryu <Kyung-Kwee.Ryu@wolfsonmicro.com>
Tested-by: Kyung-Kwee Ryu <Kyung-Kwee.Ryu@wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
sound/soc/soc-utils.c