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 <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
Masayuki Ishikawa 2020-06-05 09:58:02 +09:00 committed by Xiang Xiao
parent a69678810d
commit ef30832e67

View File

@ -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 */