diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 61f89c6..f47f5e5 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -112,4 +112,4 @@ jobs: generate-rpi-imager-json: needs: [build, build-2michat, build-respeaker_lite, build-2michat-lva, build-respeaker_lite-lva] if: always() - uses: ./.github/workflows/create-rpi-image-json.yml + uses: ./.github/workflows/create-rpi-image-json.yml \ No newline at end of file diff --git a/02-stage-audiodriver-satellite1-v1.0/02-set-audio-volume/files/configure_audio.sh b/02-stage-audiodriver-satellite1-v1.0/02-set-audio-volume/files/configure_audio.sh index 326c235..e448619 100644 --- a/02-stage-audiodriver-satellite1-v1.0/02-set-audio-volume/files/configure_audio.sh +++ b/02-stage-audiodriver-satellite1-v1.0/02-set-audio-volume/files/configure_audio.sh @@ -80,21 +80,6 @@ set_control_if_exists() { # Wait for audio system to be ready wait_for_audio 30 1 -# Check if the card is ok -if wait_for_card_and_control seeed2micvoicec Headphone; then - CARD="seeed2micvoicec" - echo "seeed2micvoicec found" -else - echo "No supported sound card became ready" - exit 1 -fi - -# Set volume -set_control_if_exists "$CARD" Headphone 100% -set_control_if_exists "$CARD" Speaker 100% -set_control_if_exists "$CARD" Master 100% -set_control_if_exists "$CARD" PCM 100% - # Set pipewire sink volume set_volume_safe 1.0