ASoC: rsrc-card: rename rsrc-card to simple-scu-card phase2
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 23 Aug 2016 01:34:43 +0000 (01:34 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 24 Aug 2016 10:19:16 +0000 (11:19 +0100)
commit64df0e6842925311d74f6944710495981d5a0ace
tree8b49dfc1a8c26f29cc5ef57638f4c9e75e302dfc
parent53e682b60019d501e00cfeb701f99ca027470e36
ASoC: rsrc-card: rename rsrc-card to simple-scu-card phase2

rsrc-card which is using DPCM feature was created for Renesas sound.
But not only Renesas, but many SoC can use this driver, because
it is based on simple-card driver.
To use it as more open driver, rsrc-card will be renamed to
simple-scu-card. In order to easy patch review, as 2nd step,
this patch adds new compatible "simple-scu-audio-card";

rcar-card used specific property, not "simple-audio-card",
but it should be now. Actually, rsrc-card is upstreamed driver,
but noone is using it on upstream. The user is only local,
and it is only me. Thus, there is no compatible break by this patch.
This patch uses "simple-audio-card" prefix.
And it removes rcar-card specifix compatible too.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/sound/renesas,rsrc-card.txt
sound/soc/sh/rcar/rsrc-card.c
This page took 0.027294 seconds and 5 git commands to generate.