All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sangbeom Kim <sbkim73@samsung.com>
To: 'Jassi Brar' <jassisinghbrar@gmail.com>
Cc: alsa-devel@alsa-project.org, kgene.kim@samsung.com,
	broonie@opensource.wolfsonmicro.com,
	linux-samsung-soc@vger.kernel.org, ben-linux@fluff.org,
	linux-arm-kernel@lists.infradead.org, lrg@slimlogic.co.uk
Subject: RE: [alsa-devel] [PATCH 3/3] SoC: SAMSUNG: Add WM8580 PCM Machine driver
Date: Thu, 07 Apr 2011 13:44:37 +0900	[thread overview]
Message-ID: <041f01cbf4de$85702f30$90508d90$@com> (raw)
In-Reply-To: <BANLkTinOadw2TkNMs2_Lvmskb=yU8XYUuw@mail.gmail.com>

Hi! Jassi

On Thursday, April 07, 2011 12:43 PM, Jassi Brar wrote:
> > +static struct snd_soc_dai_link smdk_dai[] = {
> > +       {
> > +               .name = "WM8580 PAIF PCM RX",
> > +               .stream_name = "Playback",
> > +               .cpu_dai_name = "samsung-pcm.0",
> > +               .codec_dai_name = "wm8580-hifi-playback",
> > +               .platform_name = "samsung-audio",
> > +               .codec_name = "wm8580-codec.0-001b",
> > +               .ops = &smdk_wm8580_pcm_ops,
> > +       }, {
> > +               .name = "WM8580 PAIF PCM TX",
> > +               .stream_name = "Capture",
> > +               .cpu_dai_name = "samsung-pcm.0",
> > +               .codec_dai_name = "wm8580-hifi-capture",
> > +               .platform_name = "samsung-audio",
> > +               .codec_name = "wm8580-codec.0-001b",
> > +               .ops = &smdk_wm8580_pcm_ops,
> > +       },
> > +};
> 
> IIRC the PCM DAI is connected to Secondary i/f of WM8580
> on some SMDKs. Isn't it smdk6410 ?

Yes, Your remember is right. SMDK6410 has WM8580 PCM DAI.
But, In this time, I couldn't test on SMDK6410.
After testing on SMDK6410, I will submit related patch.

Thanks and regards,
SB Kim

WARNING: multiple messages have this Message-ID (diff)
From: sbkim73@samsung.com (Sangbeom Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [alsa-devel] [PATCH 3/3] SoC: SAMSUNG: Add WM8580 PCM Machine driver
Date: Thu, 07 Apr 2011 13:44:37 +0900	[thread overview]
Message-ID: <041f01cbf4de$85702f30$90508d90$@com> (raw)
In-Reply-To: <BANLkTinOadw2TkNMs2_Lvmskb=yU8XYUuw@mail.gmail.com>

Hi! Jassi

On Thursday, April 07, 2011 12:43 PM, Jassi Brar wrote:
> > +static struct snd_soc_dai_link smdk_dai[] = {
> > +       {
> > +               .name = "WM8580 PAIF PCM RX",
> > +               .stream_name = "Playback",
> > +               .cpu_dai_name = "samsung-pcm.0",
> > +               .codec_dai_name = "wm8580-hifi-playback",
> > +               .platform_name = "samsung-audio",
> > +               .codec_name = "wm8580-codec.0-001b",
> > +               .ops = &smdk_wm8580_pcm_ops,
> > +       }, {
> > +               .name = "WM8580 PAIF PCM TX",
> > +               .stream_name = "Capture",
> > +               .cpu_dai_name = "samsung-pcm.0",
> > +               .codec_dai_name = "wm8580-hifi-capture",
> > +               .platform_name = "samsung-audio",
> > +               .codec_name = "wm8580-codec.0-001b",
> > +               .ops = &smdk_wm8580_pcm_ops,
> > +       },
> > +};
> 
> IIRC the PCM DAI is connected to Secondary i/f of WM8580
> on some SMDKs. Isn't it smdk6410 ?

Yes, Your remember is right. SMDK6410 has WM8580 PCM DAI.
But, In this time, I couldn't test on SMDK6410.
After testing on SMDK6410, I will submit related patch.

Thanks and regards,
SB Kim

  reply	other threads:[~2011-04-07  4:44 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-07  0:31 [PATCH 0/3] Add WM8580 PCM Machine driver for Samsung SoCs Sangbeom Kim
2011-04-07  0:31 ` Sangbeom Kim
2011-04-07  0:31 ` [PATCH 1/3] ARM: S5PV210: Add PCM audio support for WM8580 Sangbeom Kim
2011-04-07  0:31   ` Sangbeom Kim
2011-04-07  0:31 ` [PATCH 2/3] ARM: S5P64X0: " Sangbeom Kim
2011-04-07  0:31   ` Sangbeom Kim
2011-04-07  0:31 ` [alsa-devel][PATCH 3/3] SoC: SAMSUNG: Add WM8580 PCM Machine driver Sangbeom Kim
2011-04-07  0:31   ` Sangbeom Kim
2011-04-07  1:17   ` [alsa-devel] [PATCH " Mark Brown
2011-04-07  1:17     ` Mark Brown
2011-04-07  2:05     ` Sangbeom Kim
2011-04-07  2:05       ` Sangbeom Kim
2011-04-07  3:43   ` [alsa-devel][PATCH " Jassi Brar
2011-04-07  3:43     ` Jassi Brar
2011-04-07  4:44     ` Sangbeom Kim [this message]
2011-04-07  4:44       ` [alsa-devel] [PATCH " Sangbeom Kim

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='041f01cbf4de$85702f30$90508d90$@com' \
    --to=sbkim73@samsung.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=ben-linux@fluff.org \
    --cc=broonie@opensource.wolfsonmicro.com \
    --cc=jassisinghbrar@gmail.com \
    --cc=kgene.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=lrg@slimlogic.co.uk \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.