winealsa: Report card name in volume control fixme.

This commit is contained in:
Maarten Lankhorst 2007-08-19 19:59:29 +02:00 committed by Alexandre Julliard
parent f48eb1581d
commit 4a2424d6a3
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}