From: Nicolin Chen <Guangyu.Chen@freescale.com>
To: Philipp Zabel <p.zabel@pengutronix.de>
Cc: Fabio Estevam <fabio.estevam@freescale.com>,
alsa-devel@alsa-project.org, Nicolin Chen <b42378@freescale.com>,
Mark Brown <broonie@kernel.org>,
kernel@pengutronix.de, Shawn Guo <shawn.guo@linaro.org>
Subject: Re: [PATCH 2/2] ASoC: fsl: add imx-ssm2603 machine driver
Date: Thu, 30 Jan 2014 13:46:29 +0800 [thread overview]
Message-ID: <20140130054626.GA2405@MrMyself> (raw)
In-Reply-To: <1391014047-22816-2-git-send-email-p.zabel@pengutronix.de>
Hi Philipp,
On Wed, Jan 29, 2014 at 05:47:27PM +0100, Philipp Zabel wrote:
> This adds support for i.MX boards with Analog Devices SSM2603 codecs
> connected via I2S with separate Tx and Rx clocks.
>
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> ---
> sound/soc/fsl/Kconfig | 12 +++
> sound/soc/fsl/Makefile | 2 +
> sound/soc/fsl/imx-ssm2603.c | 239 ++++++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 253 insertions(+)
> create mode 100644 sound/soc/fsl/imx-ssm2603.c
>
> diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
> index b7ab71f..8a4ff4e 100644
> --- a/sound/soc/fsl/Kconfig
> +++ b/sound/soc/fsl/Kconfig
> @@ -212,4 +212,16 @@ config SND_SOC_IMX_MC13783
> select SND_SOC_MC13783
> select SND_SOC_IMX_PCM_DMA
>
> +config SND_SOC_IMX_SSM2603
> + tristate "SoC Audio support for i.MX boards with ssm2603"
> + depends on OF && I2C
> + select SND_SOC_SSM2602
> + select SND_SOC_IMX_PCM_DMA
> + select SND_SOC_IMX_AUDMUX
> + select SND_SOC_FSL_SSI
> + select SND_SOC_FSL_UTILS
Not sure if this UTILS is essential...
> +static int imx_ssm2603_probe(struct platform_device *pdev)
> +{
> + ret = snd_soc_register_card(&data->card);
devm_ might be better?
Best regards,
Nicolin Chen
next prev parent reply other threads:[~2014-01-30 5:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-29 16:47 [PATCH 1/2] ASoC: imx-audmux: add RXFS/RXCLK defines for 6-wire connections Philipp Zabel
2014-01-29 16:47 ` [PATCH 2/2] ASoC: fsl: add imx-ssm2603 machine driver Philipp Zabel
2014-01-30 5:46 ` Nicolin Chen [this message]
2014-01-30 9:17 ` Philipp Zabel
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=20140130054626.GA2405@MrMyself \
--to=guangyu.chen@freescale.com \
--cc=alsa-devel@alsa-project.org \
--cc=b42378@freescale.com \
--cc=broonie@kernel.org \
--cc=fabio.estevam@freescale.com \
--cc=kernel@pengutronix.de \
--cc=p.zabel@pengutronix.de \
--cc=shawn.guo@linaro.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 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.