All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jassi Brar <jassisinghbrar@gmail.com>
To: Sangbeom Kim <sbkim73@samsung.com>
Cc: alsa-devel@alsa-project.org, linux-samsung-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, lrg@slimlogic.co.uk,
	broonie@opensource.wolfsonmicro.com, kgene.kim@samsung.com,
	ben-linux@fluff.org
Subject: Re: [alsa-devel][PATCH 3/3] SoC: SAMSUNG: Add WM8580 PCM Machine driver
Date: Thu, 7 Apr 2011 09:13:06 +0530	[thread overview]
Message-ID: <BANLkTinOadw2TkNMs2_Lvmskb=yU8XYUuw@mail.gmail.com> (raw)
In-Reply-To: <1302136270-28776-4-git-send-email-sbkim73@samsung.com>

> +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 ?

WARNING: multiple messages have this Message-ID (diff)
From: jassisinghbrar@gmail.com (Jassi Brar)
To: linux-arm-kernel@lists.infradead.org
Subject: [alsa-devel][PATCH 3/3] SoC: SAMSUNG: Add WM8580 PCM Machine driver
Date: Thu, 7 Apr 2011 09:13:06 +0530	[thread overview]
Message-ID: <BANLkTinOadw2TkNMs2_Lvmskb=yU8XYUuw@mail.gmail.com> (raw)
In-Reply-To: <1302136270-28776-4-git-send-email-sbkim73@samsung.com>

> +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 ?

  parent reply	other threads:[~2011-04-07  3:43 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   ` Jassi Brar [this message]
2011-04-07  3:43     ` [alsa-devel][PATCH " Jassi Brar
2011-04-07  4:44     ` [alsa-devel] [PATCH " Sangbeom Kim
2011-04-07  4:44       ` 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='BANLkTinOadw2TkNMs2_Lvmskb=yU8XYUuw@mail.gmail.com' \
    --to=jassisinghbrar@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=ben-linux@fluff.org \
    --cc=broonie@opensource.wolfsonmicro.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 \
    --cc=sbkim73@samsung.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 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.