From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Message-ID: <1348051628.3932.3.camel@lws-weitzel> From: Jan Weitzel Date: Wed, 19 Sep 2012 12:47:08 +0200 In-Reply-To: <1348045836.3605.4.camel@mars> References: <1348045836.3605.4.camel@mars> Mime-Version: 1.0 Subject: Re: [ptxdist] [PATCH] alsa-utils: add /usr/share/alsa/ dir Reply-To: ptxdist@pengutronix.de, J.Weitzel@phytec.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: j.beisert@pengutronix.de, Michael Olbrich Am Mittwoch, den 19.09.2012, 11:10 +0200 schrieb Christoph Fritz: > This patch fixes error: > > restoring mixer state.../usr/sbin/alsactl: parse:1655: Unable to open file > '/usr/share/alsa/init/00main': No such file or directory This is only needed if you don't provide a valid asound.state. So I would prefer a configuration option for this. Jan > Same error as: > https://bugs.busybox.net/show_bug.cgi?id=1573 > http://git.buildroot.net/buildroot/commit/?id=5ad2672470109ddea4c467a67b0d > > Signed-off-by: Christoph Fritz > --- > rules/alsa-utils.make | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/rules/alsa-utils.make b/rules/alsa-utils.make > index e62e3be..3b8ca14 100644 > --- a/rules/alsa-utils.make > +++ b/rules/alsa-utils.make > @@ -97,6 +97,8 @@ $(STATEDIR)/alsa-utils.targetinstall: > @$(call install_copy, alsa-utils, 0, 0, 0755, -, /usr/bin/aseqdump) > @$(call install_copy, alsa-utils, 0, 0, 0755, -, /usr/bin/aseqnet) > > + @$(call install_tree, alsa-utils, 0, 0, -, /usr/share/alsa/) > + > ifdef PTXCONF_ALSA_UTILS_ALSAMIXER > @$(call install_copy, alsa-utils, 0, 0, 0755, -, /usr/bin/alsamixer) > endif > -- > 1.7.2.5 > > > > -- ptxdist mailing list ptxdist@pengutronix.de