]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - sound/soc/codecs/rt5514.h
Merge remote-tracking branches 'asoc/topic/rt5514', 'asoc/topic/rt5614', 'asoc/topic...
[mirror_ubuntu-artful-kernel.git] / sound / soc / codecs / rt5514.h
index 766f5a666ebe1c25492e3682f4ab25d14a089e70..68883c68e999cc42ce64ff15cd88720936352c35 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__ */