mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Christian Melki <christian.melki@t2data.com>
Subject: Re: [ptxdist] [APPLIED] alsa-utils: Version bump. 1.2.9 -> 1.2.10
Date: Sun, 24 Sep 2023 07:44:25 +0200	[thread overview]
Message-ID: <20230924054425.121624-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20230903183958.724911-2-christian.melki@t2data.com>

Thanks, applied as 8cda3821c55405cc69b7a0db69de47601ef14bb6.

Michael

[sent from post-receive hook]

On Sun, 24 Sep 2023 07:44:25 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> 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>
> Message-Id: <20230903183958.724911-2-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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 2298f0037eae..6f4fe5848cf6 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 2d7162144eab..46d110823c7f 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		:= \



  reply	other threads:[~2023-09-24  5:45 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 ` [ptxdist] [PATCH] alsa-utils: " Christian Melki
2023-09-24  5:44   ` Michael Olbrich [this message]
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=20230924054425.121624-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=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