Skip to content

Commit da21535

Browse files
morimotobroonie
authored andcommitted
ASoC: simple-card: merge simple-scu-card
simple-card and simple-scu-card are very similar driver, but the former is supporting normal sound card, the latter is supporting DPCM sound card. We couldn't use normal sound and DPCM sound in same time by one sound card. This patch merges both sound card into simple-card. Now we can use both feature on same driver. simple-card is now supporting .compatible = "simple-scu-audio-card". Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent c4e8ebb commit da21535

File tree

2 files changed

+284
-46
lines changed

2 files changed

+284
-46
lines changed

sound/soc/generic/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ config SND_SIMPLE_CARD
66
select SND_SIMPLE_CARD_UTILS
77
help
88
This option enables generic simple sound card support
9+
It also support DPCM of multi CPU single Codec ststem.
910

1011
config SND_SIMPLE_SCU_CARD
1112
tristate "ASoC Simple SCU sound card support"

0 commit comments

Comments
 (0)