linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: lrg@ti.com (Liam Girdwood)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ASoC: mxs-sgtl5000: add record function
Date: Mon, 22 Aug 2011 11:37:53 +0100	[thread overview]
Message-ID: <4E523181.1020903@ti.com> (raw)
In-Reply-To: <1313942566-21433-1-git-send-email-b29396@freescale.com>

On 21/08/11 17:02, Dong Aisheng wrote:
> Signed-off-by: Dong Aisheng <b29396@freescale.com>
> Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
> Cc: Liam Girdwood <lrg@ti.com>
> Cc: Sascha Hauer <s.hauer@pengutronix.de>
> Cc: Wolfram Sang <w.sang@pengutronix.de>
> ---
>  sound/soc/mxs/mxs-sgtl5000.c |   10 +++++++++-
>  1 files changed, 9 insertions(+), 1 deletions(-)
> 
> diff --git a/sound/soc/mxs/mxs-sgtl5000.c b/sound/soc/mxs/mxs-sgtl5000.c
> index a0d89c9..7fbeaec 100644
> --- a/sound/soc/mxs/mxs-sgtl5000.c
> +++ b/sound/soc/mxs/mxs-sgtl5000.c
> @@ -85,13 +85,21 @@ static struct snd_soc_ops mxs_sgtl5000_hifi_ops = {
>  
>  static struct snd_soc_dai_link mxs_sgtl5000_dai[] = {
>  	{
> -		.name		= "HiFi",
> +		.name		= "HiFi Tx",
>  		.stream_name	= "HiFi Playback",
>  		.codec_dai_name	= "sgtl5000",
>  		.codec_name	= "sgtl5000.0-000a",
>  		.cpu_dai_name	= "mxs-saif.0",
>  		.platform_name	= "mxs-pcm-audio.0",
>  		.ops		= &mxs_sgtl5000_hifi_ops,
> +	}, {
> +		.name		= "HiFi Rx",
> +		.stream_name	= "HiFi Capture",
> +		.codec_dai_name	= "sgtl5000",
> +		.codec_name	= "sgtl5000.0-000a",
> +		.cpu_dai_name	= "mxs-saif.1",
> +		.platform_name	= "mxs-pcm-audio.1",
> +		.ops		= &mxs_sgtl5000_hifi_ops,
>  	},
>  };
>  

Acked-by: Liam Girdwood <lrg@ti.com>

  reply	other threads:[~2011-08-22 10:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-21 16:02 [PATCH 2/2] ASoC: mxs-sgtl5000: add record function Dong Aisheng
2011-08-22 10:37 ` Liam Girdwood [this message]
2011-08-22 22:36 ` Mark Brown

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=4E523181.1020903@ti.com \
    --to=lrg@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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).