mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Christian Melki <christian.melki@t2data.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] alsa-utils: Version bump. 1.2.9 -> 1.2.10
Date: Sun,  3 Sep 2023 20:39:58 +0200	[thread overview]
Message-ID: <20230903183958.724911-2-christian.melki@t2data.com> (raw)
In-Reply-To: <20230903183958.724911-1-christian.melki@t2data.com>

Mostly bugfixes.
https://github.com/alsa-project/alsa-utils/releases/tag/v1.2.10

* Forward patch, but fix some fuzz.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 ...sactl-info.c-fix-conditionals-on-__ALSA_PCM_H-and-.patch | 6 +++---
 patches/{alsa-utils-1.2.9 => alsa-utils-1.2.10}/series      | 0
 rules/alsa-utils.make                                       | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)
 rename patches/{alsa-utils-1.2.9 => alsa-utils-1.2.10}/0001-alsactl-info.c-fix-conditionals-on-__ALSA_PCM_H-and-.patch (94%)
 rename patches/{alsa-utils-1.2.9 => alsa-utils-1.2.10}/series (100%)

diff --git a/patches/alsa-utils-1.2.9/0001-alsactl-info.c-fix-conditionals-on-__ALSA_PCM_H-and-.patch b/patches/alsa-utils-1.2.10/0001-alsactl-info.c-fix-conditionals-on-__ALSA_PCM_H-and-.patch
similarity index 94%
rename from patches/alsa-utils-1.2.9/0001-alsactl-info.c-fix-conditionals-on-__ALSA_PCM_H-and-.patch
rename to patches/alsa-utils-1.2.10/0001-alsactl-info.c-fix-conditionals-on-__ALSA_PCM_H-and-.patch
index 2298f0037..6f4fe5848 100644
--- a/patches/alsa-utils-1.2.9/0001-alsactl-info.c-fix-conditionals-on-__ALSA_PCM_H-and-.patch
+++ b/patches/alsa-utils-1.2.10/0001-alsactl-info.c-fix-conditionals-on-__ALSA_PCM_H-and-.patch
@@ -31,7 +31,7 @@ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
  1 file changed, 10 insertions(+), 4 deletions(-)
 
 diff --git a/alsactl/info.c b/alsactl/info.c
-index 3e4b9486d720..af55206b8484 100644
+index 1d648d870381..aeff16babb19 100644
 --- a/alsactl/info.c
 +++ b/alsactl/info.c
 @@ -22,9 +22,9 @@
@@ -94,9 +94,9 @@ index 3e4b9486d720..af55206b8484 100644
 +#ifdef __ALSA_RAWMIDI_H
  	first = true;
  	if (err >= 0)
- 		err = rawmidi_device_list(ctl, SND_PCM_STREAM_PLAYBACK, &first);
+ 		err = rawmidi_device_list(ctl, SND_RAWMIDI_STREAM_INPUT, &first);
  	if (err >= 0)
- 		err = rawmidi_device_list(ctl, SND_PCM_STREAM_CAPTURE, &first);
+ 		err = rawmidi_device_list(ctl, SND_RAWMIDI_STREAM_OUTPUT, &first);
 +#endif
  
  	if (err >= 0)
diff --git a/patches/alsa-utils-1.2.9/series b/patches/alsa-utils-1.2.10/series
similarity index 100%
rename from patches/alsa-utils-1.2.9/series
rename to patches/alsa-utils-1.2.10/series
diff --git a/rules/alsa-utils.make b/rules/alsa-utils.make
index 2d7162144..46d110823 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.9
-ALSA_UTILS_MD5		:= 095a31a5924695a7cc5b40f9574ba85e
+ALSA_UTILS_VERSION	:= 1.2.10
+ALSA_UTILS_MD5		:= 4fc281a85abb74d6c29363fb0ba2c7b8
 ALSA_UTILS		:= alsa-utils-$(ALSA_UTILS_VERSION)
 ALSA_UTILS_SUFFIX	:= tar.bz2
 ALSA_UTILS_URL		:= \
-- 
2.34.1




  reply	other threads:[~2023-09-03 18:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-03 18:39 [ptxdist] [PATCH] alsa-lib: " Christian Melki
2023-09-03 18:39 ` Christian Melki [this message]
2023-09-24  5:44   ` [ptxdist] [APPLIED] alsa-utils: " Michael Olbrich
2023-09-24  5:44 ` [ptxdist] [APPLIED] alsa-lib: " Michael Olbrich

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=20230903183958.724911-2-christian.melki@t2data.com \
    --to=christian.melki@t2data.com \
    --cc=ptxdist@pengutronix.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox