|
@@ -397,7 +397,7 @@ int rt286_mic_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack)
|
|
|
|
|
|
if (jack) {
|
|
|
/* enable IRQ */
|
|
|
- if (rt286->jack->status | SND_JACK_HEADPHONE)
|
|
|
+ if (rt286->jack->status & SND_JACK_HEADPHONE)
|
|
|
snd_soc_dapm_force_enable_pin(&codec->dapm, "LDO1");
|
|
|
regmap_update_bits(rt286->regmap, RT286_IRQ_CTRL, 0x2, 0x2);
|
|
|
/* Send an initial empty report */
|