[PATCH 0/3 V2][SRU][Unstable] Support mic-mute on Dell's platform

Koba Ko koba.ko at canonical.com
Thu May 27 02:55:23 UTC 2021


BugLink: https://bugs.launchpad.net/bugs/1928750

[Impact]
On Dell's platform, the MIC-Mute can't work.

[Fix]
Here's v8 patch, support MIC-Mute of dell e-privacy feature.
Link: https://patchwork.kernel.org/project/alsa-devel/list/?series=477845
The set of patches has been verified and works well on dell's machine.
In the upstream, Hans De Goede ask dell's developer to follow ucm2 and Dell will upstream v9.
For the schedule, can't wait v9 and sru v8 first.
In the feature, will sru the final solution.

[Test Case]
1. arecord file_name
2. press mic-mute hot-key and wait 20s.
3. check the record file and can't hear voice.

[Where problems could occur]
Because the rt715 patch doesn't follow the ucm2, dell will upstream v9.
In the future, will sru the final solution again.

V2: Reorder DELL_CONFIG_DELL_PRIVACY and replace tab with space

Koba Ko (1):
  [SRU][Unstable] UBUTNU: [Config] Update configs for Dell's E-Privacy

Perry Yuan (2):
  [SRU][Unstable] UBUNTU: SAUCE: platform/x86: dell-privacy: Add support
    for Dell hardware privacy
  [SRU][Unstable] UBUNTU: SAUCE: ASoC: rt715:add micmute led state
    control supports

 .../testing/sysfs-platform-dell-privacy-wmi   |  55 +++
 debian.master/config/annotations              |   1 +
 debian.master/config/config.common.ubuntu     |   1 +
 drivers/platform/x86/dell/Kconfig             |  14 +
 drivers/platform/x86/dell/Makefile            |   1 +
 drivers/platform/x86/dell/dell-laptop.c       |  13 +-
 drivers/platform/x86/dell/dell-privacy-wmi.c  | 393 ++++++++++++++++++
 drivers/platform/x86/dell/dell-privacy-wmi.h  |  25 ++
 drivers/platform/x86/dell/dell-wmi.c          |   9 +-
 sound/soc/codecs/rt715-sdca.c                 |  42 ++
 sound/soc/codecs/rt715.c                      |  42 ++
 11 files changed, 592 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-platform-dell-privacy-wmi
 create mode 100644 drivers/platform/x86/dell/dell-privacy-wmi.c
 create mode 100644 drivers/platform/x86/dell/dell-privacy-wmi.h

-- 
2.25.1




More information about the kernel-team mailing list