hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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 */