alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: Daniel Baluta <daniel.baluta@gmail.com>
To: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>,
	 Linux-ALSA <alsa-devel@alsa-project.org>
Subject: [alsa-devel] simple-card with platform component
Date: Wed, 20 Nov 2019 22:26:51 +0200	[thread overview]
Message-ID: <CAEnQRZD4n3aOe+w8T2EahmRAFb8eRk==XR66QRj-gbxL_FzpiA@mail.gmail.com> (raw)

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

             reply	other threads:[~2019-11-20 20:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-20 20:26 Daniel Baluta [this message]
2019-11-21  0:18 ` [alsa-devel] simple-card with platform component Kuninori Morimoto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAEnQRZD4n3aOe+w8T2EahmRAFb8eRk==XR66QRj-gbxL_FzpiA@mail.gmail.com' \
    --to=daniel.baluta@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=kuninori.morimoto.gx@renesas.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).