aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominig ar Foll Intel Open Source <dominig.arfoll@fridu.net>2017-12-18 12:26:55 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-12-18 15:48:58 +0000
commitead139868f1e5518d8d2b4db28cffb7372815dcd (patch)
treec2b66e566f9bc77eaad22d94610c5a8cc4265d78
parenta24b804820e2701d6f154a705e6ad176bb793116 (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>
-rw-r--r--MOST_UNICENS/hal_most_unicens.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/MOST_UNICENS/hal_most_unicens.c b/MOST_UNICENS/hal_most_unicens.c
index 39cf14d..711cc5b 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
static int master_volume;