From: David Henningsson <david.henningsson@canonical.com>
To: ALSA Development Mailing List <alsa-devel@alsa-project.org>
Cc: Takashi Iwai <tiwai@suse.de>
Subject: [GIT PULL] hda-jack-retask
Date: Fri, 13 Apr 2012 13:49:24 +0200 [thread overview]
Message-ID: <4F8812C4.3070307@canonical.com> (raw)
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
next reply other threads:[~2012-04-13 11:49 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-13 11:49 David Henningsson [this message]
2012-04-13 13:48 ` [GIT PULL] hda-jack-retask Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F8812C4.3070307@canonical.com \
--to=david.henningsson@canonical.com \
--cc=alsa-devel@alsa-project.org \
--cc=tiwai@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.