blob: 00032dba1aa9c64501a4cc2a03fb4f23742ec12b [file] [log] [blame]
Oder Chiou49ef7922014-05-20 15:01:53 +08001/*
2 * rl6231.h - RL6231 class device shared support
3 *
4 * Copyright 2014 Realtek Semiconductor Corp.
5 *
6 * Author: Oder Chiou <oder_chiou@realtek.com>
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License version 2 as
10 * published by the Free Software Foundation.
11 */
12
13#ifndef __RL6231_H__
14#define __RL6231_H__
15
16int rl6231_calc_dmic_clk(int rate);
17
18#endif /* __RL6231_H__ */