Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 00/18] ASoC: drop driver owner assignment
@ 2024-03-27 17:44 Krzysztof Kozlowski
  2024-03-27 17:44 ` [PATCH 01/18] ASoC: loongson: i2s/pci: " Krzysztof Kozlowski
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: Krzysztof Kozlowski @ 2024-03-27 17:44 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Jaroslav Kysela, Takashi Iwai,
	Shenghao Ding, Kevin Lu, Baojun Xu, Oder Chiou
  Cc: linux-sound, linux-kernel, alsa-devel, Krzysztof Kozlowski

Core for several drivers already sets the driver.owner, so driver does
not need to.  Simplify the drivers.

Patches are independent, no dependencies.

Best regards,
Krzysztof

---
Krzysztof Kozlowski (18):
      ASoC: loongson: i2s/pci: drop driver owner assignment
      ASoC: tlv320aic32x4-spi: drop driver owner assignment
      ASoC: tlv320aic3x-spi: drop driver owner assignment
      ASoC: max98373-sdw: drop driver owner assignment
      ASoC: rt1017-sdca-sdw: drop driver owner assignment
      ASoC: rt1308-sdw: drop driver owner assignment
      ASoC: rt1316-sdw: drop driver owner assignment
      ASoC: rt1318-sdw: drop driver owner assignment
      ASoC: rt5682-sdw: drop driver owner assignment
      ASoC: rt700-sdw: drop driver owner assignment
      ASoC: rt711-sdca-sdw: drop driver owner assignment
      ASoC: rt711-sdw: drop driver owner assignment
      ASoC: rt712-sdca-dmic: drop driver owner assignment
      ASoC: rt712-sdca-sdw: drop driver owner assignment
      ASoC: rt715-sdca-sdw: drop driver owner assignment
      ASoC: rt715-sdw: drop driver owner assignment
      ASoC: rt722-sdca-sdw: drop driver owner assignment
      ASoC: sdw-mockup: drop driver owner assignment

 sound/soc/codecs/max98373-sdw.c       | 1 -
 sound/soc/codecs/rt1017-sdca-sdw.c    | 1 -
 sound/soc/codecs/rt1308-sdw.c         | 1 -
 sound/soc/codecs/rt1316-sdw.c         | 1 -
 sound/soc/codecs/rt1318-sdw.c         | 1 -
 sound/soc/codecs/rt5682-sdw.c         | 1 -
 sound/soc/codecs/rt700-sdw.c          | 1 -
 sound/soc/codecs/rt711-sdca-sdw.c     | 1 -
 sound/soc/codecs/rt711-sdw.c          | 1 -
 sound/soc/codecs/rt712-sdca-dmic.c    | 1 -
 sound/soc/codecs/rt712-sdca-sdw.c     | 1 -
 sound/soc/codecs/rt715-sdca-sdw.c     | 1 -
 sound/soc/codecs/rt715-sdw.c          | 1 -
 sound/soc/codecs/rt722-sdca-sdw.c     | 1 -
 sound/soc/codecs/sdw-mockup.c         | 1 -
 sound/soc/codecs/tlv320aic32x4-spi.c  | 1 -
 sound/soc/codecs/tlv320aic3x-spi.c    | 1 -
 sound/soc/loongson/loongson_i2s_pci.c | 1 -
 18 files changed, 18 deletions(-)
---
base-commit: 1cadb9c1269d4e90ec23f3dc3e5373ee405462d1
change-id: 20240327-module-owner-var-2744d140fcdf

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


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

end of thread, other threads:[~2024-03-29 12:34 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-27 17:44 [PATCH 00/18] ASoC: drop driver owner assignment Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 01/18] ASoC: loongson: i2s/pci: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 02/18] ASoC: tlv320aic32x4-spi: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 03/18] ASoC: tlv320aic3x-spi: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 04/18] ASoC: max98373-sdw: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 05/18] ASoC: rt1017-sdca-sdw: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 06/18] ASoC: rt1308-sdw: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 07/18] ASoC: rt1316-sdw: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 08/18] ASoC: rt1318-sdw: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 09/18] ASoC: rt5682-sdw: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 10/18] ASoC: rt700-sdw: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 11/18] ASoC: rt711-sdca-sdw: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 12/18] ASoC: rt711-sdw: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 13/18] ASoC: rt712-sdca-dmic: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 14/18] ASoC: rt712-sdca-sdw: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 15/18] ASoC: rt715-sdca-sdw: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 16/18] ASoC: rt715-sdw: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 17/18] ASoC: rt722-sdca-sdw: " Krzysztof Kozlowski
2024-03-27 17:44 ` [PATCH 18/18] ASoC: sdw-mockup: " Krzysztof Kozlowski
2024-03-27 18:14 ` [PATCH 00/18] ASoC: " Pierre-Louis Bossart
2024-03-29 12: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