alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [alsa-devel] simple-card with platform component
@ 2019-11-20 20:26 Daniel Baluta
  2019-11-21  0:18 ` Kuninori Morimoto
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Baluta @ 2019-11-20 20:26 UTC (permalink / raw)
  To: Kuninori Morimoto, Linux-ALSA

Hello,

How should simple-card work when we define a DT node like this:

sof-audio-cs42888 {
      compatible = "simple-scu-audio-card";

      simple-audio-card,dai-link {
           format = "i2s";
           cpu {
                sound-dai = <&dummy>;
            };
            codec {
               sound-dai = <&cs42888>;
            };
            plat {
                sound-dai = <&dsp>;
           };
};

Is there any example with platform?
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [alsa-devel] simple-card with platform component
  2019-11-20 20:26 [alsa-devel] simple-card with platform component Daniel Baluta
@ 2019-11-21  0:18 ` Kuninori Morimoto
  0 siblings, 0 replies; 2+ messages in thread
From: Kuninori Morimoto @ 2019-11-21  0:18 UTC (permalink / raw)
  To: Daniel Baluta; +Cc: Linux-ALSA


Hi

> sof-audio-cs42888 {
>       compatible = "simple-scu-audio-card";
> 
>       simple-audio-card,dai-link {
>            format = "i2s";
>            cpu {
>                 sound-dai = <&dummy>;
>             };
>             codec {
>                sound-dai = <&cs42888>;
>             };
>             plat {
>                 sound-dai = <&dsp>;
>            };
> };

I know someone added platfrom support to simple-audio-card,
but, unfortunately, I don't use it.
Thus, I'm not sure how it works...

Thank you for your help !!
Best regards
---
Kuninori Morimoto
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-21  0:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-20 20:26 [alsa-devel] simple-card with platform component Daniel Baluta
2019-11-21  0:18 ` Kuninori Morimoto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).