lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 30 Mar 2020 03:30:29 -0400
From:   Thomas Hebb <tommyhebb@...il.com>
To:     alsa-devel@...a-project.org, linux-kernel@...r.kernel.or
Cc:     Kailang Yang <kailang@...ltek.com>,
        Thomas Hebb <tommyhebb@...il.com>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        Hui Wang <hui.wang@...onical.com>,
        Jaroslav Kysela <perex@...ex.cz>,
        Jian-Hong Pan <jian-hong@...lessm.com>,
        Jonathan Corbet <corbet@....net>,
        Kai-Heng Feng <kai.heng.feng@...onical.com>,
        Michał Mirosław <mirq-linux@...e.qmqm.pl>,
        Sergey Bostandzhyan <jin@...iatomb.cc>,
        Takashi Iwai <tiwai@...e.com>,
        Tomas Espeleta <tomas.espeleta@...il.com>,
        linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/3] Properly fix headphone noise on the XPS 13 and other ALC256 devices


The root cause of various pervasive audio problems on the XPS 13
9350/9360, mostly relating to the headphone jack, turns out to be an
undocumented feature of the ALC256 and similar codecs that routes audio
along paths not exposed in the HDA node graph. The best we've had so far
to configure this feature is magic numbers provided by Realtek, none of
which have fully fixed all issues.

This series documents the "PC Beep Hidden Register", which controls the
feature and which I've reverse engineered using black box techniques,
and uses my findings to hopefully fix the headphone issues on my XPS 13
once and for all.


Thomas Hebb (3):
  ALSA: doc: Document PC Beep Hidden Register on Realtek ALC256
  ALSA: hda/realtek - Set principled PC Beep configuration for ALC256
  ALSA: hda/realtek - Remove now-unnecessary XPS 13 headphone noise
    fixups

 Documentation/sound/hd-audio/index.rst        |   1 +
 Documentation/sound/hd-audio/models.rst       |   2 -
 .../sound/hd-audio/realtek-pc-beep.rst        | 129 ++++++++++++++++++
 sound/pci/hda/patch_realtek.c                 |  49 ++-----
 4 files changed, 139 insertions(+), 42 deletions(-)
 create mode 100644 Documentation/sound/hd-audio/realtek-pc-beep.rst

-- 
2.25.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ