ASoC: define playback and capture streams in dummy codec
authorStas Sergeev <stsp@list.ru>
Wed, 17 Apr 2013 12:34:06 +0000 (16:34 +0400)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 17 Apr 2013 13:29:36 +0000 (14:29 +0100)
commit60b6f1a1e578a5f8a245d4b7622ebf2bad7798cb
tree9575faa1f56a73ed880bad81441970ae341247f0
parent379cf39781fdb34c75bab6ac54707bc4466f3dc4
ASoC: define playback and capture streams in dummy codec

This patch adds a playback and capture streams to the dummy codec DAI
configuration. Most permissive set of sampling rates and formats is used.

This patch is needed for playback and capturing on a codec-less systems,
as otherwise the PCM device nodes are not even created.

Signed-off-by: Stas Sergeev <stsp@users.sourceforge.net>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/soc-utils.c