LoongArch architecture development
 help / color / mirror / Atom feed
* [PATCH v1 0/8] ASoC: loongson: Simplify code formatting
@ 2024-09-09  7:19 Binbin Zhou
  2024-09-09  7:19 ` [PATCH v1 1/8] ASoC: loongson: Use BIT() macro Binbin Zhou
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Binbin Zhou @ 2024-09-09  7:19 UTC (permalink / raw)
  To: Binbin Zhou, Huacai Chen, Liam Girdwood, Mark Brown,
	Jaroslav Kysela, Takashi Iwai
  Cc: Huacai Chen, Tang Bin, Kuninori Morimoto, Krzysztof Kozlowski,
	Pierre-Louis Bossart, linux-sound, Xuerui Wang, loongarch,
	Binbin Zhou

Hi all:

This patchset attempts to improve code readability by simplifying code
formatting.
No functional changes.

Original link:
https://lore.kernel.org/all/c54fbc2582702689c005e1ba528ab2318b1adde6.1725518229.git.zhoubinbin@loongson.cn/

Thanks.

Binbin Zhou (8):
  ASoC: loongson: Use BIT() macro
  ASoC: loongson: Simplify probe() with local dev variable
  ASoC: loongson: Simplify with dev_err_probe()
  ASoC: loongson: Simplify if statment in loongson_card_hw_params()
  ASoC: loongson: Simplify of_node_put() reference
  ASoC: loongson: Replace if with ternary operator
  ASoC: loongson: Factor out loongson_card_acpi_find_device() function
  ASoC: loongson: Factor out loongson i2s enable clock functions

 sound/soc/loongson/loongson_card.c    | 142 +++++++++++++-------------
 sound/soc/loongson/loongson_dma.c     |  10 +-
 sound/soc/loongson/loongson_i2s.c     | 110 ++++++++++----------
 sound/soc/loongson/loongson_i2s.h     |  24 ++---
 sound/soc/loongson/loongson_i2s_pci.c |  51 ++++-----
 5 files changed, 166 insertions(+), 171 deletions(-)

-- 
2.43.5


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

end of thread, other threads:[~2024-09-09 21:57 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-09  7:19 [PATCH v1 0/8] ASoC: loongson: Simplify code formatting Binbin Zhou
2024-09-09  7:19 ` [PATCH v1 1/8] ASoC: loongson: Use BIT() macro Binbin Zhou
2024-09-09  7:19 ` [PATCH v1 2/8] ASoC: loongson: Simplify probe() with local dev variable Binbin Zhou
2024-09-09  7:19 ` [PATCH v1 3/8] ASoC: loongson: Simplify with dev_err_probe() Binbin Zhou
2024-09-09  7:45   ` Krzysztof Kozlowski
2024-09-09 15:15   ` Mark Brown
2024-09-09  7:19 ` [PATCH v1 4/8] ASoC: loongson: Simplify if statment in loongson_card_hw_params() Binbin Zhou
2024-09-09  7:19 ` [PATCH v1 5/8] ASoC: loongson: Simplify of_node_put() reference Binbin Zhou
2024-09-09  7:19 ` [PATCH v1 6/8] ASoC: loongson: Replace if with ternary operator Binbin Zhou
2024-09-09 15:22   ` Mark Brown
2024-09-09  7:19 ` [PATCH v1 7/8] ASoC: loongson: Factor out loongson_card_acpi_find_device() function Binbin Zhou
2024-09-09  7:19 ` [PATCH v1 8/8] ASoC: loongson: Factor out loongson i2s enable clock functions Binbin Zhou
2024-09-09 21:57 ` (subset) [PATCH v1 0/8] ASoC: loongson: Simplify code formatting Mark Brown

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