From: Nicolin Chen <nicoleotsuka@gmail.com>
To: Zidan Wang <zidan.wang@freescale.com>
Cc: alsa-devel@alsa-project.org, timur@tabi.org, Xiubo.Lee@gmail.com,
tiwai@suse.com, broonie@kernel.org
Subject: Re: [PATCH v3] ASoC: fsl-sai: add 32 bit word length support
Date: Tue, 11 Aug 2015 00:02:32 -0700 [thread overview]
Message-ID: <20150811070231.GA10536@Asurada> (raw)
In-Reply-To: <69f72120dad256225cbe771207e0f6b84a8f93df.1439262749.git.zidan.wang@freescale.com>
On Tue, Aug 11, 2015 at 11:14:26AM +0800, Zidan Wang wrote:
> Add 32 bit word length support. There are no code changes required
> in the SAI driver since it has already wirten the word width to the
> corresponding register.
>
> Signed-off-by: Zidan Wang <zidan.wang@freescale.com>
Acked-by: Nicolin Chen <nicoleotsuka@gmail.com>
> ---
> sound/soc/fsl/fsl_sai.h | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/sound/soc/fsl/fsl_sai.h b/sound/soc/fsl/fsl_sai.h
> index 0662809..d137290 100644
> --- a/sound/soc/fsl/fsl_sai.h
> +++ b/sound/soc/fsl/fsl_sai.h
> @@ -13,7 +13,8 @@
>
> #define FSL_SAI_FORMATS (SNDRV_PCM_FMTBIT_S16_LE |\
> SNDRV_PCM_FMTBIT_S20_3LE |\
> - SNDRV_PCM_FMTBIT_S24_LE)
> + SNDRV_PCM_FMTBIT_S24_LE |\
> + SNDRV_PCM_FMTBIT_S32_LE)
>
> /* SAI Register Map Register */
> #define FSL_SAI_TCSR 0x00 /* SAI Transmit Control */
> --
> 1.9.1
>
next prev parent reply other threads:[~2015-08-11 7:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-11 3:14 [PATCH v3] ASoC: fsl-sai: add 32 bit word length support Zidan Wang
2015-08-11 7:02 ` Nicolin Chen [this message]
2015-08-11 18:37 ` Applied "ASoC: fsl-sai: add 32 bit word length support" to the asoc tree 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=20150811070231.GA10536@Asurada \
--to=nicoleotsuka@gmail.com \
--cc=Xiubo.Lee@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=timur@tabi.org \
--cc=tiwai@suse.com \
--cc=zidan.wang@freescale.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.