summaryrefslogtreecommitdiffstats
path: root/pulse/ctl_pulse.c
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2006-08-28 13:09:31 +0200
committerTakashi Iwai <tiwai@suse.de>2006-08-28 13:09:31 +0200
commit224a881062aa8e56139ea4d0c03a0b6497025aa6 (patch)
treeeb517e7e613780e867f1de2573807270149afd86 /pulse/ctl_pulse.c
parente88f7ba7a408327db651b283b53bdab8a0bacd0a (diff)
Remove stray Polypaudio strings
Some stray mentions of the old Polypaudio name was still present in the PulseAudio plug-in. Signed-off-by: Pierre Ossman <ossman@cendio.se>
Diffstat (limited to 'pulse/ctl_pulse.c')
-rw-r--r--pulse/ctl_pulse.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pulse/ctl_pulse.c b/pulse/ctl_pulse.c
index 06e087f..d1ac325 100644
--- a/pulse/ctl_pulse.c
+++ b/pulse/ctl_pulse.c
@@ -689,10 +689,10 @@ SND_CTL_PLUGIN_DEFINE_FUNC(pulse)
ctl->ext.version = SND_CTL_EXT_VERSION;
ctl->ext.card_idx = 0;
strncpy(ctl->ext.id, "pulse", sizeof(ctl->ext.id) - 1);
- strncpy(ctl->ext.driver, "Polypaudio plugin", sizeof(ctl->ext.driver) - 1);
- strncpy(ctl->ext.name, "Polypaudio", sizeof(ctl->ext.name) - 1);
- strncpy(ctl->ext.longname, "Polypaudio", sizeof(ctl->ext.longname) - 1);
- strncpy(ctl->ext.mixername, "Polypaudio", sizeof(ctl->ext.mixername) - 1);
+ strncpy(ctl->ext.driver, "PulseAudio plugin", sizeof(ctl->ext.driver) - 1);
+ strncpy(ctl->ext.name, "PulseAudio", sizeof(ctl->ext.name) - 1);
+ strncpy(ctl->ext.longname, "PulseAudio", sizeof(ctl->ext.longname) - 1);
+ strncpy(ctl->ext.mixername, "PulseAudio", sizeof(ctl->ext.mixername) - 1);
ctl->ext.poll_fd = -1;
ctl->ext.callback = &pulse_ext_callback;
ctl->ext.private_data = ctl;