summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-09-02 11:05:43 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-09-05 11:50:05 +0000
commitd5d6408ce56f1eb591576e2809132c4829f8edf8 (patch)
treee6b9864c3049418e6fee9e57adea33bc5100fdcf
parent14acef2f4adf3feaff16e2fe436e2e2f61ef6037 (diff)
downloadmeta-freescale-d5d6408ce56f1eb591576e2809132c4829f8edf8.tar.gz
pulseaudio: Fix WM8960 codec by disabling alternate sample rate
The WM8960 codec doesn't support 44k and 48k simultaneously, so set alternate-sample-rate the same as default-sample-rate. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit b32f2319bb60421529959309d94d943a88420f36)
-rw-r--r--recipes-multimedia/pulseaudio/pulseaudio/imx-nxp-bsp/daemon.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-multimedia/pulseaudio/pulseaudio/imx-nxp-bsp/daemon.conf b/recipes-multimedia/pulseaudio/pulseaudio/imx-nxp-bsp/daemon.conf
index 9eb954bb..b9f533a0 100644
--- a/recipes-multimedia/pulseaudio/pulseaudio/imx-nxp-bsp/daemon.conf
+++ b/recipes-multimedia/pulseaudio/pulseaudio/imx-nxp-bsp/daemon.conf
@@ -76,6 +76,8 @@ rlimit-rttime = 4000000
76; default-sample-format = s16le 76; default-sample-format = s16le
77; default-sample-rate = 44100 77; default-sample-rate = 44100
78; alternate-sample-rate = 48000 78; alternate-sample-rate = 48000
79# Disable alternate-sample-rate by setting same as default
80alternate-sample-rate = 44100
79; default-sample-channels = 2 81; default-sample-channels = 2
80; default-channel-map = front-left,front-right 82; default-channel-map = front-left,front-right
81 83