From: Peter Ujfalusi <peter.ujfalusi@ti.com>
To: Jyri Sarha <jsarha@ti.com>,
linux-omap@vger.kernel.org, alsa-devel@alsa-project.org,
devicetree@vger.kernel.org
Cc: liam.r.girdwood@linux.intel.com, Li.Xiubo@freescale.com,
misael.lopez@ti.com, broonie@kernel.org, bcousson@baylibre.com
Subject: Re: [PATCH RFC 1/5] ASoC: davinci-mcasp: Set .symmetric_rates = 1 in snd_soc_dai_driver
Date: Fri, 11 Sep 2015 11:48:00 +0300 [thread overview]
Message-ID: <55F29540.40002@ti.com> (raw)
In-Reply-To: <2ada475a3e0243b093a958e8bb5c465e8fb08abf.1441806963.git.jsarha@ti.com>
On 09/09/2015 09:27 PM, Jyri Sarha wrote:
> The TX and RX direction share the same bit clock and frame sync, so
> the samplerate must be the same to both directions.
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
> Signed-off-by: Jyri Sarha <jsarha@ti.com>
> ---
> sound/soc/davinci/davinci-mcasp.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/sound/soc/davinci/davinci-mcasp.c b/sound/soc/davinci/davinci-mcasp.c
> index fa0511b..bbd1987 100644
> --- a/sound/soc/davinci/davinci-mcasp.c
> +++ b/sound/soc/davinci/davinci-mcasp.c
> @@ -1304,6 +1304,7 @@ static struct snd_soc_dai_driver davinci_mcasp_dai[] = {
> .ops = &davinci_mcasp_dai_ops,
>
> .symmetric_samplebits = 1,
> + .symmetric_rates = 1,
> },
> {
> .name = "davinci-mcasp.1",
>
--
Péter
next prev parent reply other threads:[~2015-09-11 8:48 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-09 18:27 [PATCH RFC 0/5] ASoC: TDM stuff for simple-card, mcasp, and tlv320aic3x Jyri Sarha
[not found] ` <cover.1441806963.git.jsarha-l0cyMroinI0@public.gmane.org>
2015-09-09 18:27 ` [PATCH RFC 1/5] ASoC: davinci-mcasp: Set .symmetric_rates = 1 in snd_soc_dai_driver Jyri Sarha
2015-09-11 8:48 ` Peter Ujfalusi [this message]
2015-09-09 18:27 ` [PATCH RFC 2/5] ASoC: simple-card: Add tdm slot mask support to simple-card Jyri Sarha
2015-09-16 20:01 ` Applied "ASoC: simple-card: Add tdm slot mask support to simple-card" to the asoc tree Mark Brown
2015-09-09 18:27 ` [PATCH RFC 3/5] ASoC: davinci-mcasp: Add set_tdm_slots() support Jyri Sarha
2015-09-16 20:01 ` Applied "ASoC: davinci-mcasp: Add set_tdm_slots() support" to the asoc tree Mark Brown
2015-09-09 18:27 ` [PATCH RFC 4/5] ASoC: davinci-mcasp: Get rid of bclk_lrclk_ratio in private data Jyri Sarha
[not found] ` <f23dab7c68fe1cc899a8bc95cb5c3c5bd1038e18.1441806963.git.jsarha-l0cyMroinI0@public.gmane.org>
2015-09-10 7:16 ` Jyri Sarha
[not found] ` <55F12E4E.9020607-l0cyMroinI0@public.gmane.org>
2015-09-16 17:01 ` Mark Brown
2015-09-09 18:27 ` [PATCH RFC 5/5] ASoC: tlv320aic3x: Improve tdm support Jyri Sarha
2015-09-16 20:01 ` Applied "ASoC: tlv320aic3x: Improve tdm 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=55F29540.40002@ti.com \
--to=peter.ujfalusi@ti.com \
--cc=Li.Xiubo@freescale.com \
--cc=alsa-devel@alsa-project.org \
--cc=bcousson@baylibre.com \
--cc=broonie@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jsarha@ti.com \
--cc=liam.r.girdwood@linux.intel.com \
--cc=linux-omap@vger.kernel.org \
--cc=misael.lopez@ti.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.