Lines Matching defs:rt5670_priv
1983 struct rt5670_priv { struct
1984 struct snd_soc_component *component;
1985 struct regmap *regmap;
1986 struct snd_soc_jack *jack;
1987 struct snd_soc_jack_gpio hp_gpio;
1989 int jd_mode;
1990 bool in2_diff;
1991 bool gpio1_is_irq;
1992 bool gpio1_is_ext_spk_en;
1994 bool dmic_en;
1995 unsigned int dmic1_data_pin;
1997 unsigned int dmic2_data_pin;
1999 unsigned int dmic3_data_pin;
2002 int sysclk;
2003 int sysclk_src;
2004 int lrck[RT5670_AIFS];
2005 int bclk[RT5670_AIFS];
2006 int master[RT5670_AIFS];
2008 int pll_src;
2009 int pll_in;
2010 int pll_out;
2012 int dsp_sw; /* expected parameter setting */
2013 int dsp_rate;
2014 int jack_type;
2015 int jack_type_saved;
2017 bool dac1_mixl_dac1_switch;
2018 bool dac1_mixr_dac1_switch;
2019 bool dac1_playback_switch_l;
2020 bool dac1_playback_switch_r;