* [GIT PULL] hda-jack-retask
@ 2012-04-13 11:49 David Henningsson
2012-04-13 13:48 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: David Henningsson @ 2012-04-13 11:49 UTC (permalink / raw)
To: ALSA Development Mailing List; +Cc: Takashi Iwai
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [GIT PULL] hda-jack-retask
2012-04-13 11:49 [GIT PULL] hda-jack-retask David Henningsson
@ 2012-04-13 13:48 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2012-04-13 13:48 UTC (permalink / raw)
To: David Henningsson; +Cc: ALSA Development Mailing List
At Fri, 13 Apr 2012 13:49:24 +0200,
David Henningsson wrote:
>
> 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
I pulled and pushed out. Thanks!
Takashi
>
> 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
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@alsa-project.org
> http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-04-13 13:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-13 11:49 [GIT PULL] hda-jack-retask David Henningsson
2012-04-13 13:48 ` Takashi Iwai
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.