All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] docs: sound: hda: drop mentions of hda-analyzer
@ 2023-04-05 20:12 Oswald Buddenhagen
  2023-04-06  6:19 ` Takashi Iwai
  0 siblings, 1 reply; 5+ messages in thread
From: Oswald Buddenhagen @ 2023-04-05 20:12 UTC (permalink / raw)
  To: alsa-devel

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(-)

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
-- 
2.40.0.152.g15d061e6df


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] docs: sound: hda: drop mentions of hda-analyzer
  2023-04-05 20:12 [PATCH] docs: sound: hda: drop mentions of hda-analyzer Oswald Buddenhagen
@ 2023-04-06  6:19 ` Takashi Iwai
  2023-04-06  8:08   ` Jaroslav Kysela
  0 siblings, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2023-04-06  6:19 UTC (permalink / raw)
  To: Oswald Buddenhagen; +Cc: alsa-devel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] docs: sound: hda: drop mentions of hda-analyzer
  2023-04-06  6:19 ` Takashi Iwai
@ 2023-04-06  8:08   ` Jaroslav Kysela
  2023-04-06  8:14     ` Takashi Iwai
  2023-04-06  8:29     ` Oswald Buddenhagen
  0 siblings, 2 replies; 5+ messages in thread
From: Jaroslav Kysela @ 2023-04-06  8:08 UTC (permalink / raw)
  To: Takashi Iwai, Oswald Buddenhagen; +Cc: alsa-devel

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

-- 
Jaroslav Kysela <perex@perex.cz>
Linux Sound Maintainer; ALSA Project; Red Hat, Inc.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] docs: sound: hda: drop mentions of hda-analyzer
  2023-04-06  8:08   ` Jaroslav Kysela
@ 2023-04-06  8:14     ` Takashi Iwai
  2023-04-06  8:29     ` Oswald Buddenhagen
  1 sibling, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2023-04-06  8:14 UTC (permalink / raw)
  To: Jaroslav Kysela; +Cc: Oswald Buddenhagen, alsa-devel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] docs: sound: hda: drop mentions of hda-analyzer
  2023-04-06  8:08   ` Jaroslav Kysela
  2023-04-06  8:14     ` Takashi Iwai
@ 2023-04-06  8:29     ` Oswald Buddenhagen
  1 sibling, 0 replies; 5+ messages in thread
From: Oswald Buddenhagen @ 2023-04-06  8:29 UTC (permalink / raw)
  To: alsa-devel

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?)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-04-06  8:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-05 20:12 [PATCH] docs: sound: hda: drop mentions of hda-analyzer Oswald Buddenhagen
2023-04-06  6:19 ` Takashi Iwai
2023-04-06  8:08   ` Jaroslav Kysela
2023-04-06  8:14     ` Takashi Iwai
2023-04-06  8:29     ` Oswald Buddenhagen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.