diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-09-02 11:05:43 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-09-02 16:51:06 -0500 |
commit | b32f2319bb60421529959309d94d943a88420f36 (patch) | |
tree | 747c34c9c6384daba7bf851bb3d7fc857df9474e | |
parent | 2e4a6055859623828c85aac572d5f18aac3014cc (diff) | |
download | meta-freescale-b32f2319bb60421529959309d94d943a88420f36.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>
-rw-r--r-- | recipes-multimedia/pulseaudio/pulseaudio/imx-nxp-bsp/daemon.conf | 2 |
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 | ||
80 | alternate-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 | ||