From cee70859abff33be89cbb651b39f73567b6ef6b9 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Thu, 2 Apr 2020 17:58:07 +0200 Subject: [PATCH] modify aplay output --- rootfs/etc/cont-init.d/pulse-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/etc/cont-init.d/pulse-config.sh b/rootfs/etc/cont-init.d/pulse-config.sh index 1b8dafb..49e4e2f 100644 --- a/rootfs/etc/cont-init.d/pulse-config.sh +++ b/rootfs/etc/cont-init.d/pulse-config.sh @@ -2,7 +2,7 @@ # ============================================================================== # Check device information and adjust Pulse # ============================================================================== -ALSA_CARDS="$(aplay -L)" +ALSA_CARDS="$(aplay -l)" # BCM2835 if echo "${ALSA_CARDS}" | grep "[bcm2835 ALSA]"; then