mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-28 05:40:23 -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)
|
||||
#error not found
|
||||
#else
|
||||
#if !defined(SND_PCM_IOCTL_FRAME_IO)
|
||||
#if !defined(SND_PCM_IOCTL_HW_PTR)
|
||||
#error wrong version
|
||||
#endif
|
||||
exit(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue