From 1e2a9a651c26b7526530428b248132e02624bb84 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Thu, 8 Apr 2021 23:58:49 -0400 Subject: erosq: Switch to 32-bit PCM output, and do volume scaling in driver Should improve audio output quality, especially at lower volumes. Change-Id: I31c38f05fe4b554b092511f0fe7aaad9f346f6c5 --- firmware/export/config/aigoerosq.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'firmware/export/config/aigoerosq.h') diff --git a/firmware/export/config/aigoerosq.h b/firmware/export/config/aigoerosq.h index 6ae8ad049f..2d0f7a0cdf 100644 --- a/firmware/export/config/aigoerosq.h +++ b/firmware/export/config/aigoerosq.h @@ -36,8 +36,7 @@ /* Audio codec */ #define HAVE_EROSQ_LINUX_CODEC -/* Rockbox has to handle the volume level */ -#define HAVE_SW_VOLUME_CONTROL +#define HAVE_ALSA_32BIT /* We don't have hardware controls */ #define HAVE_SW_TONE_CONTROLS -- cgit v1.2.3