From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 09 May 2025 09:29:49 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uDIB3-003isf-1m for lore@lore.pengutronix.de; Fri, 09 May 2025 09:29:49 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1uDIB3-0000kg-9j; Fri, 09 May 2025 09:29:49 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1uDI6a-0005tn-Ph; Fri, 09 May 2025 09:25:12 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1uDI6a-001qrv-1v; Fri, 09 May 2025 09:25:12 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1uDI6a-00BF54-1l; Fri, 09 May 2025 09:25:12 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Fri, 9 May 2025 09:25:12 +0200 Message-Id: <20250509072512.2679571-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250416194203.3846771-2-christian.melki@t2data.com> References: <20250416194203.3846771-2-christian.melki@t2data.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] alsa-utils: Version bump. 1.2.13 -> 1.2.14 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Christian Melki Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as 0368e7056fce3fed554b4a7bbdc9b397219db953. Michael [sent from post-receive hook] On Fri, 09 May 2025 09:25:12 +0200, Christian Melki wrote: > Minor changes. > https://www.alsa-project.org/wiki/Changes_v1.2.13_v1.2.14 > > * Forward patchset and adjust for offsets. Applies cleanly > > Signed-off-by: Christian Melki > Message-Id: <20250416194203.3846771-2-christian.melki@t2data.com> > Signed-off-by: Michael Olbrich > > diff --git a/patches/alsa-utils-1.2.13/0001-alsactl-info.c-fix-conditionals-on-__ALSA_PCM_H-and-.patch b/patches/alsa-utils-1.2.14/0001-alsactl-info.c-fix-conditionals-on-__ALSA_PCM_H-and-.patch > similarity index 90% > rename from patches/alsa-utils-1.2.13/0001-alsactl-info.c-fix-conditionals-on-__ALSA_PCM_H-and-.patch > rename to patches/alsa-utils-1.2.14/0001-alsactl-info.c-fix-conditionals-on-__ALSA_PCM_H-and-.patch > index 6f4fe5848cf6..eee4bce85558 100644 > --- a/patches/alsa-utils-1.2.13/0001-alsactl-info.c-fix-conditionals-on-__ALSA_PCM_H-and-.patch > +++ b/patches/alsa-utils-1.2.14/0001-alsactl-info.c-fix-conditionals-on-__ALSA_PCM_H-and-.patch > @@ -31,7 +31,7 @@ Signed-off-by: Thomas Petazzoni > 1 file changed, 10 insertions(+), 4 deletions(-) > > diff --git a/alsactl/info.c b/alsactl/info.c > -index 1d648d870381..aeff16babb19 100644 > +index 9acd701f1084..f73e5f4f0579 100644 > --- a/alsactl/info.c > +++ b/alsactl/info.c > @@ -22,9 +22,9 @@ > @@ -45,7 +45,7 @@ index 1d648d870381..aeff16babb19 100644 > int err, dev, idx; > unsigned int count; > snd_pcm_info_t *pcminfo; > -@@ -76,10 +76,12 @@ static int pcm_device_list(snd_ctl_t *ctl, snd_pcm_stream_t stream, bool *first) > +@@ -78,10 +78,12 @@ static int pcm_device_list(snd_ctl_t *ctl, snd_pcm_stream_t stream, bool *first) > idx, snd_pcm_info_get_subdevice_name(pcminfo)); > } > } > @@ -59,7 +59,7 @@ index 1d648d870381..aeff16babb19 100644 > static const char *snd_rawmidi_stream_name(snd_rawmidi_stream_t stream) > { > if (stream == SND_RAWMIDI_STREAM_INPUT) > -@@ -91,7 +93,6 @@ static const char *snd_rawmidi_stream_name(snd_rawmidi_stream_t stream) > +@@ -93,7 +95,6 @@ static const char *snd_rawmidi_stream_name(snd_rawmidi_stream_t stream) > > static int rawmidi_device_list(snd_ctl_t *ctl, snd_rawmidi_stream_t stream, bool *first) > { > @@ -67,7 +67,7 @@ index 1d648d870381..aeff16babb19 100644 > int err, dev, idx; > unsigned int count; > snd_rawmidi_info_t *info; > -@@ -143,9 +144,10 @@ static int rawmidi_device_list(snd_ctl_t *ctl, snd_rawmidi_stream_t stream, bool > +@@ -147,9 +148,10 @@ static int rawmidi_device_list(snd_ctl_t *ctl, snd_rawmidi_stream_t stream, bool > idx, snd_rawmidi_info_get_subdevice_name(info)); > } > } > @@ -79,7 +79,7 @@ index 1d648d870381..aeff16babb19 100644 > > static int hwdep_device_list(snd_ctl_t *ctl) > { > -@@ -228,17 +230,21 @@ int general_card_info(int cardno) > +@@ -234,17 +236,21 @@ int general_card_info(int cardno) > } > err = card_info(ctl); > > diff --git a/patches/alsa-utils-1.2.13/series b/patches/alsa-utils-1.2.14/series > similarity index 100% > rename from patches/alsa-utils-1.2.13/series > rename to patches/alsa-utils-1.2.14/series > diff --git a/rules/alsa-utils.make b/rules/alsa-utils.make > index 737776cc3b30..91fc59222867 100644 > --- a/rules/alsa-utils.make > +++ b/rules/alsa-utils.make > @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_ALSA_UTILS) += alsa-utils > # > # Paths and names > # > -ALSA_UTILS_VERSION := 1.2.13 > -ALSA_UTILS_MD5 := c04cdabee211a88bf3c6c2f45b2a4f3e > +ALSA_UTILS_VERSION := 1.2.14 > +ALSA_UTILS_MD5 := d098c3d677ee80cf3d9f87783cce2e53 > ALSA_UTILS := alsa-utils-$(ALSA_UTILS_VERSION) > ALSA_UTILS_SUFFIX := tar.bz2 > ALSA_UTILS_URL := https://www.alsa-project.org/files/pub/utils/$(ALSA_UTILS).$(ALSA_UTILS_SUFFIX)