Lines Matching defs:nau8825
485 struct nau8825 { struct
486 struct device *dev;
487 struct regmap *regmap;
488 struct snd_soc_dapm_context *dapm;
489 struct snd_soc_jack *jack;
490 struct clk *mclk;
491 struct work_struct xtalk_work;
492 struct semaphore xtalk_sem;
493 int irq;
494 int mclk_freq; /* 0 - mclk is disabled */
495 int button_pressed;
496 int micbias_voltage;
497 int vref_impedance;
498 bool jkdet_enable;
522 int nau8825_enable_jack_detect(struct snd_soc_component *component, argument