mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-06 13:29:59 -05:00
Fixed device name...
This commit is contained in:
parent
1cd6778173
commit
0b6e77cd02
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
#include <sys/ioctl.h>
|
||||
#include "asoundlib.h"
|
||||
|
||||
#define SND_FILE_HWDEP "/dev/snd/hwdepC%iD%i"
|
||||
#define SND_FILE_HWDEP "/dev/snd/hwC%iD%i"
|
||||
#define SND_HWDEP_VERSION_MAX SND_PROTOCOL_VERSION(1, 0, 0)
|
||||
|
||||
struct snd_hwdep {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue