All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ASoC: rsnd: care default case on rsnd_ssiu_busif_err_irq_ctrl()
@ 2022-07-14  6:28 Kuninori Morimoto
  2022-07-14 14:31 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Kuninori Morimoto @ 2022-07-14  6:28 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linux-ALSA, Nishiyama Kunihiko, Nguyen Bao Nguyen

From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Before, ssiu.c didn't care SSI5-8, thus,
commit b1384d4c95088d0 ("ASoC: rsnd: care default case on
rsnd_ssiu_busif_err_status_clear()") cares it for status clear.

But we should care it for error irq handling, too.
This patch cares it.

Reported-by: Nguyen Bao Nguyen <nguyen.nguyen.yj@renesas.com>
Reported-by: Nishiyama Kunihiko <kunihiko.nishiyama.dn@renesas.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 sound/soc/sh/rcar/ssiu.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sound/soc/sh/rcar/ssiu.c b/sound/soc/sh/rcar/ssiu.c
index 4b8a63e336c7..d7f4646ee029 100644
--- a/sound/soc/sh/rcar/ssiu.c
+++ b/sound/soc/sh/rcar/ssiu.c
@@ -67,6 +67,8 @@ static void rsnd_ssiu_busif_err_irq_ctrl(struct rsnd_mod *mod, int enable)
 		shift  = 1;
 		offset = 1;
 		break;
+	default:
+		return;
 	}
 
 	for (i = 0; i < 4; i++) {
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ASoC: rsnd: care default case on rsnd_ssiu_busif_err_irq_ctrl()
  2022-07-14  6:28 [PATCH] ASoC: rsnd: care default case on rsnd_ssiu_busif_err_irq_ctrl() Kuninori Morimoto
@ 2022-07-14 14:31 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2022-07-14 14:31 UTC (permalink / raw)
  To: Kuninori Morimoto; +Cc: Linux-ALSA, kunihiko.nishiyama.dn, nguyen.nguyen.yj

On Thu, 14 Jul 2022 06:28:15 +0000, Kuninori Morimoto wrote:
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> 
> Before, ssiu.c didn't care SSI5-8, thus,
> commit b1384d4c95088d0 ("ASoC: rsnd: care default case on
> rsnd_ssiu_busif_err_status_clear()") cares it for status clear.
> 
> But we should care it for error irq handling, too.
> This patch cares it.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[1/1] ASoC: rsnd: care default case on rsnd_ssiu_busif_err_irq_ctrl()
      commit: ef30911d3c39fd57884c348c29b9cbff88def155

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-14 14:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-14  6:28 [PATCH] ASoC: rsnd: care default case on rsnd_ssiu_busif_err_irq_ctrl() Kuninori Morimoto
2022-07-14 14:31 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.