mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
driver detection fix
This commit is contained in:
parent
3733bbdcff
commit
ffc35812b7
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ void main(void)
|
||||||
#if !defined(SND_PROTOCOL_VERSION) || !defined(SND_PROTOCOL_INCOMPATIBLE)
|
#if !defined(SND_PROTOCOL_VERSION) || !defined(SND_PROTOCOL_INCOMPATIBLE)
|
||||||
#error not found
|
#error not found
|
||||||
#else
|
#else
|
||||||
#if !defined(SND_PCM_IOCTL_FRAME_IO)
|
#if !defined(SND_PCM_IOCTL_HW_PTR)
|
||||||
#error wrong version
|
#error wrong version
|
||||||
#endif
|
#endif
|
||||||
exit(0);
|
exit(0);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue