17 Mar
2016
17 Mar
'16
9:54 a.m.
On Wed, Mar 16, 2016 at 07:17:51PM +0800, Harry Pan wrote:
Conflicts: sound/soc/soc-dapm.c
Don't include noise like this in upstream submissions.
- if (!strcmp(cmpnt->name, "snd-soc-dummy"))
return 0;
This doesn't make much sense and is going to be very fragile. We should either make the dummy component look like other components or make the code cope with them as they stand, that way we don't have random undocumented special cases scattered through the code. Probably it's better to make the dummy component look like others.