mirror of
https://github.com/openharmony/drivers_framework.git
synced 2026-07-21 03:35:25 -04:00
fix unmatched function definition
Signed-off-by: Kelei Liang <kelei@iscas.ac.cn>
This commit is contained in:
@@ -142,7 +142,7 @@ struct AudioDmaOps {
|
||||
* @since 1.0
|
||||
* @version 1.0
|
||||
*/
|
||||
int32_t (*DmaPending)(struct PlatformData *platformData, const enum AudioStreamType streamType);
|
||||
int32_t (*DmaPending)(const struct PlatformData *platformData, const enum AudioStreamType streamType);
|
||||
|
||||
/**
|
||||
* @brief Defines pcm stream transfer pause.
|
||||
|
||||
Reference in New Issue
Block a user