mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fixed bug: /dev/loadC%i -> /dev/aloadC%i
This commit is contained in:
parent
ddb7261e47
commit
013a463ae0
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
#include "asoundlib.h"
|
||||
|
||||
#define SND_FILE_CONTROL "/dev/snd/controlC%i"
|
||||
#define SND_FILE_LOAD "/dev/loadC%i"
|
||||
#define SND_FILE_LOAD "/dev/aloadC%i"
|
||||
|
||||
int snd_card_load(int card)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue