Changed driver detection

This commit is contained in:
Jaroslav Kysela 2000-05-27 18:29:28 +00:00
parent 1a7f88d10e
commit d134c45c4e

View file

@ -16,7 +16,7 @@ void main(void)
#if !defined(SND_PROTOCOL_VERSION) || !defined(SND_PROTOCOL_INCOMPATIBLE)
#error not found
#else
#if !defined(SND_PCM_IOCTL_CHANNEL_UPDATE)
#if !defined(SND_PCM_IOCTL_STREAM_UPDATE)
#error wrong version
#endif
exit(0);