[ptxdist] [PATCH] alsa-lib: Allow installation of /etc/asound.conf

2011-11-08 Thread bernhard
From: Bernhard Walle wa...@corscience.de Some systems require a tuned /etc/asound.conf, for example for special mixer entries. Signed-off-by: Bernhard Walle wa...@corscience.de --- rules/alsa-lib.in |6 ++ rules/alsa-lib.make |6 ++ 2 files changed, 12 insertions(+), 0

Re: [ptxdist] [PATCH] alsa-lib: Allow installation of /etc/asound.conf

2011-11-08 Thread Juergen Beisert
bernh...@bwalle.de wrote: [...] diff --git a/rules/alsa-lib.make b/rules/alsa-lib.make index 929ab4e..bfec83f 100644 --- a/rules/alsa-lib.make +++ b/rules/alsa-lib.make @@ -207,6 +207,12 @@ endif /usr/share/alsa/pcm/dsnoop.conf) endif +ifdef PTXCONF_ALSA_LIB_ASOUND_CONF +

Re: [ptxdist] [PATCH] alsa-lib: Allow installation of /etc/asound.conf

2011-11-08 Thread Bernhard Walle
* Juergen Beisert j...@pengutronix.de [2011-11-08 15:29]: bernh...@bwalle.de wrote: [...] diff --git a/rules/alsa-lib.make b/rules/alsa-lib.make index 929ab4e..bfec83f 100644 --- a/rules/alsa-lib.make +++ b/rules/alsa-lib.make @@ -207,6 +207,12 @@ endif

[ptxdist] [PATCH] alsa-lib: Allow installation of /etc/asound.conf

2011-11-08 Thread bernhard
From: Bernhard Walle wa...@corscience.de Some systems require a tuned /etc/asound.conf, for example for special mixer entries. Signed-off-by: Bernhard Walle wa...@corscience.de --- rules/alsa-lib.in |6 ++ rules/alsa-lib.make |4 2 files changed, 10 insertions(+), 0