7 May
2014
7 May
'14
3:35 p.m.
On 05/07/2014 03:05 PM, Lars-Peter Clausen wrote:
@@ -3275,13 +3276,10 @@ int snd_soc_dapm_new_pcm(struct snd_soc_card *card,
memset(&routes, 0, sizeof(routes));
- routes[0].source = source->name;
- routes[0].sink = link_name;
- routes[1].source = link_name;
- routes[1].sink = sink->name;
The patch should probably also remove routes, as it is now unused...