diff --git a/distributions/raspijamulus.sh b/distributions/raspijamulus.sh index 2ae044f8..bfd41fdd 100755 --- a/distributions/raspijamulus.sh +++ b/distributions/raspijamulus.sh @@ -117,7 +117,7 @@ if [ "$NCORES" -gt "1" ]; then else echo -e "\n ${NAME64}" > ${JAMULUSINIFILE} echo -e " 1\n 3\n 3" >> ${JAMULUSINIFILE} - echo -e " 0\n 0\n" >> ${JAMULUSINIFILE} + echo -e " 0\n 1\n" >> ${JAMULUSINIFILE} fi # taken from "Raspberry Pi and realtime, low-latency audio" homepage at wiki.linuxaudio.org