[alsa-devel] [PATCH] ASoC: core: Support transparent CODEC<->CODEC DAI links
Liam Girdwood
lrg at ti.com
Mon Apr 16 16:59:38 CEST 2012
On Fri, 2012-04-13 at 19:45 +0100, Mark Brown wrote:
> +
> + /* We only support a single source and sink, pick the first */
> + source_p = list_first_entry(&w->sources, struct snd_soc_dapm_path,
> + list_sink);
> + sink_p = list_first_entry(&w->sinks, struct snd_soc_dapm_path,
> + list_source);
> +
I assume the intention here is to have a graph like
some widget --> DAI widget -> DAI link widget -> DAI widget --> some
widget ?
Acked-by: Liam Girdwood <lrg at ti.com>
More information about the Alsa-devel
mailing list