All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shengjiu Wang <shengjiu.wang@nxp.com>
To: timur@kernel.org, nicoleotsuka@gmail.com, Xiubo.Lee@gmail.com,
	festevam@gmail.com, lgirdwood@gmail.com, broonie@kernel.org,
	perex@perex.cz, tiwai@suse.com, alsa-devel@alsa-project.org,
	linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/3] update supported sample format
Date: Mon,  9 Sep 2019 18:33:18 -0400	[thread overview]
Message-ID: <cover.1568025083.git.shengjiu.wang@nxp.com> (raw)

update supported sample format

Shengjiu Wang (3):
  ASoC: fsl_asrc: Use in(out)put_format instead of in(out)put_word_width
  ASoC: fsl_asrc: update supported sample format
  ASoC: fsl_asrc: Fix error with S24_3LE format bitstream in i.MX8

 sound/soc/fsl/fsl_asrc.c     | 65 ++++++++++++++++---------
 sound/soc/fsl/fsl_asrc.h     |  7 ++-
 sound/soc/fsl/fsl_asrc_dma.c | 93 +++++++++++++++++++++++++++++++++---
 3 files changed, 135 insertions(+), 30 deletions(-)

-- 
2.21.0


WARNING: multiple messages have this Message-ID (diff)
From: Shengjiu Wang <shengjiu.wang@nxp.com>
To: timur@kernel.org, nicoleotsuka@gmail.com, Xiubo.Lee@gmail.com,
	festevam@gmail.com, lgirdwood@gmail.com, broonie@kernel.org,
	perex@perex.cz, tiwai@suse.com, alsa-devel@alsa-project.org,
	linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org
Subject: [alsa-devel] [PATCH 0/3] update supported sample format
Date: Mon,  9 Sep 2019 18:33:18 -0400	[thread overview]
Message-ID: <cover.1568025083.git.shengjiu.wang@nxp.com> (raw)

update supported sample format

Shengjiu Wang (3):
  ASoC: fsl_asrc: Use in(out)put_format instead of in(out)put_word_width
  ASoC: fsl_asrc: update supported sample format
  ASoC: fsl_asrc: Fix error with S24_3LE format bitstream in i.MX8

 sound/soc/fsl/fsl_asrc.c     | 65 ++++++++++++++++---------
 sound/soc/fsl/fsl_asrc.h     |  7 ++-
 sound/soc/fsl/fsl_asrc_dma.c | 93 +++++++++++++++++++++++++++++++++---
 3 files changed, 135 insertions(+), 30 deletions(-)

-- 
2.21.0

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

             reply	other threads:[~2019-09-09 10:34 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-09 22:33 Shengjiu Wang [this message]
2019-09-09 22:33 ` [alsa-devel] [PATCH 0/3] update supported sample format Shengjiu Wang
2019-09-09 22:33 ` [PATCH 1/3] ASoC: fsl_asrc: Use in(out)put_format instead of in(out)put_word_width Shengjiu Wang
2019-09-09 22:33   ` [alsa-devel] " Shengjiu Wang
2019-09-09 20:01   ` Nicolin Chen
2019-09-09 20:01     ` Nicolin Chen
2019-09-09 20:01     ` [alsa-devel] " Nicolin Chen
2019-09-10  2:22     ` [EXT] " S.j. Wang
2019-09-10  2:22       ` S.j. Wang
2019-09-10  2:22       ` [alsa-devel] " S.j. Wang
2019-09-12 23:21       ` Nicolin Chen
2019-09-12 23:21         ` Nicolin Chen
2019-09-12 23:21         ` [alsa-devel] " Nicolin Chen
2019-09-12 23:21   ` Nicolin Chen
2019-09-12 23:21     ` Nicolin Chen
2019-09-12 23:21     ` [alsa-devel] " Nicolin Chen
2019-09-09 22:33 ` [PATCH 2/3] ASoC: fsl_asrc: update supported sample format Shengjiu Wang
2019-09-09 22:33   ` [alsa-devel] " Shengjiu Wang
2019-09-09 20:19   ` Nicolin Chen
2019-09-09 20:19     ` Nicolin Chen
2019-09-09 20:19     ` [alsa-devel] " Nicolin Chen
2019-09-09 22:33 ` [PATCH 3/3] ASoC: fsl_asrc: Fix error with S24_3LE format bitstream in i.MX8 Shengjiu Wang
2019-09-09 22:33   ` [alsa-devel] " Shengjiu Wang
2019-09-10  1:52   ` Nicolin Chen
2019-09-10  1:52     ` Nicolin Chen
2019-09-10  1:52     ` [alsa-devel] " Nicolin Chen
2019-09-10  2:24     ` [EXT] " S.j. Wang
2019-09-10  2:24       ` S.j. Wang
2019-09-10  2:24       ` [alsa-devel] " S.j. Wang
2019-09-11 11:08     ` Mark Brown
2019-09-11 11:08       ` Mark Brown
2019-09-11 11:08       ` [alsa-devel] " Mark Brown
2019-09-12 23:53       ` Nicolin Chen
2019-09-12 23:53         ` Nicolin Chen
2019-09-12 23:53         ` [alsa-devel] " Nicolin Chen

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=cover.1568025083.git.shengjiu.wang@nxp.com \
    --to=shengjiu.wang@nxp.com \
    --cc=Xiubo.Lee@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=festevam@gmail.com \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=nicoleotsuka@gmail.com \
    --cc=perex@perex.cz \
    --cc=timur@kernel.org \
    --cc=tiwai@suse.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.