[alsa-devel] [PATCH 1/2] powerpc: add platform registration for ALSA SoC drivers

Timur Tabi timur at freescale.com
Sat May 1 00:04:07 CEST 2010


On Fri, Apr 30, 2010 at 4:46 PM, Timur Tabi <timur at freescale.com> wrote:

> When I boot Linux, I get this:
>
> asoc: cs4270 <-> /soc at e0000000/ssi at 16000 mapping ok
> sysfs: cannot create duplicate filename '/devices/platform/soc-audio/cs4270'

*sigh* never mind.  The problem was that the stream_name was the same
for both DAIs.

What exactly should the stream names be set to, anyway?  I did this:

	machine_data->dai[0].stream_name = "playback";
	machine_data->dai[1].stream_name = "capture";

but I have a suspicion that this is too simplistic.

-- 
Timur Tabi
Linux kernel developer at Freescale


More information about the Alsa-devel mailing list