mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Now is used /dev/snd/controlX device...
This commit is contained in:
parent
f2bb7cec37
commit
138dbc54d8
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
#include <sys/ioctl.h>
|
||||
#include "asoundlib.h"
|
||||
|
||||
#define SND_FILE_CONTROL "/dev/sndcontrol%i"
|
||||
#define SND_FILE_CONTROL "/dev/snd/control%i"
|
||||
|
||||
int snd_cards( void )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue