[alsa-devel] [PATCH 0/7 v2] ASoC: merge audio-graph-scu into audio-graph - final step
Kuninori Morimoto
kuninori.morimoto.gx at renesas.com
Thu Dec 13 02:35:05 CET 2018
Hi Mark, Tony
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 v2 of final step patches.
Tony, I think 1) and 3) patch will solve your issue.
Can you please test these ?
Kuninori Morimoto (7):
1) ASoC: simple-card-utils: care endpoint reg for asoc_simple_card_get_dai_id()
2) ASoC: audio-graph-card: merge audio-graph-scu-card on Doc
3) ASoC: audio-graph-card: merge audio-graph-scu-card
4) ASoC: audio-graph-card: tidyup mclk-fs method
5) ASoC: audio-graph-card: tidyup convert_rate/channel method
6) ASoC: audio-graph-scu-card: remove audio-graph-scu-card on Doc
7) ASoC: audio-graph-scu-card: remove audio-graph-scu-card
.../devicetree/bindings/sound/audio-graph-card.txt | 217 +++++++++
.../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 | 405 ++++++++++++++---
sound/soc/generic/audio-graph-scu-card.c | 501 ---------------------
sound/soc/generic/simple-card-utils.c | 3 +
7 files changed, 568 insertions(+), 693 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
More information about the Alsa-devel
mailing list