Lines Matching defs:nau8825
446 struct nau8825 { struct
447 struct device *dev;
448 struct regmap *regmap;
449 struct snd_soc_dapm_context *dapm;
450 struct snd_soc_jack *jack;
451 struct clk *mclk;
452 struct work_struct xtalk_work;
453 struct semaphore xtalk_sem;
454 int irq;
455 int mclk_freq; /* 0 - mclk is disabled */
456 int button_pressed;
457 int micbias_voltage;
458 int vref_impedance;
482 int nau8825_enable_jack_detect(struct snd_soc_component *component, argument