ASoC: audio-graph-card2-custom-sample.dtsi: use card->name to avoid long name
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Mon, 27 Mar 2023 04:33:41 +0000 (04:33 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 27 Mar 2023 12:09:49 +0000 (13:09 +0100)
commitad58151fa04280a938c173bcba05ba42a4073d92
tree117efb329211c2a82afa8e0c0318389a7d18f9af
parent65d4d7259bfec376b6b1483b4fe4058a5ba2259b
ASoC: audio-graph-card2-custom-sample.dtsi: use card->name to avoid long name

Current Card2 Custom Sample will be too long Card name, and be error

audio-graph-card2-custom-sample audio-graph-card2-custom-sample \
ASoC: driver name too long \
audio-graph-card2-custom-sample' -> 'audio-graph-car'

This patch uses short name to avoid it

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87bkke7qzf.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/generic/audio-graph-card2-custom-sample.c