From 732f36b7abe2b0a1a793219e57a3b14ad34ecc10 Mon Sep 17 00:00:00 2001 From: aTc Date: Tue, 21 Mar 2017 00:32:00 +0100 Subject: [PATCH] pyra-init-alsa.sh: soundcard name changed to L15 --- scripts/pyra-init-alsa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/pyra-init-alsa.sh b/scripts/pyra-init-alsa.sh index f538ed1..8625a1e 100755 --- a/scripts/pyra-init-alsa.sh +++ b/scripts/pyra-init-alsa.sh @@ -1,6 +1,6 @@ #!/bin/sh -CARD=`awk '/\[PyraHandheld/ {print $1}' /proc/asound/cards` +CARD=`awk '/\[L15/ {print $1}' /proc/asound/cards` if [ -n "$CARD" ]; then -- GitLab