mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-03 07:15:32 -04:00
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:
parent
4338189f76
commit
bd3a8b594f
3 changed files with 29 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue