Lines Matching defs:rt5645_priv
411 struct rt5645_priv { struct
412 struct snd_soc_component *component;
413 struct rt5645_platform_data pdata;
414 struct regmap *regmap;
415 struct i2c_client *i2c;
416 struct gpio_desc *gpiod_hp_det;
417 struct snd_soc_jack *hp_jack;
418 struct snd_soc_jack *mic_jack;
419 struct snd_soc_jack *btn_jack;
420 struct delayed_work jack_detect_work, rcclock_work;
421 struct regulator_bulk_data supplies[ARRAY_SIZE(rt5645_supply_names)];
422 struct rt5645_eq_param_s *eq_param;
423 struct timer_list btn_check_timer;
425 int codec_type;
426 int sysclk;
427 int sysclk_src;
428 int lrck[RT5645_AIFS];
429 int bclk[RT5645_AIFS];
430 int master[RT5645_AIFS];
432 int pll_src;
433 int pll_in;
434 int pll_out;
436 int jack_type;
437 bool en_button_func;
438 bool hp_on;
439 int v_id;