Message ID | 20230405201220.2197848-1-oswald.buddenhagen@gmx.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | docs: sound: hda: drop mentions of hda-analyzer | expand |
On Wed, 05 Apr 2023 22:12:20 +0200, Oswald Buddenhagen wrote: > > It's gone from the repos, presumably because nobody ported it to > Python 3. > > I'm leaving hda-emu in, even though it isn't actually usable with > current kernels (but with some minor hacking, the encoding tools work). > > Signed-off-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de> Applied to for-next branch. Thanks. Takashi
On 06. 04. 23 8:19, Takashi Iwai wrote: > On Wed, 05 Apr 2023 22:12:20 +0200, > Oswald Buddenhagen wrote: >> >> It's gone from the repos, presumably because nobody ported it to >> Python 3. The "gone" is no longer true. The gitweb was misconfigured on the ALSA server after upgrade. We have also preliminary python3 work at https://github.com/alsa-project/alsa-utils/issues/134 . I merged those changes and did some cleanups so the code can run with python3 now. I suggest to remove this doc change (drop this patch). Thanks, Jaroslav
On Thu, 06 Apr 2023 10:08:58 +0200, Jaroslav Kysela wrote: > > On 06. 04. 23 8:19, Takashi Iwai wrote: > > On Wed, 05 Apr 2023 22:12:20 +0200, > > Oswald Buddenhagen wrote: > >> > >> It's gone from the repos, presumably because nobody ported it to > >> Python 3. > > The "gone" is no longer true. The gitweb was misconfigured on the ALSA > server after upgrade. > > We have also preliminary python3 work at > https://github.com/alsa-project/alsa-utils/issues/134 . > > I merged those changes and did some cleanups so the code can run with > python3 now. I suggest to remove this doc change (drop this patch). OK, dropped again. Takashi
On Thu, Apr 06, 2023 at 10:08:58AM +0200, Jaroslav Kysela wrote: >The gitweb was misconfigured on the ALSA server after upgrade. > ah, that explains a lot. i thought it moved to github entirely. (i'm kinda getting lost in the various wiki pages, which isn't made any better by google turning up some heavily outdated ones, even though they aren't linked top-down any more. feel like doing some cleanup work?)
diff --git a/Documentation/sound/hd-audio/notes.rst b/Documentation/sound/hd-audio/notes.rst index a9e35b1f87bd..34865d3b7512 100644 --- a/Documentation/sound/hd-audio/notes.rst +++ b/Documentation/sound/hd-audio/notes.rst @@ -308,9 +308,9 @@ Direct Debugging ---------------- If no model option gives you a better result, and you are a tough guy to fight against evil, try debugging via hitting the raw HD-audio -codec verbs to the device. Some tools are available: hda-emu and -hda-analyzer. The detailed description is found in the sections -below. You'd need to enable hwdep for using these tools. See "Kernel +codec verbs to the device. One tool is available: hda-emu. +The detailed description is found in the section below. +You'd need to enable hwdep for using this tool. See the "Kernel Configuration" section. @@ -339,7 +339,7 @@ When this is enabled, the driver creates hardware-dependent devices (one per each codec), and you have a raw access to the device via these device files. For example, ``hwC0D2`` will be created for the codec slot #2 of the first card (#0). For debug-tools such as -hda-verb and hda-analyzer, the hwdep device has to be enabled. +hda-verb, the hwdep device has to be enabled. Thus, it'd be better to turn this on always. ``CONFIG_SND_HDA_RECONFIG`` is a new option, and this depends on the @@ -819,22 +819,6 @@ See README file in the tarball for more details about hda-verb program. -hda-analyzer ------------- -hda-analyzer provides a graphical interface to access the raw HD-audio -control, based on pyGTK2 binding. It's a more powerful version of -hda-verb. The program gives you an easy-to-use GUI stuff for showing -the widget information and adjusting the amp values, as well as the -proc-compatible output. - -The hda-analyzer: - -* https://git.alsa-project.org/?p=alsa.git;a=tree;f=hda-analyzer - -is a part of alsa.git repository in alsa-project.org: - -* git://git.alsa-project.org/alsa.git - Codecgraph ---------- Codecgraph is a utility program to generate a graph and visualizes the
It's gone from the repos, presumably because nobody ported it to Python 3. I'm leaving hda-emu in, even though it isn't actually usable with current kernels (but with some minor hacking, the encoding tools work). Signed-off-by: Oswald Buddenhagen <oswald.buddenhagen@gmx.de> --- Documentation/sound/hd-audio/notes.rst | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-)