mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
make profile names translatable
This commit is contained in:
parent
d69bd0339f
commit
fdca6edf20
5 changed files with 36 additions and 31 deletions
|
|
@ -59,7 +59,7 @@ int pa_alsa_find_mixer_and_elem(snd_pcm_t *pcm, snd_mixer_t **_m, snd_mixer_elem
|
|||
typedef struct pa_alsa_profile_info {
|
||||
pa_channel_map map;
|
||||
const char *alsa_name;
|
||||
const char *description;
|
||||
const char *description; /* internationalized */
|
||||
const char *name;
|
||||
unsigned priority;
|
||||
} pa_alsa_profile_info;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue