Lines Matching defs:rt5670_priv
1987 struct rt5670_priv { struct
1988 struct snd_soc_codec *codec;
1989 struct rt5670_platform_data pdata;
1990 struct regmap *regmap;
1991 struct snd_soc_jack *jack;
1992 struct snd_soc_jack_gpio hp_gpio;
1994 int sysclk;
1995 int sysclk_src;
1996 int lrck[RT5670_AIFS];
1997 int bclk[RT5670_AIFS];
1998 int master[RT5670_AIFS];
2000 int pll_src;
2001 int pll_in;
2002 int pll_out;
2004 int dsp_sw; /* expected parameter setting */
2005 int dsp_rate;
2006 int jack_type;
2007 int jack_type_saved;