]> git.baikalelectronics.ru Git - kernel.git/commit
Merge series "ASoC: audio-graph: cleanups" from Kuninori Morimoto <kuninori.morimoto...
authorMark Brown <broonie@kernel.org>
Tue, 20 Apr 2021 18:30:50 +0000 (19:30 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 20 Apr 2021 18:30:50 +0000 (19:30 +0100)
commit09f81d4442006bc781fb2845e6791df4187765b6
tree34c8fd174c76f3c918ba7edcd08604ae33236ea9
parent7225d188e743750c4ab9a2c2bc78a54678257672
parent4063804005fed938c33cf17cc6d2977911f9bc4d
Merge series "ASoC: audio-graph: cleanups" from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:

Hi Mark

These patches cleanups audio-graph.
This is part of prepare for new audio-graph-card2.

Kuninori Morimoto (6):
  ASoC: audio-graph: move audio_graph_card_probe() to simple-card-utils.c
  ASoC: audio-graph: move audio_graph_remove() to simple-card-utils.c
  ASoC: audio-graph: check ports if exists
  ASoC: audio-graph: remove "audio-graph-card," preix support
  ASoC: audio-graph: remove unused "node" from graph_parse_mclk_fs()
  ASoC: audio-graph: remove Platform support

 include/sound/graph_card.h               |  4 --
 include/sound/simple_card_utils.h        |  3 ++
 sound/soc/generic/audio-graph-card.c     | 52 ++++--------------------
 sound/soc/generic/simple-card-utils.c    | 25 ++++++++++++
 sound/soc/generic/simple-card.c          |  7 ----
 sound/soc/tegra/tegra_audio_graph_card.c |  4 +-
 6 files changed, 38 insertions(+), 57 deletions(-)

--
2.25.1

Thank you for your help !!

Best regards
---
Kuninori Morimoto