Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
ea71b10a3d18e5589f44b836a83003a6e741d6bb
/
.
/
sound
/
soc
/
codecs
/
adau-utils.h
blob: bf5947b35390bbc9d9dbbdd662ae974e01ab2455 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
SOUND_SOC_CODECS_ADAU_PLL_H
#define
SOUND_SOC_CODECS_ADAU_PLL_H
int
adau_calc_pll_cfg
(
unsigned
int
freq_in
,
unsigned
int
freq_out
,
uint8_t
regs
[
5
]);
#endif