mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
shorten sink/source device descriptions a little
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1201 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
1d7b8e1ba7
commit
bfff23db10
4 changed files with 6 additions and 6 deletions
|
|
@ -457,7 +457,7 @@ int pa__init(pa_core *c, pa_module*m) {
|
|||
}
|
||||
u->sink->userdata = u;
|
||||
pa_sink_set_owner(u->sink, m);
|
||||
u->sink->description = pa_sprintf_malloc("Advanced Linux Sound Architecture PCM on '%s' (%s)", dev, snd_pcm_info_get_name(pcm_info));
|
||||
u->sink->description = pa_sprintf_malloc("ALSA PCM on %s (%s)", dev, snd_pcm_info_get_name(pcm_info));
|
||||
|
||||
u->pcm_fdl = pa_alsa_fdlist_new();
|
||||
assert(u->pcm_fdl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue