mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05: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
ba3a36b3d1
commit
d58d2a2375
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