public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH -next 0/5] sound: Remove redundant of_match_ptr() macro
@ 2023-08-11  7:14 Ruan Jinjie
  2023-08-11  7:14 ` [PATCH -next 1/5] ASoC: atmel: Remove redundant of_match_ptr() Ruan Jinjie
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Ruan Jinjie @ 2023-08-11  7:14 UTC (permalink / raw)
  To: perex, tiwai, claudiu.beznea, lgirdwood, broonie, nicolas.ferre,
	alexandre.belloni, peda, lars, nuno.sa, povik+lin, wens,
	jernej.skrabec, samuel, robh, u.kleine-koenig, alsa-devel,
	linux-arm-kernel, asahi, linux-sunxi
  Cc: ruanjinjie

Since these sound drivers depend on CONFIG_OF, there is
no need to wrap the macro of_match_ptr() here.

Ruan Jinjie (5):
  ASoC: atmel: Remove redundant of_match_ptr()
  ASoC: atmel: tse850-pcm5142: Remove redundant of_match_ptr()
  ASoC: sunxi: sun4i-spdif: Remove redundant of_match_ptr()
  ASoC: ssm3515: Remove redundant of_match_ptr()
  ALSA: Remove redundant of_match_ptr()

 sound/drivers/serial-generic.c   | 2 +-
 sound/soc/atmel/atmel-i2s.c      | 2 +-
 sound/soc/atmel/atmel-pdmic.c    | 2 +-
 sound/soc/atmel/mchp-i2s-mcc.c   | 2 +-
 sound/soc/atmel/mchp-spdifrx.c   | 2 +-
 sound/soc/atmel/mchp-spdiftx.c   | 2 +-
 sound/soc/atmel/tse850-pcm5142.c | 2 +-
 sound/soc/codecs/ssm3515.c       | 2 +-
 sound/soc/sunxi/sun4i-spdif.c    | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-08-14  0:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-11  7:14 [PATCH -next 0/5] sound: Remove redundant of_match_ptr() macro Ruan Jinjie
2023-08-11  7:14 ` [PATCH -next 1/5] ASoC: atmel: Remove redundant of_match_ptr() Ruan Jinjie
2023-08-11  7:14 ` [PATCH -next 2/5] ASoC: atmel: tse850-pcm5142: " Ruan Jinjie
2023-08-11  7:14 ` [PATCH -next 3/5] ASoC: sunxi: sun4i-spdif: " Ruan Jinjie
2023-08-13 15:22   ` Jernej Škrabec
2023-08-11  7:14 ` [PATCH -next 4/5] ASoC: ssm3515: " Ruan Jinjie
2023-08-11  7:14 ` [PATCH -next 5/5] ALSA: " Ruan Jinjie
2023-08-11  7:49   ` Takashi Iwai
2023-08-11  7:51 ` [PATCH -next 0/5] sound: Remove redundant of_match_ptr() macro Takashi Iwai
2023-08-11  7:59   ` Ruan Jinjie
2023-08-14  0:33 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox