From 39fff5cb5330c1b65ad49b094b54d60078e8a31e Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sat, 7 Aug 2021 11:14:15 -0400 Subject: move PCM_NATIVE_BITDEPTH definiton into global config code Change-Id: I391bcffca670916c2c88426e2ba2603351326cee --- firmware/export/audiohw.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'firmware/export') diff --git a/firmware/export/audiohw.h b/firmware/export/audiohw.h index 5a706da3b8..3f1bcb6feb 100644 --- a/firmware/export/audiohw.h +++ b/firmware/export/audiohw.h @@ -692,4 +692,9 @@ AUDIOHW_SETTING(BALANCE, "%", 0, 1, -100, 100, 0) AUDIOHW_SETTING(CHANNELS, "", 0, 1, 0, 5, 0) AUDIOHW_SETTING(STEREO_WIDTH, "%", 0, 5, 0, 250, 100) +/* if not otherwise defined, set to 16 */ +#if !defined(PCM_NATIVE_BITDEPTH) +# define PCM_NATIVE_BITDEPTH 16 +#endif + #endif /* _AUDIOHW_H_ */ -- cgit v1.2.3