Commit 4a2424d6 authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

winealsa: Report card name in volume control fixme.

parent f48eb158
......@@ -511,7 +511,7 @@ static void ALSA_MixerInit(void)
else if (!mastelem)
{
/* If there is nothing sensible that can act as 'Master' control, something is wrong */
FIXME("No master control found, disabling mixer\n");
FIXME("No master control found on %s, disabling mixer\n", snd_ctl_card_info_get_name(info));
goto close;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment