diff options
author | Dominig ar Foll Intel Open Source <dominig.arfoll@fridu.net> | 2017-12-18 12:26:55 +0100 |
---|---|---|
committer | Dominig ar Foll Intel Open Source <dominig.arfoll@fridu.net> | 2017-12-18 12:27:13 +0100 |
commit | eee53497a427c79720f1d12576721bcdbb72c13b (patch) | |
tree | 103c225a679e928489ce655107321585eab17d87 /MOST_UNICENS/hal_most_unicens.c | |
parent | 0de32c82973b0934a499fb737cf178955d211ccb (diff) |
using alsa card name which remain stable over reboot
Change-Id: I259ad43fae8a5eeeb788eca52b2b6cedc1c7fafe
Signed-off-by: Dominig ar Foll Intel Open Source <dominig.arfoll@fridu.net>
Diffstat (limited to 'MOST_UNICENS/hal_most_unicens.c')
-rw-r--r-- | MOST_UNICENS/hal_most_unicens.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MOST_UNICENS/hal_most_unicens.c b/MOST_UNICENS/hal_most_unicens.c index a4ce2a7..12abe29 100644 --- a/MOST_UNICENS/hal_most_unicens.c +++ b/MOST_UNICENS/hal_most_unicens.c @@ -22,8 +22,8 @@ #include "wrap_unicens.h" #include "wrap_volume.h" -#define ALSA_CARD_NAME "Microchip MOST:1" -#define ALSA_DEVICE_ID "hw:1" +#define ALSA_CARD_NAME "ep016ch" +#define ALSA_DEVICE_ID "hw:ep016ch" #define PCM_MAX_CHANNELS 6 /* Define few private tag for not standard functions */ |