mirror of
https://gitlab.com/mobian1/eg25-manager.git
synced 2025-08-29 07:12:08 +02:00
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:
committed by
Arnaud Ferraris
parent
50b4c00c16
commit
9cf51b9529
@@ -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
|
||||||
|
Reference in New Issue
Block a user