← Back to team overview

kernel-packages team mailing list archive

[Bug 1531362] Re: The micmute hotkey can't work on a Lenovo Thinkcenter AIO

 

The patches for Linux kernel driver have been merged to upstream.

commit c7b60a89516beb20a352ec85c73a8fccd5becf26
Author: Hui Wang <hui.wang@xxxxxxxxxxxxx>
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: <stable@xxxxxxxxxxxxxxx>
    Signed-off-by: Hui Wang <hui.wang@xxxxxxxxxxxxx>
    Signed-off-by: Takashi Iwai <tiwai@xxxxxxx>

commit 3694cb2947db50753caf432db067487eafae7b9b
Author: Kailang <kailang@xxxxxxxxxxx>
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: <stable@xxxxxxxxxxxxxxx>
    Signed-off-by: Kailang <kailang@xxxxxxxxxxx>
    Signed-off-by: Hui Wang <hui.wang@xxxxxxxxxxxxx>
    Signed-off-by: Takashi Iwai <tiwai@xxxxxxx>


** 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


References