ASoC: rockchip: utils: include rockchip_utils.h for missing prototype

sound/soc/rockchip/rockchip_utils.c:115:6: warning: no previous prototype for 'rockchip_utils_get_performance' [-Wmissing-prototypes]
sound/soc/rockchip/rockchip_utils.c:135:6: warning: no previous prototype for 'rockchip_utils_put_performance' [-Wmissing-prototypes]

Fixes: ff0c025724 ("ASoC: rockchip: Introduce rockchip utils common API")
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: Ida15cf7c465fbabea0f0db9bfd21f4577e9e8dbd
This commit is contained in:
Tao Huang
2023-10-31 09:21:20 +08:00
parent b368ed36e3
commit ce595e7f0c
+1
View File
@@ -12,6 +12,7 @@
#include <soc/rockchip/rockchip-system-status.h>
#include <sound/pcm_params.h>
#include <sound/dmaengine_pcm.h>
#include "rockchip_utils.h"
#define DMC_STALL_TIME_US_DEFAULT 100
#define TIME_MARGIN_US 20