mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
replace a few remaining uppercase "Polypaudio" occurences with "PulseAudio"
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1036 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
955e33db60
commit
10b5e997d7
20 changed files with 53 additions and 53 deletions
|
|
@ -211,7 +211,7 @@ static int handle_response(struct userdata *u) {
|
|||
*(p++) = ESD_PROTO_STREAM_PLAY;
|
||||
*(p++) = u->format;
|
||||
*(p++) = u->rate;
|
||||
pa_strlcpy((char*) p, "Polypaudio Tunnel", ESD_NAME_MAX);
|
||||
pa_strlcpy((char*) p, "PulseAudio Tunnel", ESD_NAME_MAX);
|
||||
|
||||
u->write_index = 0;
|
||||
u->state = STATE_RUNNING;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue