Lines Matching defs:rt5659_priv
1792 struct rt5659_priv { struct
1793 struct snd_soc_component *component;
1794 struct rt5659_platform_data pdata;
1795 struct regmap *regmap;
1796 struct gpio_desc *gpiod_ldo1_en;
1797 struct gpio_desc *gpiod_reset;
1798 struct snd_soc_jack *hs_jack;
1799 struct delayed_work jack_detect_work;
1800 struct clk *mclk;
1802 int sysclk;
1803 int sysclk_src;
1804 int lrck[RT5659_AIFS];
1805 int bclk[RT5659_AIFS];
1806 int master[RT5659_AIFS];
1807 int v_id;
1809 int pll_src;
1810 int pll_in;
1811 int pll_out;
1813 int jack_type;
1814 bool hda_hp_plugged;
1815 bool hda_mic_plugged;