[alsa-devel] [GIT PULL] hda-jack-retask
David Henningsson
david.henningsson at canonical.com
Fri Apr 13 13:49:24 CEST 2012
It was a while since Takashi suggested I would try to upstream my
hda-jack-retask program into alsa-tools, but with Ubuntu 12.04 into
final freeze I finally got some headroom to do so.
The program requires gtk3 to compile, and uses policykit (pkexec) as a
run-time dependency to ask for root privileges where needed. I wasn't
entirely sure where to document this in the best way, as the README file
is primarily used for end-user documentation.
Also, for the integration stuff with the rest of the programs
(gitcompile, autotools etc), I have mostly copy-pasted what I found in
the echomixer program. I also tested by modfying a debian package to do
a test build with this new program included, and it seemed to install
files in the right places, so I hope all is correct in that regard as well.
Enjoy!
The following changes since commit a680841d4a2a142981d2038e9af0a07abc74c5d7:
alsa-tools: hwmixvolume - update README for au88x0 (2012-03-13
10:49:20 +0100)
are available in the git repository at:
git://kernel.ubuntu.com/diwic/alsa-tools.git hda-jack-retask
David Henningsson (2):
hdajackretask: Add new program for easy retask of hda pin nodes
hdajackretask: Use autotools
Makefile | 2 +-
hdajackretask/AUTHORS | 1 +
hdajackretask/ChangeLog | 1 +
hdajackretask/Makefile.am | 20 ++
hdajackretask/NEWS | 1 +
hdajackretask/README | 52 +++
hdajackretask/apply-changes.c | 285 +++++++++++++++++
hdajackretask/apply-changes.h | 15 +
hdajackretask/configure.in | 10 +
hdajackretask/gitcompile | 30 ++
hdajackretask/main-gtk.c | 523 +++++++++++++++++++++++++++++++
hdajackretask/sysfs-pin-configs.c | 626
+++++++++++++++++++++++++++++++++++++
hdajackretask/sysfs-pin-configs.h | 63 ++++
13 files changed, 1628 insertions(+), 1 deletions(-)
create mode 100644 hdajackretask/AUTHORS
create mode 100644 hdajackretask/ChangeLog
create mode 100644 hdajackretask/Makefile.am
create mode 100644 hdajackretask/NEWS
create mode 100644 hdajackretask/README
create mode 100644 hdajackretask/apply-changes.c
create mode 100644 hdajackretask/apply-changes.h
create mode 100644 hdajackretask/configure.in
create mode 100755 hdajackretask/gitcompile
create mode 100644 hdajackretask/main-gtk.c
create mode 100644 hdajackretask/sysfs-pin-configs.c
create mode 100644 hdajackretask/sysfs-pin-configs.h
--
David Henningsson, Canonical Ltd.
http://launchpad.net/~diwic
More information about the Alsa-devel
mailing list