diff options
author | Oder Chiou <oder_chiou@realtek.com> | 2014-05-20 03:01:54 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-06-01 15:04:30 -0400 |
commit | 71c7a2d675c8fe9b6ab284dcf586f30a7109c96c (patch) | |
tree | 4e988ed02a95e9936accebff5c4e5a38b48c45b5 /sound/soc/codecs/rt5640.h | |
parent | 49ef7925c237a2f9da327ea3481dd5bba54693e8 (diff) |
ASoC: rt5640: Add the function of the PLL clock calculation to RL6231 shared support
The patch adds the function of the PLL clock calculation to RL6231 shared
support.
Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/codecs/rt5640.h')
-rw-r--r-- | sound/soc/codecs/rt5640.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/soc/codecs/rt5640.h b/sound/soc/codecs/rt5640.h index 895ca149db2e..58ebe96b86da 100644 --- a/sound/soc/codecs/rt5640.h +++ b/sound/soc/codecs/rt5640.h | |||
@@ -2079,13 +2079,6 @@ enum { | |||
2079 | RT5640_DMIC2, | 2079 | RT5640_DMIC2, |
2080 | }; | 2080 | }; |
2081 | 2081 | ||
2082 | struct rt5640_pll_code { | ||
2083 | bool m_bp; /* Indicates bypass m code or not. */ | ||
2084 | int m_code; | ||
2085 | int n_code; | ||
2086 | int k_code; | ||
2087 | }; | ||
2088 | |||
2089 | struct rt5640_priv { | 2082 | struct rt5640_priv { |
2090 | struct snd_soc_codec *codec; | 2083 | struct snd_soc_codec *codec; |
2091 | struct rt5640_platform_data pdata; | 2084 | struct rt5640_platform_data pdata; |
@@ -2097,7 +2090,6 @@ struct rt5640_priv { | |||
2097 | int bclk[RT5640_AIFS]; | 2090 | int bclk[RT5640_AIFS]; |
2098 | int master[RT5640_AIFS]; | 2091 | int master[RT5640_AIFS]; |
2099 | 2092 | ||
2100 | struct rt5640_pll_code pll_code; | ||
2101 | int pll_src; | 2093 | int pll_src; |
2102 | int pll_in; | 2094 | int pll_in; |
2103 | int pll_out; | 2095 | int pll_out; |