Lines Matching defs:nau8825
462 struct nau8825 { struct
463 struct device *dev;
464 struct regmap *regmap;
465 struct snd_soc_dapm_context *dapm;
466 struct snd_soc_jack *jack;
467 struct clk *mclk;
468 struct work_struct xtalk_work;
469 struct semaphore xtalk_sem;
470 int irq;
471 int mclk_freq; /* 0 - mclk is disabled */
472 int button_pressed;
473 int micbias_voltage;
474 int vref_impedance;
475 bool jkdet_enable;
499 int nau8825_enable_jack_detect(struct snd_soc_component *component, argument