Commit Graph
6 Commits
Author SHA1 Message Date
Bahar KURT 48e2fdb33f Revert "s5e8825-common: Switch to OSS Audio"
This reverts commit 68b79ce3d7.
2026-07-31 20:35:01 +03:00
MajaahhandFlopster101 68b79ce3d7 s5e8825-common: Switch to OSS Audio
Change-Id: Ic7046be39f283a4631de1adce0f7e01522b5fb79
Signed-off-by: Majaahh <maja.blaszczak@proton.me>
Signed-off-by: Flopster101 <nahuelgomez329@gmail.com>
2026-06-28 17:41:10 -03:00
akifakif32andFlopster101 ca09889795 s5e8825-common: extract-files: Offset speech volume instead of hardcoding
The previous hex patch hardcoded the ABOX speech volume to level 7,
which broke the user's ability to adjust the in-call volume.

Update the binary signature replacement to add a constant +3 offset
to the requested volume level instead. This shifts the default low
volume range (1-4) to a much more audible range (4-7) while fully
preserving dynamic volume control.

Signed-off-by: Flopster101 <nahuelgomez329@gmail.com>
2026-06-18 16:37:01 -03:00
Flopster101 9e3dd2b3ee s5e8825-common: Patch audio HAL to fix low call volume
The way it works currently is that modem call volume is handled by the
"ABOX Speech Volume" mixer control, which in our prebuilt HAL gets set
through the audio HAL seemingly querying sec-ril, which returns 4.

Most users complain that this is too low, so this patch hardcodes the
value 7 in the function diamondvoice_set_volume, which is the highest
value that has any effect on the volume.

Signed-off-by: Flopster101 <nahuelgomez329@gmail.com>
2025-09-30 23:44:57 -03:00
Flopster101andMajaahh bea9ee7c59 s5e8825-common: Patch audio HAL to fix FM Radio
Change-Id: I3a22f7b2c275f9d4a7b655df998186f68ae0a22c
Signed-off-by: Majaahh <maja.blaszczak@proton.me>
2025-08-31 23:26:26 +02:00
8c068c2099 s5e8825-common: Setup Audio
Change-Id: Id6cc78a13a68bb30db203c1cedce324e22273fc7
Co-authored-by: Tim Zimmerman <tim@linux4.de>
Signed-off-by: Majaahh <maja.blaszczak@proton.me>
2025-08-31 23:14:40 +02:00