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:
parent
a69678810d
commit
ef30832e67
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user