~hui.wang/alsa-driver/tiwai-trunk-v419

« back to all changes in this revision

Viewing changes to soc/codecs/adau-utils.h

  • Committer: Hui Wang
  • Date: 2019-04-02 08:15:36 UTC
  • Revision ID: hui.wang@canonical.com-20190402081536-jotgnsumg56flsga
init v4.19 tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* SPDX-License-Identifier: GPL-2.0 */
 
2
#ifndef SOUND_SOC_CODECS_ADAU_PLL_H
 
3
#define SOUND_SOC_CODECS_ADAU_PLL_H
 
4
 
 
5
int adau_calc_pll_cfg(unsigned int freq_in, unsigned int freq_out,
 
6
        uint8_t regs[5]);
 
7
 
 
8
#endif