]> 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)
commit8ed00e5e8316e93977325306d014a8b217d53553
treea0b5c9a9c60298a8b33c15aed97e0c5ef796ff84
parent607e22e4d290e0196390e5770f98e9b2abf3be07
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