These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / include / sound / rt5645.h
index 120d961..a5cf615 100644 (file)
@@ -15,18 +15,14 @@ struct rt5645_platform_data {
        /* IN2 can optionally be differential */
        bool in2_diff;
 
-       bool dmic_en;
        unsigned int dmic1_data_pin;
        /* 0 = IN2N; 1 = GPIO5; 2 = GPIO11 */
        unsigned int dmic2_data_pin;
        /* 0 = IN2P; 1 = GPIO6; 2 = GPIO10; 3 = GPIO12 */
 
-       unsigned int hp_det_gpio;
-       bool gpio_hp_det_active_high;
-
-       /* true if codec's jd function is used */
-       bool en_jd_func;
        unsigned int jd_mode;
+       /* Invert JD when jack insert */
+       bool jd_invert;
 };
 
 #endif