16 Apr
2012
16 Apr
'12
5:59 p.m.
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@ti.com