From: Binbin Zhou <zhoubinbin@loongson.cn>
To: Binbin Zhou <zhoubb.aaron@gmail.com>,
Huacai Chen <chenhuacai@loongson.cn>,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
Takashi Iwai <tiwai@suse.com>
Cc: Huacai Chen <chenhuacai@kernel.org>,
Tang Bin <tangbin@cmss.chinamobile.com>,
Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>,
linux-sound@vger.kernel.org, Xuerui Wang <kernel@xen0n.name>,
loongarch@lists.linux.dev, Binbin Zhou <zhoubinbin@loongson.cn>
Subject: [PATCH v1 0/8] ASoC: loongson: Simplify code formatting
Date: Mon, 9 Sep 2024 15:19:04 +0800 [thread overview]
Message-ID: <cover.1725844530.git.zhoubinbin@loongson.cn> (raw)
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
next reply other threads:[~2024-09-09 7:19 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-09 7:19 Binbin Zhou [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1725844530.git.zhoubinbin@loongson.cn \
--to=zhoubinbin@loongson.cn \
--cc=broonie@kernel.org \
--cc=chenhuacai@kernel.org \
--cc=chenhuacai@loongson.cn \
--cc=kernel@xen0n.name \
--cc=krzysztof.kozlowski@linaro.org \
--cc=kuninori.morimoto.gx@renesas.com \
--cc=lgirdwood@gmail.com \
--cc=linux-sound@vger.kernel.org \
--cc=loongarch@lists.linux.dev \
--cc=perex@perex.cz \
--cc=pierre-louis.bossart@linux.intel.com \
--cc=tangbin@cmss.chinamobile.com \
--cc=tiwai@suse.com \
--cc=zhoubb.aaron@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.