Jeff Cook <jeff(a)deserettechnology.com> writes:
> @@ -753,7 +753,7 @@ static int ALSA_ScanDevices(int directhw,
> char *pcmname = NULL;
> snd_pcm_t *pcm;
>
> - sprintf(defaultpcmname, "default");
> + sprintf(defaultpcmname, "default:%d", card);
We used to do that, but it was changed because it's not correct, cf. bug 10942.
--
Alexandre Julliard
julliard(a)winehq.org