]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: simple-card: merge simple-scu-card
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Fri, 14 Dec 2018 02:35:10 +0000 (11:35 +0900)
committerMark Brown <broonie@kernel.org>
Fri, 14 Dec 2018 11:48:12 +0000 (11:48 +0000)
commitf33caa37486018eda90dce09c967ebcb0f0ca533
treea0b5c9a9c60298a8b33c15aed97e0c5ef796ff84
parent2c3c56f165de9b4edcba2cb2f45ba851108a1a55
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>
sound/soc/generic/Kconfig
sound/soc/generic/simple-card.c