mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-28 05:40:23 -04:00
Merged new-mixer branch...
This commit is contained in:
parent
e54aada1a6
commit
c0e741dd8a
12 changed files with 307 additions and 19 deletions
|
|
@ -16,7 +16,7 @@ void main(void)
|
|||
#if !defined(SND_PROTOCOL_VERSION) || !defined(SND_PROTOCOL_UNCOMPATIBLE)
|
||||
#error not found
|
||||
#else
|
||||
#if !defined(SND_MIXER_IOCTL_CHANNEL_RREAD)
|
||||
#if !defined(SND_MIXER_IOCTL_CHANNEL_IREAD)
|
||||
#error wrong version
|
||||
#endif
|
||||
exit(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue