From ef30832e67d0caa19a6dce96ee615096760f226f Mon Sep 17 00:00:00 2001 From: Masayuki Ishikawa Date: Fri, 5 Jun 2020 09:58:02 +0900 Subject: [PATCH] include: audio: Remove CONFIG_AUDIO_DRIVER_SPECIFIC_BUFFERS from audio.h NOTE: struct ap_buffer_info_s can be used without the config Signed-off-by: Masayuki Ishikawa --- include/nuttx/audio/audio.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/nuttx/audio/audio.h b/include/nuttx/audio/audio.h index 82707bac52..d70581e7e5 100644 --- a/include/nuttx/audio/audio.h +++ b/include/nuttx/audio/audio.h @@ -408,13 +408,11 @@ struct audio_info_s * so this info is queried from the lower-half driver. */ -#ifdef CONFIG_AUDIO_DRIVER_SPECIFIC_BUFFERS struct ap_buffer_info_s { apb_samp_t nbuffers; /* Preferred qty of buffers */ apb_samp_t buffer_size; /* Preferred size of the buffers */ }; -#endif /* This structure describes an Audio Pipeline Buffer */