Skip to content

Commit

Permalink
modify aplay output
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Apr 2, 2020
1 parent 22f4263 commit cee7085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/cont-init.d/pulse-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cee7085

Please sign in to comment.