sound: soc: fs1815: Drop redefinition of BIT()

Signed-off-by: claxten10 <claxten10@gmail.com>
This commit is contained in:
claxten10
2025-01-06 01:18:59 +00:00
committed by nisel
parent 5894e556fc
commit 95c861c376

View File

@@ -39,9 +39,6 @@
// #define FSM_CALIB_SAVE_PATH "/data"
// TODO
#define FSM_CALIB_SAVE_PATH "/mnt/vendor/persist/audio"
#ifndef BIT
#define BIT(nr) (1UL << (nr))
#endif
/* scenes defination */
#define FSM_SCENE_UNKNOW (0)