From 865ab7838c46098bf0fe2cf4ba3a5cf10ec1f86e Mon Sep 17 00:00:00 2001 From: Florian Asche Date: Sat, 30 May 2026 00:27:49 +0200 Subject: [PATCH 1/3] fix audio config for Satellite1 --- .github/workflows/build-all.yml | 2 +- .../02-set-audio-volume/files/configure_audio.sh | 12 +++--------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 61f89c6..9e136c6 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -110,6 +110,6 @@ jobs: # RPI IMAGER JSON generate-rpi-imager-json: - needs: [build, build-2michat, build-respeaker_lite, build-2michat-lva, build-respeaker_lite-lva] + needs: [build, build-lva, build-2michat-v2, build-2michat-v2-lva, build-respeaker_lite, build-respeaker_lite-lva, build-satellite1-v1dot0, build-satellite1-v1dot0-lva] if: always() uses: ./.github/workflows/create-rpi-image-json.yml 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..db50560 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 @@ -81,20 +81,14 @@ set_control_if_exists() { 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" +if wait_for_card_and_control Satellite1 Headphone; then + CARD="Satellite1" + echo "Satellite1 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 From e0d67125c06e789d6114a6bd452da7212bf0528a Mon Sep 17 00:00:00 2001 From: Florian Asche Date: Sat, 30 May 2026 00:33:40 +0200 Subject: [PATCH 2/3] fix audio config for Satellite1 --- .../02-set-audio-volume/files/configure_audio.sh | 9 --------- 1 file changed, 9 deletions(-) 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 db50560..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,15 +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 Satellite1 Headphone; then - CARD="Satellite1" - echo "Satellite1 found" -else - echo "No supported sound card became ready" - exit 1 -fi - # Set pipewire sink volume set_volume_safe 1.0 From 31698ff60e8c8368c753e4c7c9514e7586eddfd9 Mon Sep 17 00:00:00 2001 From: Florian Asche Date: Sat, 30 May 2026 00:37:41 +0200 Subject: [PATCH 3/3] fix audio config for Satellite1 --- .github/workflows/build-all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 9e136c6..f47f5e5 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -110,6 +110,6 @@ jobs: # RPI IMAGER JSON generate-rpi-imager-json: - needs: [build, build-lva, build-2michat-v2, build-2michat-v2-lva, build-respeaker_lite, build-respeaker_lite-lva, build-satellite1-v1dot0, build-satellite1-v1dot0-lva] + 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