logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

codecgraph - hda-intel codec graph generator

Author

       Eduardo Habkost <ehabkost@raisama.net>. Wrapper script by Claudio Matsuoka <cmatsuoka@gmail.com>.

Jan 2008                                           Version 1.0                                     CODECGRAPH(1)

Description

codecgraph  generates  a  graph  based  on  the  ALSA  description  of a High Definition Audio codec. The
       generated graph depicts the HDA codec layout and node connections,  helping  driver  troubleshooting  and
       maintenance. In Linux this description is available at /proc/asound/card*/codec#*.

Examples

       Generate a graph from codec.txt in PNG format:

              codecgraph -f png codec.txt

       Generate a graph for the local host HDA codec data:

              codecgraph

Name

       codecgraph - hda-intel codec graph generator

Options

-fformat
              Specify  the  format  of  the  generated  graph. Valid formats are all formats accepted by dot(1),
              including ps (PostScript), svg (Structured Vector Graphics), fig (XFIG graphics) and png (Portable
              Network Graphics).

       -h     Show usage information and exit.

       -oname
              Set the output file name.

       -v     Print version information and exit.

See Also

dot(1)

Synopsis

codecgraph [-fformat] [-h] [-oname] [-v] [codecfile]

See Also