[alsa-devel] [PATCH] ASoC: utils - Add support for a dummy codec driver.

Mark Brown broonie at opensource.wolfsonmicro.com
Tue Jan 10 05:41:19 CET 2012


On Mon, Jan 09, 2012 at 12:36:24PM +0000, Liam Girdwood wrote:
> This is useful to create dummy codec devices where we need to have some
> DAI links without a real Codec. e.g. could be used to represent dumb FM,
> MODEM, etc

I've applied this but I think we should move it into the CODECs
directory - I stubbed the platform out in here mostly because there
isn't a natural place to put a platform driver that's not associated
with a particular platform.  Does that sound sensible?

> +static struct snd_soc_dai_driver dummy_dai = {
> +		.name = "snd-soc-dummy-dai",
> +};

Also fixed the indentation here while applying.


More information about the Alsa-devel mailing list