pinephone-pro: switch to 16K audio

As the modem is connected to a dedicated audio codec, we can select any
sample rate. Let's go for 16K as it should improve call audio quality.

Note: the bitclock's frequency is left untouched due to a bug in the
EG25 kernel, so we can't take advantage of the recommended higher
frequency.
This commit is contained in:
Arnaud Ferraris
2021-12-15 15:32:18 +01:00
committed by Arnaud Ferraris
parent 50b4c00c16
commit 9cf51b9529

View File

@@ -36,7 +36,7 @@ configure = [
# Print software version # Print software version
{ cmd = "QGMR" }, { cmd = "QGMR" },
# Configure audio # Configure audio
{ cmd = "QDAI", expect = "3,0,0,4,0,0,1,1" }, { cmd = "QDAI", expect = "3,0,0,4,0,1,1,1" },
# RI signaling using physical RI pin # RI signaling using physical RI pin
{ cmd = "QCFG", subcmd = "risignaltype", expect = "\"physical\"" }, { cmd = "QCFG", subcmd = "risignaltype", expect = "\"physical\"" },
# Enable VoLTE support # Enable VoLTE support