]> git.alsa-project.org Git - alsa-tools.git/commit
hdajackretask: Add new program for easy retask of hda pin nodes
authorDavid Henningsson <david.henningsson@canonical.com>
Thu, 22 Mar 2012 16:47:02 +0000 (17:47 +0100)
committerDavid Henningsson <david.henningsson@canonical.com>
Thu, 22 Mar 2012 16:47:02 +0000 (17:47 +0100)
commit7aa4a74f88d74de26886ce9203a5de2b8a905a84
tree4a470d168e672b47958e74f86328cdb5b690d2d3
parenta680841d4a2a142981d2038e9af0a07abc74c5d7
hdajackretask: Add new program for easy retask of hda pin nodes

Most HDA Intel soundcards are to some degree retaskable, i e can be
used for more than one thing. This tool is a GUI to make it easy to
retask your jacks - e g, turn your Mic jack into an extra Headphone,
or why not make them both line outs and connect them to your surround
receiver?

Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Makefile
hdajackretask/Makefile [new file with mode: 0644]
hdajackretask/README [new file with mode: 0644]
hdajackretask/apply-changes.c [new file with mode: 0644]
hdajackretask/apply-changes.h [new file with mode: 0644]
hdajackretask/gitcompile [new file with mode: 0755]
hdajackretask/main-gtk.c [new file with mode: 0644]
hdajackretask/sysfs-pin-configs.c [new file with mode: 0644]
hdajackretask/sysfs-pin-configs.h [new file with mode: 0644]