ASoC: rsnd: ignore runtime NULL case at rsnd_runtime_channel_original_with_params()
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 27 May 2021 02:40:34 +0000 (11:40 +0900)
committerMark Brown <broonie@kernel.org>
Thu, 27 May 2021 10:15:26 +0000 (11:15 +0100)
commit6da8f00e7ac277ddfc72e255328dc5ff0378c3ee
tree8fb9faf6c6ee70b7a66d668cf4dae46f39161910
parent965386c97616c401b34cba4e9e3bfc9c6b215359
ASoC: rsnd: ignore runtime NULL case at rsnd_runtime_channel_original_with_params()

runtime might be NULL. Let's ignore such case.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Message-Id: <875yz4nbkt.wl-kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/core.c