The patches for Linux kernel driver have been merged to upstream. commit c7b60a89516beb20a352ec85c73a8fccd5becf26 Author: Hui Wang <hui.w...@canonical.com> Date: Mon Dec 28 11:35:25 2015 +0800
ALSA: hda - Add keycode map for alc input device Then users can remap the keycode from userspace. If without the remap, the input device will pass KEY_MICMUTE to userspace, but in X11 layer, it uses KEY_F20 rather than KEY_MICMUTE for XF86AudioMicMute. After adding the keycode map, users can remap the keycode to any value users want. Cc: <sta...@vger.kernel.org> Signed-off-by: Hui Wang <hui.w...@canonical.com> Signed-off-by: Takashi Iwai <ti...@suse.de> commit 3694cb2947db50753caf432db067487eafae7b9b Author: Kailang <kail...@realtek.com> Date: Mon Dec 28 11:35:24 2015 +0800 ALSA: hda - Add mic mute hotkey quirk for Lenovo ThinkCentre AIO The Lenovo ThinkCenter AIO uses Line2 (NID 0x1b) to implement the micmute hotkey, here we register an input device and use Line2 unsol event to collect the hotkey pressing or releasing. In the meanwhile, the micmute led is controlled by GPIO2, so we use an existing function alc_fixup_gpio_mic_mute_hook() to control the led. [Hui: And there are two places to register the input device, to make the code simple and clean, move the two same code sections into a function.] Cc: <sta...@vger.kernel.org> Signed-off-by: Kailang <kail...@realtek.com> Signed-off-by: Hui Wang <hui.w...@canonical.com> Signed-off-by: Takashi Iwai <ti...@suse.de> ** Changed in: hwe-next Importance: Undecided => High ** Changed in: hwe-next Assignee: (unassigned) => Hui Wang (hui.wang) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1531362 Title: The micmute hotkey can't work on a Lenovo Thinkcenter AIO Status in HWE Next: New Status in linux package in Ubuntu: New Bug description: 1. $ arecord aa.wav. During recording, press 'mic-mute' key intermittently. 2. $ aplay aa.wav. Expected result: The aa.wav played intermittently. Actual result: Mic could not be mute, the sound play in whole range; Its LED is off always. This is bug is for tracking purposes only, please do not triage. To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1531362/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp