]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: Provide a more complete DMA driver stub
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 5 Dec 2011 20:50:45 +0000 (20:50 +0000)
committerMaxim Uvarov <maxim.uvarov@oracle.com>
Tue, 10 Jan 2012 21:00:10 +0000 (13:00 -0800)
commit2f022e6f62bc1a3ff4d8285f0e7308003db029ca
tree667ceffdc1f60ac27ebbe912eea5c85ce65a5172
parent7cbef74070da16e7244475b25e4fe01714ffcdf0
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