ASoC: rt5645: remove unused field in pdata
[firefly-linux-kernel-4.4.55.git] / include / sound / rt5645.h
index 120d9610054eae7ea880c50c3d259741c405dba0..652cb9e4afe5624ea9604e0b8ac02bcf8d7e66b4 100644 (file)
@@ -15,7 +15,6 @@ 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;
@@ -24,8 +23,6 @@ struct rt5645_platform_data {
        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;
 };