Commit 77c56b0
fw/board: use stereo mic capture in all recovery builds
Commit 6ae8c1e ("fw/board: use stereo mic capture in MFG builds")
restored stereo PDM capture for the mic test, but only gated it on
CONFIG_MFG. The mic test apps live in the recovery firmware and are
built for every PRF variant, so a non-MFG PRF still captured mono and
hit the same 2x-speed playback and missing second microphone.
Gate stereo capture on CONFIG_RECOVERY_FW instead, which MFG builds
also define.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>1 parent b137505 commit 77c56b0
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
524 | 524 | | |
525 | 525 | | |
526 | 526 | | |
527 | | - | |
528 | | - | |
| 527 | + | |
| 528 | + | |
529 | 529 | | |
530 | 530 | | |
531 | 531 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
606 | 606 | | |
607 | 607 | | |
608 | 608 | | |
609 | | - | |
610 | | - | |
| 609 | + | |
| 610 | + | |
611 | 611 | | |
612 | 612 | | |
613 | 613 | | |
| |||
0 commit comments