ASoC: soc-dai.h: add missing snd_soc_dai_set_widget()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 31 Jan 2023 01:58:50 +0000 (01:58 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 31 Jan 2023 11:04:50 +0000 (11:04 +0000)
commit37ed123689968fa7f733598d9a6966e8a2db66fb
tree2da10ebc5abc6beeba81581b779fc580ff11cee8
parent67aa59afcf3f15183811157b7742762ed5ab416f
ASoC: soc-dai.h: add missing snd_soc_dai_set_widget()

Current ASoC has snd_soc_dai_get_widget() (= _get_) but doesn't
have _set_ function. This patch adds it.

This patch also cleanup unnecessary line break for  _get_ function.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/87bkmfforp.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc-dai.h