spa: acp: indicate ALSA UCM profile errors in UIs

Add "[ALSA UCM error]" to the end of card description, to indicate
something is wrong.
This commit is contained in:
Pauli Virtanen 2025-03-13 19:23:32 +02:00 committed by Wim Taymans
parent ba3a36b3d1
commit d58d2a2375
3 changed files with 29 additions and 1 deletions

View file

@ -185,6 +185,7 @@ struct pa_alsa_ucm_split {
int channels;
int idx[PA_CHANNELS_MAX];
enum snd_pcm_chmap_position pos[PA_CHANNELS_MAX];
bool broken;
};
struct pa_alsa_ucm_device {