Merge remote-tracking branches 'asoc/topic/rt5514', 'asoc/topic/rt5614', 'asoc/topic...
[linux-2.6-microblaze.git] / sound / soc / codecs / rt5514.h
index 766f5a6..68883c6 100644 (file)
 #define RT5514_PLL_INP_MAX                     40000000
 #define RT5514_PLL_INP_MIN                     256000
 
+#define RT5514_FIRMWARE1       "rt5514_dsp_fw1.bin"
+#define RT5514_FIRMWARE2       "rt5514_dsp_fw2.bin"
+
 /* System Clock Source */
 enum {
        RT5514_SCLK_S_MCLK,
@@ -250,6 +253,7 @@ struct rt5514_priv {
        int pll_src;
        int pll_in;
        int pll_out;
+       int dsp_enabled;
 };
 
 #endif /* __RT5514_H__ */