]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
ASoC: Rename "sh" to "renesas"
authorLad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Fri, 25 Oct 2024 15:05:07 +0000 (16:05 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 30 Oct 2024 13:15:31 +0000 (13:15 +0000)
Rename the "sh" folder to "renesas" to better reflect the Renesas-specific
drivers.

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/20241025150511.722040-2-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
28 files changed:
sound/soc/Kconfig
sound/soc/Makefile
sound/soc/renesas/Kconfig [moved from sound/soc/sh/Kconfig with 100% similarity]
sound/soc/renesas/Makefile [moved from sound/soc/sh/Makefile with 100% similarity]
sound/soc/renesas/dma-sh7760.c [moved from sound/soc/sh/dma-sh7760.c with 100% similarity]
sound/soc/renesas/fsi.c [moved from sound/soc/sh/fsi.c with 100% similarity]
sound/soc/renesas/hac.c [moved from sound/soc/sh/hac.c with 100% similarity]
sound/soc/renesas/migor.c [moved from sound/soc/sh/migor.c with 100% similarity]
sound/soc/renesas/rcar/Makefile [moved from sound/soc/sh/rcar/Makefile with 100% similarity]
sound/soc/renesas/rcar/adg.c [moved from sound/soc/sh/rcar/adg.c with 100% similarity]
sound/soc/renesas/rcar/cmd.c [moved from sound/soc/sh/rcar/cmd.c with 100% similarity]
sound/soc/renesas/rcar/core.c [moved from sound/soc/sh/rcar/core.c with 100% similarity]
sound/soc/renesas/rcar/ctu.c [moved from sound/soc/sh/rcar/ctu.c with 100% similarity]
sound/soc/renesas/rcar/debugfs.c [moved from sound/soc/sh/rcar/debugfs.c with 100% similarity]
sound/soc/renesas/rcar/dma.c [moved from sound/soc/sh/rcar/dma.c with 100% similarity]
sound/soc/renesas/rcar/dvc.c [moved from sound/soc/sh/rcar/dvc.c with 100% similarity]
sound/soc/renesas/rcar/gen.c [moved from sound/soc/sh/rcar/gen.c with 100% similarity]
sound/soc/renesas/rcar/mix.c [moved from sound/soc/sh/rcar/mix.c with 100% similarity]
sound/soc/renesas/rcar/rsnd.h [moved from sound/soc/sh/rcar/rsnd.h with 100% similarity]
sound/soc/renesas/rcar/src.c [moved from sound/soc/sh/rcar/src.c with 100% similarity]
sound/soc/renesas/rcar/ssi.c [moved from sound/soc/sh/rcar/ssi.c with 100% similarity]
sound/soc/renesas/rcar/ssiu.c [moved from sound/soc/sh/rcar/ssiu.c with 100% similarity]
sound/soc/renesas/rz-ssi.c [moved from sound/soc/sh/rz-ssi.c with 100% similarity]
sound/soc/renesas/sh7760-ac97.c [moved from sound/soc/sh/sh7760-ac97.c with 100% similarity]
sound/soc/renesas/siu.h [moved from sound/soc/sh/siu.h with 100% similarity]
sound/soc/renesas/siu_dai.c [moved from sound/soc/sh/siu_dai.c with 100% similarity]
sound/soc/renesas/siu_pcm.c [moved from sound/soc/sh/siu_pcm.c with 100% similarity]
sound/soc/renesas/ssi.c [moved from sound/soc/sh/ssi.c with 100% similarity]

index 8e01b421fe8d5222e41e8e86d9e23ca912a3554f..5efba76abb31a28ed3db58cc24cc5a824b5c2592 100644 (file)
@@ -106,10 +106,10 @@ source "sound/soc/meson/Kconfig"
 source "sound/soc/mxs/Kconfig"
 source "sound/soc/pxa/Kconfig"
 source "sound/soc/qcom/Kconfig"
+source "sound/soc/renesas/Kconfig"
 source "sound/soc/rockchip/Kconfig"
 source "sound/soc/samsung/Kconfig"
 source "sound/soc/sdca/Kconfig"
-source "sound/soc/sh/Kconfig"
 source "sound/soc/sof/Kconfig"
 source "sound/soc/spear/Kconfig"
 source "sound/soc/sprd/Kconfig"
index 5307b0b62a932aa42ac6954a1e371692b86b133a..08baaa11d8139fbd2cfb11023a610962bb75adab 100644 (file)
@@ -59,10 +59,10 @@ obj-$(CONFIG_SND_SOC)       += mxs/
 obj-$(CONFIG_SND_SOC)  += kirkwood/
 obj-$(CONFIG_SND_SOC)  += pxa/
 obj-$(CONFIG_SND_SOC)  += qcom/
+obj-$(CONFIG_SND_SOC)  += renesas/
 obj-$(CONFIG_SND_SOC)  += rockchip/
 obj-$(CONFIG_SND_SOC)  += samsung/
 obj-$(CONFIG_SND_SOC)  += sdca/
-obj-$(CONFIG_SND_SOC)  += sh/
 obj-$(CONFIG_SND_SOC)  += sof/
 obj-$(CONFIG_SND_SOC)  += spear/
 obj-$(CONFIG_SND_SOC)  += sprd/
similarity index 100%
rename from sound/soc/sh/fsi.c
rename to sound/soc/renesas/fsi.c
similarity index 100%
rename from sound/soc/sh/hac.c
rename to sound/soc/renesas/hac.c
similarity index 100%
rename from sound/soc/sh/siu.h
rename to sound/soc/renesas/siu.h
similarity index 100%
rename from sound/soc/sh/ssi.c
rename to sound/soc/renesas/ssi.c