mbox series

[0/4] ASoC: remove audio-graph-scu / simple-scu

Message ID 87a7l336da.wl-kuninori.morimoto.gx@renesas.com (mailing list archive)
Headers show
Series ASoC: remove audio-graph-scu / simple-scu | expand

Message

Kuninori Morimoto Dec. 18, 2018, 2:49 a.m. UTC
Hi Mark

In previous "audio-graph / simple" card merging patch-set,
I mentioned I will post "remove scu" patch in next version
for more safety. But I was confused.
There is no xx-scu-card user on upstream (only me, locally).
So, we can remove it immediately

Kuninori Morimoto (4):
  ASoC: audio-graph-scu-card: remove audio-graph-scu-card on Doc
  ASoC: audio-graph-scu-card: remove audio-graph-scu-card
  ASoC: simple-scu-card: remove simple-scu-card on Doc
  ASoC: simple-scu-card: remove simple-scu-card

 .../bindings/sound/audio-graph-scu-card.txt        | 123 -----
 .../devicetree/bindings/sound/simple-scu-card.txt  |  94 ----
 sound/soc/generic/Kconfig                          |  17 -
 sound/soc/generic/Makefile                         |   4 -
 sound/soc/generic/audio-graph-scu-card.c           | 501 ---------------------
 sound/soc/generic/simple-scu-card.c                | 474 -------------------
 6 files changed, 1213 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/sound/audio-graph-scu-card.txt
 delete mode 100644 Documentation/devicetree/bindings/sound/simple-scu-card.txt
 delete mode 100644 sound/soc/generic/audio-graph-scu-card.c
 delete mode 100644 sound/soc/generic/simple-scu-card.c