162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci#ifndef SOUND_SOC_CODECS_ADAU_PLL_H 362306a36Sopenharmony_ci#define SOUND_SOC_CODECS_ADAU_PLL_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ciint adau_calc_pll_cfg(unsigned int freq_in, unsigned int freq_out, 662306a36Sopenharmony_ci uint8_t regs[5]); 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci#endif 9