Skip to content

Commit 970a874

Browse files
morimotobroonie
authored andcommitted
ASoC: sh: switch to use rtd->id from rtd->num
Now rtd->num is renamed to rtd->id. Let's switch. Signed-off-by: Kuninori Morimoto <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent b19f75d commit 970a874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/renesas/rcar/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1843,7 +1843,7 @@ int rsnd_kctrl_new(struct rsnd_mod *mod,
18431843
.iface = SNDRV_CTL_ELEM_IFACE_MIXER,
18441844
.name = name,
18451845
.info = rsnd_kctrl_info,
1846-
.index = rtd->num,
1846+
.index = rtd->id,
18471847
.get = rsnd_kctrl_get,
18481848
.put = rsnd_kctrl_put,
18491849
};

0 commit comments

Comments
 (0)