Re: HDA codec graphing

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I ran this on my home system (Intel DP965LT - STAC9227).  Attached is
the graph to add to your samples.

I also am submitting the first (of possibly many) patches.  This one
will also look in the $PWD for the codecgraph.py file, so users who
don't wish to install this can just download and run it in place.

I noticed a few output errors as well:

        6: Unknown item: No Modem Function Group found
        10: Unknown item: Default PCM:

But as I am not yet familiar with python, I'd like to just report these
for now.

As to "my script", first let me clarify that it isn't mine.  A user
(wishie) on #alsa at irc.freenode.net worked with me to develop it, but
he deserves full credit.  On that note, these both should be added to
alsa-utils or alsa-tools and to the main web site.  Together, they will
make development/debug much nicer.

Tobin

On Thu, 2008-01-17 at 16:18 -0200, Claudio Matsuoka wrote:

> On Jan 17, 2008 12:46 PM, Takashi Iwai <tiwai@xxxxxxx> wrote:
> 
> > Nice.  Then we shouldn't change the proc output format any more, or at
> > least, keep codecgraph working :)
> 
> Change the format as needed, as long as it is unambiguous and contains
> all the necessary information we'll keep the tool up to date.
> 
> 
> > I think it's worth to include this to the ALSA upstream repo.
> > Any other useful stuff?  Maybe Tobin's script would be good.
> > Or, maybe it's better to keep outside so that other people can change
> > more freely than on alsa-project.org...
> 
> The grapher is still unstable, keeping it outside would probably be
> better for now.

-- 
Tobin Davis  


Anyway, Zen And Art Of Feeding Patches Into Tree is a topic for a different
thread...

	- Al Viro on linux-kernel

Attachment: codec#2.svg
Description: Binary data

--- codecgraph~	2008-01-17 20:17:17.000000000 -0800
+++ codecgraph	2008-01-17 20:17:30.000000000 -0800
@@ -52,7 +52,7 @@
     exit 1
 fi
 
-if [ -z "`which codecgraph.py`" ]; then
+if [ -z "`which codecgraph.py`" ] && [ -z "codecgraph.py" ]; then
     echo "error: can't find codecgraph.py in PATH (package corrupt?)" >&2
     exit 1
 fi
_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxx
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux