
The patch adds the RL6231 class device shared support for RT5640, RT5645 and RT5651. The function of the DMIC clock calculation can be shared by RL6231 shared support. Signed-off-by: Oder Chiou <oder_chiou@realtek.com> Signed-off-by: Mark Brown <broonie@linaro.org>
19 lines
452 B
C
19 lines
452 B
C
/*
|
|
* rl6231.h - RL6231 class device shared support
|
|
*
|
|
* Copyright 2014 Realtek Semiconductor Corp.
|
|
*
|
|
* Author: Oder Chiou <oder_chiou@realtek.com>
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*/
|
|
|
|
#ifndef __RL6231_H__
|
|
#define __RL6231_H__
|
|
|
|
int rl6231_calc_dmic_clk(int rate);
|
|
|
|
#endif /* __RL6231_H__ */
|