Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: Rename "sh" to "renesas"

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>

authored by

Lad Prabhakar and committed by
Mark Brown
c087a94b 3f58985e

+2 -2
+1 -1
sound/soc/Kconfig
··· 106 106 source "sound/soc/mxs/Kconfig" 107 107 source "sound/soc/pxa/Kconfig" 108 108 source "sound/soc/qcom/Kconfig" 109 + source "sound/soc/renesas/Kconfig" 109 110 source "sound/soc/rockchip/Kconfig" 110 111 source "sound/soc/samsung/Kconfig" 111 112 source "sound/soc/sdca/Kconfig" 112 - source "sound/soc/sh/Kconfig" 113 113 source "sound/soc/sof/Kconfig" 114 114 source "sound/soc/spear/Kconfig" 115 115 source "sound/soc/sprd/Kconfig"
+1 -1
sound/soc/Makefile
··· 59 59 obj-$(CONFIG_SND_SOC) += kirkwood/ 60 60 obj-$(CONFIG_SND_SOC) += pxa/ 61 61 obj-$(CONFIG_SND_SOC) += qcom/ 62 + obj-$(CONFIG_SND_SOC) += renesas/ 62 63 obj-$(CONFIG_SND_SOC) += rockchip/ 63 64 obj-$(CONFIG_SND_SOC) += samsung/ 64 65 obj-$(CONFIG_SND_SOC) += sdca/ 65 - obj-$(CONFIG_SND_SOC) += sh/ 66 66 obj-$(CONFIG_SND_SOC) += sof/ 67 67 obj-$(CONFIG_SND_SOC) += spear/ 68 68 obj-$(CONFIG_SND_SOC) += sprd/
sound/soc/sh/Kconfig sound/soc/renesas/Kconfig
sound/soc/sh/Makefile sound/soc/renesas/Makefile
sound/soc/sh/dma-sh7760.c sound/soc/renesas/dma-sh7760.c
sound/soc/sh/fsi.c sound/soc/renesas/fsi.c
sound/soc/sh/hac.c sound/soc/renesas/hac.c
sound/soc/sh/migor.c sound/soc/renesas/migor.c
sound/soc/sh/rcar/Makefile sound/soc/renesas/rcar/Makefile
sound/soc/sh/rcar/adg.c sound/soc/renesas/rcar/adg.c
sound/soc/sh/rcar/cmd.c sound/soc/renesas/rcar/cmd.c
sound/soc/sh/rcar/core.c sound/soc/renesas/rcar/core.c
sound/soc/sh/rcar/ctu.c sound/soc/renesas/rcar/ctu.c
sound/soc/sh/rcar/debugfs.c sound/soc/renesas/rcar/debugfs.c
sound/soc/sh/rcar/dma.c sound/soc/renesas/rcar/dma.c
sound/soc/sh/rcar/dvc.c sound/soc/renesas/rcar/dvc.c
sound/soc/sh/rcar/gen.c sound/soc/renesas/rcar/gen.c
sound/soc/sh/rcar/mix.c sound/soc/renesas/rcar/mix.c
sound/soc/sh/rcar/rsnd.h sound/soc/renesas/rcar/rsnd.h
sound/soc/sh/rcar/src.c sound/soc/renesas/rcar/src.c
sound/soc/sh/rcar/ssi.c sound/soc/renesas/rcar/ssi.c
sound/soc/sh/rcar/ssiu.c sound/soc/renesas/rcar/ssiu.c
sound/soc/sh/rz-ssi.c sound/soc/renesas/rz-ssi.c
sound/soc/sh/sh7760-ac97.c sound/soc/renesas/sh7760-ac97.c
sound/soc/sh/siu.h sound/soc/renesas/siu.h
sound/soc/sh/siu_dai.c sound/soc/renesas/siu_dai.c
sound/soc/sh/siu_pcm.c sound/soc/renesas/siu_pcm.c
sound/soc/sh/ssi.c sound/soc/renesas/ssi.c