From: Takashi Iwai <tiwai@suse.de>
To: alsa-devel@alsa-project.org
Cc: "Ayman Bagabas" <ayman.bagabas@gmail.com>,
"Henrique de Moraes Holschuh" <hmh@hmh.eng.br>,
platform-driver-x86@vger.kernel.org,
"Hui Wang" <hui.wang@canonical.com>,
ibm-acpi-devel@lists.sourceforge.net,
"Jacek Anaszewski" <jacek.anaszewski@gmail.com>,
"Pavel Machek" <pavel@ucw.cz>,
"Pali Rohár" <pali.rohar@gmail.com>,
"Andy Shevchenko" <andriy.shevchenko@linux.intel.com>,
linux-leds@vger.kernel.org
Subject: [PATCH v2 0/6] Introduce audio-mute LED trigger (and conversions to it)
Date: Thu, 29 Nov 2018 08:31:25 +0100 [thread overview]
Message-ID: <20181129073131.4338-1-tiwai@suse.de> (raw)
Hi,
this is revised patch series for adding a new LED trigger audio-mute
and audio-micmute, and converting the HD-audio driver and the platform
drivers to use the LED trigger instead of the ugly direct dynamic
symbol binding.
v2 series addressed a couple of issues Andy suggested, and changed the
led class dev names to "platform::xxx" as discussed in the previous
thread.
The latest version of patches are found in topic/leds-trigger branch
in my sound git tree.
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
As these are cross-tree patches, the branch above is based cleanly on
v4.20-rc3. From now on, it'll stay as an immutable branch, so feel
free to merge into other trees.
thanks,
Takashi
===
Takashi Iwai (6):
leds: trigger: Introduce audio mute LED trigger
platform/x86: dell-laptop: Add micmute LED trigger support
platform/x86: thinkpad_acpi: Add audio mute LED classdev support
ALSA: hda - Support led audio trigger
platform/x86: dell-laptop: Drop superfluous exported function
platform/x86: thinkpad_acpi: Drop superfluous exported function
drivers/leds/trigger/Kconfig | 7 +++
drivers/leds/trigger/Makefile | 1 +
drivers/leds/trigger/ledtrig-audio.c | 44 ++++++++++++++++++
drivers/platform/x86/Kconfig | 4 ++
drivers/platform/x86/dell-laptop.c | 27 ++++++++---
drivers/platform/x86/thinkpad_acpi.c | 67 +++++++++++++++++++++-------
include/linux/dell-led.h | 7 ---
include/linux/leds.h | 20 +++++++++
include/linux/thinkpad_acpi.h | 16 -------
sound/pci/hda/dell_wmi_helper.c | 48 --------------------
sound/pci/hda/hda_generic.c | 31 +++++++++++++
sound/pci/hda/hda_generic.h | 2 +
sound/pci/hda/patch_realtek.c | 17 +++----
sound/pci/hda/thinkpad_helper.c | 43 +++---------------
14 files changed, 194 insertions(+), 140 deletions(-)
create mode 100644 drivers/leds/trigger/ledtrig-audio.c
delete mode 100644 include/linux/dell-led.h
delete mode 100644 include/linux/thinkpad_acpi.h
delete mode 100644 sound/pci/hda/dell_wmi_helper.c
--
2.19.1
next reply other threads:[~2018-11-29 7:31 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-11-29 7:31 Takashi Iwai [this message]
2018-11-29 7:31 ` [PATCH v2 2/6] platform/x86: dell-laptop: Add micmute LED trigger support Takashi Iwai
2018-11-29 7:31 ` [PATCH v2 3/6] platform/x86: thinkpad_acpi: Add audio mute LED classdev support Takashi Iwai
[not found] ` <20181129073131.4338-1-tiwai-l3A5Bk7waGM@public.gmane.org>
2018-11-29 7:31 ` [PATCH v2 1/6] leds: trigger: Introduce audio mute LED trigger Takashi Iwai
2018-11-29 7:31 ` [PATCH v2 4/6] ALSA: hda - Support led audio trigger Takashi Iwai
2018-11-29 7:31 ` [PATCH v2 5/6] platform/x86: dell-laptop: Drop superfluous exported function Takashi Iwai
2018-11-29 7:31 ` [PATCH v2 6/6] platform/x86: thinkpad_acpi: " Takashi Iwai
2018-11-29 18:56 ` [PATCH v2 0/6] Introduce audio-mute LED trigger (and conversions to it) 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=20181129073131.4338-1-tiwai@suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@alsa-project.org \
--cc=andriy.shevchenko@linux.intel.com \
--cc=ayman.bagabas@gmail.com \
--cc=hmh@hmh.eng.br \
--cc=hui.wang@canonical.com \
--cc=ibm-acpi-devel@lists.sourceforge.net \
--cc=jacek.anaszewski@gmail.com \
--cc=linux-leds@vger.kernel.org \
--cc=pali.rohar@gmail.com \
--cc=pavel@ucw.cz \
--cc=platform-driver-x86@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox