1config RT_USING_AUDIO 2 bool "Using Audio device drivers" 3 default n 4 5 if RT_USING_AUDIO 6 config RT_AUDIO_REPLAY_MP_BLOCK_SIZE 7 int "Replay memory pool block size" 8 default 4096 9 10 config RT_AUDIO_REPLAY_MP_BLOCK_COUNT 11 int "Replay memory pool block count" 12 default 2 13 14 config RT_AUDIO_RECORD_PIPE_SIZE 15 int "Record pipe size" 16 default 2048 17 18 config RT_UTEST_USING_AUDIO_DRIVER 19 bool "Enable rt_audio_api testcase" 20 default n 21 endif 22