From 1272f77eb51d659326c8d0bc9a95d8f48ebcfa55 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Sat, 6 Jun 2026 21:23:45 +0200 Subject: [PATCH] alsa: fix warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit warning: the address of ‘dev_id’ will always evaluate as ‘true’ [-Waddress] --- spa/plugins/alsa/acp/alsa-mixer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/spa/plugins/alsa/acp/alsa-mixer.c b/spa/plugins/alsa/acp/alsa-mixer.c index bd41e36ea..6e976a56d 100644 --- a/spa/plugins/alsa/acp/alsa-mixer.c +++ b/spa/plugins/alsa/acp/alsa-mixer.c @@ -5123,7 +5123,6 @@ void pa_alsa_profile_set_probe( snprintf(dev_id, sizeof(dev_id), "%d", card_index); pa_assert(ps); - pa_assert(dev_id); pa_assert(ss); if (ps->probed)