]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: soc-utils: remove dummy Platform
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 19 Jun 2019 01:19:44 +0000 (10:19 +0900)
committerMark Brown <broonie@kernel.org>
Wed, 19 Jun 2019 11:59:20 +0000 (12:59 +0100)
commit6b7907f4dec88ee485bf67f6f37590163cbbcd96
treec14b3031a388449675b85a316987d91c6bb620eb
parentad1d4b8a20269e4218cf6434652c5f6a4d4beec9
ASoC: soc-utils: remove dummy Platform

ALSA SoC used 2 type of Platform if sound card doesn't need
Platform.

1) use Dummy Platform as Platform component
2) use CPU component  as Platform component

Now, ALSA SoC allows "no Platform" settings, and it will behave
same as 2) case selection. And, all sound card which doesn't need
specific Platform are now not selecting Platform any more.

This means, no sound card is using dummy Platform on ALSA SoC any
more. This patch removes unused dummy Platform.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-utils.c