summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/audiohw.h5
1 files changed, 5 insertions, 0 deletions
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)
692AUDIOHW_SETTING(CHANNELS, "", 0, 1, 0, 5, 0) 692AUDIOHW_SETTING(CHANNELS, "", 0, 1, 0, 5, 0)
693AUDIOHW_SETTING(STEREO_WIDTH, "%", 0, 5, 0, 250, 100) 693AUDIOHW_SETTING(STEREO_WIDTH, "%", 0, 5, 0, 250, 100)
694 694
695/* if not otherwise defined, set to 16 */
696#if !defined(PCM_NATIVE_BITDEPTH)
697# define PCM_NATIVE_BITDEPTH 16
698#endif
699
695#endif /* _AUDIOHW_H_ */ 700#endif /* _AUDIOHW_H_ */