winealsa: Report card name in volume control fixme.
This commit is contained in:
parent
f48eb1581d
commit
4a2424d6a3
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue