On Sun, Aug 04, 2013 at 08:24:03PM +0100, Russell King wrote: > ASoC automatically creates snd_soc_dapm_dai_in and snd_soc_dapm_dai_out > widgets for DAI drivers, and adds them to the list. Later on, ASoC > creates automatic routes between these widgets and a widget with a > stream name. Applied, thanks. It's possible to do this a bit more neatly for example by checking the direction of the link but this works and fixes the problem, we can always improve it further later.