mbox series

[0/6] ASoC: merge audio-graph-scu into audio-graph - final step

Message ID 871s6wepmp.wl-kuninori.morimoto.gx@renesas.com (mailing list archive)
Headers show
Series ASoC: merge audio-graph-scu into audio-graph - final step | expand

Message

Kuninori Morimoto Dec. 5, 2018, 1:29 a.m. UTC
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

Comments

Kuninori Morimoto Dec. 12, 2018, 6:58 a.m. UTC | #1
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.

Please drop this patch-set.
We need to consider about port vs endpoint.
I will re-post this patch-set if we could agreed.

Best regards
---
Kuninori Morimoto