linuxOS_AP06/kernel/sound/soc/rockchip/rockchip_utils.h
2025-06-03 12:28:32 +08:00

20 lines
585 B
C

/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Rockchip Utils API
*
* Copyright (c) 2023 Rockchip Electronics Co. Ltd.
*/
#ifndef _ROCKCHIP_UTILS_H
#define _ROCKCHIP_UTILS_H
void rockchip_utils_get_performance(struct snd_pcm_substream *substream,
struct snd_pcm_hw_params *params,
struct snd_soc_dai *dai,
int fifo_word);
void rockchip_utils_put_performance(struct snd_pcm_substream *substream,
struct snd_soc_dai *dai);
int rockchip_utils_clk_gate_endisable(struct device *dev, struct clk *clk, int enable);
#endif /* _ROCKCHIP_UTILS_H */