Skip to content

Commit c0aba02

Browse files
committed
ASoC: Rename "sh" to "renesas"
Merge series from Prabhakar <[email protected]>: This patch series aims to rename "sh" to "renesas", along with this the references to this path have been updated.
2 parents 334d538 + 8fc6907 commit c0aba02

File tree

31 files changed

+24
-4
lines changed

31 files changed

+24
-4
lines changed

Documentation/devicetree/bindings/sound/renesas,rsnd.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ For more detail information, see below
109109
- Register Description
110110
- CTUn Scale Value exx Register (CTUn_SVxxR)
111111

112-
${LINUX}/sound/soc/sh/rcar/ctu.c
112+
${LINUX}/sound/soc/renesas/rcar/ctu.c
113113
- comment of header
114114

115115
You need to use "simple-scu-audio-card" or "audio-graph-scu-card" for it.

MAINTAINERS

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19667,6 +19667,17 @@ S: Maintained
1966719667
F: Documentation/devicetree/bindings/sound/renesas,idt821034.yaml
1966819668
F: sound/soc/codecs/idt821034.c
1966919669

19670+
RENESAS R-CAR & FSI AUDIO (ASoC) DRIVERS
19671+
M: Kuninori Morimoto <[email protected]>
19672+
19673+
19674+
S: Supported
19675+
F: Documentation/devicetree/bindings/sound/renesas,rsnd.*
19676+
F: Documentation/devicetree/bindings/sound/renesas,fsi.yaml
19677+
F: sound/soc/renesas/rcar/
19678+
F: sound/soc/renesas/fsi.c
19679+
F: include/sound/sh_fsi.h
19680+
1967019681
RENESAS R-CAR GEN3 & RZ/N1 NAND CONTROLLER DRIVER
1967119682
M: Miquel Raynal <[email protected]>
1967219683
@@ -19715,6 +19726,15 @@ S: Supported
1971519726
F: Documentation/devicetree/bindings/i2c/renesas,riic.yaml
1971619727
F: drivers/i2c/busses/i2c-riic.c
1971719728

19729+
RENESAS RZ AUDIO (ASoC) DRIVER
19730+
M: Biju Das <[email protected]>
19731+
M: Lad Prabhakar <[email protected]>
19732+
19733+
19734+
S: Supported
19735+
F: Documentation/devicetree/bindings/sound/renesas,rz-ssi.yaml
19736+
F: sound/soc/renesas/rz-ssi.c
19737+
1971819738
RENESAS RZ/G2L A/D DRIVER
1971919739
M: Lad Prabhakar <[email protected]>
1972019740

sound/soc/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ source "sound/soc/meson/Kconfig"
106106
source "sound/soc/mxs/Kconfig"
107107
source "sound/soc/pxa/Kconfig"
108108
source "sound/soc/qcom/Kconfig"
109+
source "sound/soc/renesas/Kconfig"
109110
source "sound/soc/rockchip/Kconfig"
110111
source "sound/soc/samsung/Kconfig"
111112
source "sound/soc/sdca/Kconfig"
112-
source "sound/soc/sh/Kconfig"
113113
source "sound/soc/sof/Kconfig"
114114
source "sound/soc/spear/Kconfig"
115115
source "sound/soc/sprd/Kconfig"

sound/soc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ obj-$(CONFIG_SND_SOC) += mxs/
5959
obj-$(CONFIG_SND_SOC) += kirkwood/
6060
obj-$(CONFIG_SND_SOC) += pxa/
6161
obj-$(CONFIG_SND_SOC) += qcom/
62+
obj-$(CONFIG_SND_SOC) += renesas/
6263
obj-$(CONFIG_SND_SOC) += rockchip/
6364
obj-$(CONFIG_SND_SOC) += samsung/
6465
obj-$(CONFIG_SND_SOC) += sdca/
65-
obj-$(CONFIG_SND_SOC) += sh/
6666
obj-$(CONFIG_SND_SOC) += sof/
6767
obj-$(CONFIG_SND_SOC) += spear/
6868
obj-$(CONFIG_SND_SOC) += sprd/

sound/soc/generic/audio-graph-card2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
snd_soc_runtime_get_dai_fmt()
5151
5252
sample driver
53-
linux/sound/soc/sh/rcar/core.c
53+
linux/sound/soc/renesas/rcar/core.c
5454
linux/sound/soc/codecs/ak4613.c
5555
linux/sound/soc/codecs/pcm3168a.c
5656
linux/sound/soc/soc-utils.c
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)