winepulse.drv: Change device description.
This commit is contained in:
parent
b46eafe3d2
commit
00e1eaffd2
1 changed files with 3 additions and 2 deletions
|
@ -833,8 +833,9 @@ static NTSTATUS pulse_test_connect(void *args)
|
|||
list_init(&g_phys_speakers);
|
||||
list_init(&g_phys_sources);
|
||||
|
||||
pulse_add_device(&g_phys_speakers, NULL, 0, Speakers, 0, "", "PulseAudio");
|
||||
pulse_add_device(&g_phys_sources, NULL, 0, Microphone, 0, "", "PulseAudio");
|
||||
/* Burnout Paradise Remastered expects device name to have a space. */
|
||||
pulse_add_device(&g_phys_speakers, NULL, 0, Speakers, 0, "", "PulseAudio Output");
|
||||
pulse_add_device(&g_phys_sources, NULL, 0, Microphone, 0, "", "PulseAudio Input");
|
||||
|
||||
o = pa_context_get_sink_info_list(pulse_ctx, &pulse_phys_speakers_cb, NULL);
|
||||
if (o) {
|
||||
|
|
Loading…
Add table
Reference in a new issue