projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b19f75d
)
ASoC: sh: switch to use rtd->id from rtd->num
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Thu, 24 Oct 2024 01:29:34 +0000
(
01:29
+0000)
committer
Mark Brown
<broonie@kernel.org>
Fri, 1 Nov 2024 14:48:12 +0000
(14:48 +0000)
Now rtd->num is renamed to rtd->id. Let's switch.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link:
https://patch.msgid.link/87v7xib85e.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/renesas/rcar/core.c
patch
|
blob
|
history
diff --git
a/sound/soc/renesas/rcar/core.c
b/sound/soc/renesas/rcar/core.c
index
c32e88d
..
e223492
100644
(file)
--- a/
sound/soc/renesas/rcar/core.c
+++ b/
sound/soc/renesas/rcar/core.c
@@
-1843,7
+1843,7
@@
int rsnd_kctrl_new(struct rsnd_mod *mod,
.iface = SNDRV_CTL_ELEM_IFACE_MIXER,
.name = name,
.info = rsnd_kctrl_info,
- .index = rtd->
num
,
+ .index = rtd->
id
,
.get = rsnd_kctrl_get,
.put = rsnd_kctrl_put,
};