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
|
|
@ -413,7 +413,7 @@ int pa__init(pa_core *c, pa_module*m) {
|
|||
u->source->get_hw_volume = source_get_hw_volume;
|
||||
u->source->set_hw_volume = source_set_hw_volume;
|
||||
pa_source_set_owner(u->source, m);
|
||||
u->source->description = pa_sprintf_malloc("Open Sound System PCM on '%s'%s%s%s",
|
||||
u->source->description = pa_sprintf_malloc("OSS PCM on %s%s%s%s",
|
||||
p,
|
||||
hwdesc[0] ? " (" : "",
|
||||
hwdesc[0] ? hwdesc : "",
|
||||
|
|
@ -431,7 +431,7 @@ int pa__init(pa_core *c, pa_module*m) {
|
|||
u->sink->set_hw_volume = sink_set_hw_volume;
|
||||
u->sink->userdata = u;
|
||||
pa_sink_set_owner(u->sink, m);
|
||||
u->sink->description = pa_sprintf_malloc("Open Sound System PCM on '%s'%s%s%s",
|
||||
u->sink->description = pa_sprintf_malloc("OSS PCM on %s%s%s%s",
|
||||
p,
|
||||
hwdesc[0] ? " (" : "",
|
||||
hwdesc[0] ? hwdesc : "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue