diff options
Diffstat (limited to 'sound/soc/codecs/nau8824.h')
| -rw-r--r-- | sound/soc/codecs/nau8824.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/nau8824.h b/sound/soc/codecs/nau8824.h index de4bae8281d0..d8e19515133c 100644 --- a/sound/soc/codecs/nau8824.h +++ b/sound/soc/codecs/nau8824.h @@ -434,8 +434,10 @@ struct nau8824 { struct snd_soc_jack *jack; struct work_struct jdet_work; struct semaphore jd_sem; + struct clk *mclk; int fs; int irq; + int resume_lock; int micbias_voltage; int vref_impedance; int jkdet_polarity; |
