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

> When I boot Linux, I get this:
>
> asoc: cs4270 <-> /s...@e0000000/s...@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
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to