mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Followed ioctl rename
This commit is contained in:
parent
237271dc82
commit
c323849bac
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,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_STREAM_UPDATE)
|
#if !defined(SND_PCM_IOCTL_STREAM_BYTE_IO)
|
||||||
#error wrong version
|
#error wrong version
|
||||||
#endif
|
#endif
|
||||||
exit(0);
|
exit(0);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue