alsa: fix warning

warning: the address of ‘dev_id’ will always evaluate as ‘true’ [-Waddress]
This commit is contained in:
Wim Taymans 2026-06-06 21:23:45 +02:00
parent cb327e5762
commit 1272f77eb5

View file

@ -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)