mirror of
https://gitlab.com/mobian1/eg25-manager.git
synced 2025-08-28 23:03:24 +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
|
||||
{ cmd = "QGMR" },
|
||||
# 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
|
||||
{ cmd = "QCFG", subcmd = "risignaltype", expect = "\"physical\"" },
|
||||
# Enable VoLTE support
|
||||
|
Reference in New Issue
Block a user