mirror of
https://github.com/reactos/wine.git
synced 2025-02-01 09:42:14 +00:00
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…
x
Reference in New Issue
Block a user