All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] ASoC: merge audio-graph-scu into audio-graph - final step
@ 2018-12-05  1:29 Kuninori Morimoto
  2018-12-05  1:30 ` [PATCH 1/6] ASoC: audio-graph-card: merge audio-graph-scu-card on Doc Kuninori Morimoto
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Kuninori Morimoto @ 2018-12-05  1:29 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA


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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-12-12  6:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-05  1:29 [PATCH 0/6] ASoC: merge audio-graph-scu into audio-graph - final step Kuninori Morimoto
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

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.