From: Takashi Iwai <tiwai@suse.de>
To: alsa-devel@alsa-project.org
Cc: Takashi Iwai <tiwai@suse.de>
Subject: [PATCH 0/4] ALSA: Cleanup with snd_ctl_add_followers()
Date: Thu, 20 Jul 2023 10:25:50 +0200 [thread overview]
Message-ID: <20230720082554.31891-1-tiwai@suse.de> (raw)
This is another set of cleanup patches: introduce a new standard
helper for adding vmaster control elements, and replace the open code
in a few drivers with it.
Takashi
===
Takashi Iwai (4):
ALSA: vmaster: Add snd_ctl_add_followers() helper
ALSA: ac97: Use the standard snd_ctl_add_followers() helper
ALSA: ca0106: Use the standard snd_ctl_add_followers() helper
ALSA: ice1712: Use the standard snd_ctl_add_followers() helper
include/sound/control.h | 3 +++
sound/core/vmaster.c | 28 ++++++++++++++++++++++++++++
sound/pci/ac97/ac97_patch.c | 16 +++-------------
sound/pci/ca0106/ca0106_mixer.c | 19 ++++++-------------
sound/pci/ice1712/juli.c | 19 +++----------------
sound/pci/ice1712/quartet.c | 15 +++------------
6 files changed, 46 insertions(+), 54 deletions(-)
--
2.35.3
next reply other threads:[~2023-07-20 8:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-20 8:25 Takashi Iwai [this message]
2023-07-20 8:25 ` [PATCH 1/4] ALSA: vmaster: Add snd_ctl_add_followers() helper Takashi Iwai
2023-07-20 8:25 ` [PATCH 2/4] ALSA: ac97: Use the standard " Takashi Iwai
2023-07-20 10:35 ` Oswald Buddenhagen
2023-07-20 10:59 ` Takashi Iwai
2023-07-20 8:25 ` [PATCH 3/4] ALSA: ca0106: " Takashi Iwai
2023-07-20 8:25 ` [PATCH 4/4] ALSA: ice1712: " Takashi Iwai
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=20230720082554.31891-1-tiwai@suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@alsa-project.org \
/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.