All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
To: Mark Brown <broonie@kernel.org>
Cc: Linux-ALSA <alsa-devel@alsa-project.org>
Subject: [PATCH 0/6] ASoC: merge audio-graph-scu into audio-graph - final step
Date: Wed, 5 Dec 2018 01:29:37 +0000	[thread overview]
Message-ID: <871s6wepmp.wl-kuninori.morimoto.gx@renesas.com> (raw)


Hi Mark

audio-graph     card can handle normal sound card, and
audio-graph-scu card can handle DPCM   sound card.
But, we can't use these feature in same time now.

This is final step patches.

Kuninori Morimoto (6):
  ASoC: audio-graph-card: merge audio-graph-scu-card on Doc
  ASoC: audio-graph-card: merge audio-graph-scu-card
  ASoC: audio-graph-card: tidyup mclk-fs method
  ASoC: audio-graph-card: tidyup convert_rate/channel method
  ASoC: audio-graph-scu-card: remove audio-graph-scu-card on Doc
  ASoC: audio-graph-scu-card: remove audio-graph-scu-card

 .../devicetree/bindings/sound/audio-graph-card.txt | 222 +++++++++
 .../bindings/sound/audio-graph-scu-card.txt        | 123 -----
 sound/soc/generic/Kconfig                          |  10 +-
 sound/soc/generic/Makefile                         |   2 -
 sound/soc/generic/audio-graph-card.c               | 397 +++++++++++++---
 sound/soc/generic/audio-graph-scu-card.c           | 501 ---------------------
 6 files changed, 563 insertions(+), 692 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/sound/audio-graph-scu-card.txt
 delete mode 100644 sound/soc/generic/audio-graph-scu-card.c

-- 
2.7.4

             reply	other threads:[~2018-12-05  1:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-05  1:29 Kuninori Morimoto [this message]
2018-12-05  1:30 ` [PATCH 1/6] ASoC: audio-graph-card: merge audio-graph-scu-card on Doc Kuninori Morimoto
2018-12-05  1:31 ` [PATCH 2/6] ASoC: audio-graph-card: merge audio-graph-scu-card Kuninori Morimoto
2018-12-05  1:31 ` [PATCH 3/6] ASoC: audio-graph-card: tidyup mclk-fs method Kuninori Morimoto
2018-12-05  1:32 ` [PATCH 4/6] ASoC: audio-graph-card: tidyup convert_rate/channel method Kuninori Morimoto
2018-12-05  1:32 ` [PATCH 5/6] ASoC: audio-graph-scu-card: remove audio-graph-scu-card on Doc Kuninori Morimoto
2018-12-05  1:32 ` [PATCH 6/6] ASoC: audio-graph-scu-card: remove audio-graph-scu-card Kuninori Morimoto
2018-12-12  6:58 ` [PATCH 0/6] ASoC: merge audio-graph-scu into audio-graph - final step Kuninori Morimoto

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=871s6wepmp.wl-kuninori.morimoto.gx@renesas.com \
    --to=kuninori.morimoto.gx@renesas.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.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.