From 9cf51b9529f150e8f43582cbc44bc493b986f7e9 Mon Sep 17 00:00:00 2001 From: Arnaud Ferraris Date: Wed, 15 Dec 2021 15:32:18 +0100 Subject: [PATCH] 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. --- data/pine64,pinephone-pro.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/pine64,pinephone-pro.toml b/data/pine64,pinephone-pro.toml index bdedad2..f3f1733 100644 --- a/data/pine64,pinephone-pro.toml +++ b/data/pine64,pinephone-pro.toml @@ -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