Merge branch 'asoc-5.2' into asoc-linus
[sfrench/cifs-2.6.git] / sound / soc / codecs / nau8825.h
index 5e60696460deccd71187603fa25e0f804ee77553..887bbff03ec6682663bd037522db4fc8a790a25d 100644 (file)
 #define NAU8825_JACK_POLARITY  (1 << 1) /* 0 - active low, 1 - active high */
 
 /* INTERRUPT_MASK (0xf) */
+#define NAU8825_IRQ_PIN_PULLUP (1 << 14)
+#define NAU8825_IRQ_PIN_PULL_EN (1 << 13)
 #define NAU8825_IRQ_OUTPUT_EN (1 << 11)
 #define NAU8825_IRQ_HEADSET_COMPLETE_EN (1 << 10)
 #define NAU8825_IRQ_RMS_EN (1 << 8)