mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
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:
committed by
Xiang Xiao
parent
a69678810d
commit
ef30832e67
@@ -408,13 +408,11 @@ struct audio_info_s
|
|||||||
* so this info is queried from the lower-half driver.
|
* so this info is queried from the lower-half driver.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifdef CONFIG_AUDIO_DRIVER_SPECIFIC_BUFFERS
|
|
||||||
struct ap_buffer_info_s
|
struct ap_buffer_info_s
|
||||||
{
|
{
|
||||||
apb_samp_t nbuffers; /* Preferred qty of buffers */
|
apb_samp_t nbuffers; /* Preferred qty of buffers */
|
||||||
apb_samp_t buffer_size; /* Preferred size of the buffers */
|
apb_samp_t buffer_size; /* Preferred size of the buffers */
|
||||||
};
|
};
|
||||||
#endif
|
|
||||||
|
|
||||||
/* This structure describes an Audio Pipeline Buffer */
|
/* This structure describes an Audio Pipeline Buffer */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user