forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* 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);
 
#endif /* _ROCKCHIP_UTILS_H */