ASoC: wm8904: Remove redundant OOM message
[deliverable/linux.git] / sound / soc / codecs / rt5640.h
index 895ca149db2ec28e30c8ff7f1ced6d48c4dad4ea..58ebe96b86dae452165fc679ce424017e9088833 100644 (file)
@@ -2079,13 +2079,6 @@ enum {
        RT5640_DMIC2,
 };
 
-struct rt5640_pll_code {
-       bool m_bp; /* Indicates bypass m code or not. */
-       int m_code;
-       int n_code;
-       int k_code;
-};
-
 struct rt5640_priv {
        struct snd_soc_codec *codec;
        struct rt5640_platform_data pdata;
@@ -2097,7 +2090,6 @@ struct rt5640_priv {
        int bclk[RT5640_AIFS];
        int master[RT5640_AIFS];
 
-       struct rt5640_pll_code pll_code;
        int pll_src;
        int pll_in;
        int pll_out;
This page took 0.025116 seconds and 5 git commands to generate.