mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 08:04:24 -04:00
ASoC: Rename "sh" to "renesas"
Merge series from Prabhakar <prabhakar.csengg@gmail.com>: This patch series aims to rename "sh" to "renesas", along with this the references to this path have been updated.
This commit is contained in:
@@ -109,7 +109,7 @@ For more detail information, see below
|
||||
- Register Description
|
||||
- CTUn Scale Value exx Register (CTUn_SVxxR)
|
||||
|
||||
${LINUX}/sound/soc/sh/rcar/ctu.c
|
||||
${LINUX}/sound/soc/renesas/rcar/ctu.c
|
||||
- comment of header
|
||||
|
||||
You need to use "simple-scu-audio-card" or "audio-graph-scu-card" for it.
|
||||
|
||||
20
MAINTAINERS
20
MAINTAINERS
@@ -19667,6 +19667,17 @@ S: Maintained
|
||||
F: Documentation/devicetree/bindings/sound/renesas,idt821034.yaml
|
||||
F: sound/soc/codecs/idt821034.c
|
||||
|
||||
RENESAS R-CAR & FSI AUDIO (ASoC) DRIVERS
|
||||
M: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
||||
L: linux-sound@vger.kernel.org
|
||||
L: linux-renesas-soc@vger.kernel.org
|
||||
S: Supported
|
||||
F: Documentation/devicetree/bindings/sound/renesas,rsnd.*
|
||||
F: Documentation/devicetree/bindings/sound/renesas,fsi.yaml
|
||||
F: sound/soc/renesas/rcar/
|
||||
F: sound/soc/renesas/fsi.c
|
||||
F: include/sound/sh_fsi.h
|
||||
|
||||
RENESAS R-CAR GEN3 & RZ/N1 NAND CONTROLLER DRIVER
|
||||
M: Miquel Raynal <miquel.raynal@bootlin.com>
|
||||
L: linux-mtd@lists.infradead.org
|
||||
@@ -19715,6 +19726,15 @@ S: Supported
|
||||
F: Documentation/devicetree/bindings/i2c/renesas,riic.yaml
|
||||
F: drivers/i2c/busses/i2c-riic.c
|
||||
|
||||
RENESAS RZ AUDIO (ASoC) DRIVER
|
||||
M: Biju Das <biju.das.jz@bp.renesas.com>
|
||||
M: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
|
||||
L: linux-sound@vger.kernel.org
|
||||
L: linux-renesas-soc@vger.kernel.org
|
||||
S: Supported
|
||||
F: Documentation/devicetree/bindings/sound/renesas,rz-ssi.yaml
|
||||
F: sound/soc/renesas/rz-ssi.c
|
||||
|
||||
RENESAS RZ/G2L A/D DRIVER
|
||||
M: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
|
||||
L: linux-iio@vger.kernel.org
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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/
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
snd_soc_runtime_get_dai_fmt()
|
||||
|
||||
sample driver
|
||||
linux/sound/soc/sh/rcar/core.c
|
||||
linux/sound/soc/renesas/rcar/core.c
|
||||
linux/sound/soc/codecs/ak4613.c
|
||||
linux/sound/soc/codecs/pcm3168a.c
|
||||
linux/sound/soc/soc-utils.c
|
||||
|
||||
Reference in New Issue
Block a user