Oder Chiou | 49ef792 | 2014-05-20 15:01:53 +0800 | [diff] [blame^] | 1 | /* |
| 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 | |
| 16 | int rl6231_calc_dmic_clk(int rate); |
| 17 | |
| 18 | #endif /* __RL6231_H__ */ |