mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 07:00:48 +00:00
ASoC: Fix WM8958 default microphone detection argument ordering
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
This commit is contained in:
parent
3017358a75
commit
406e56c9df
@ -3000,11 +3000,10 @@ static void wm8958_default_micdet(u16 status, void *data)
|
|||||||
report |= SND_JACK_BTN_5;
|
report |= SND_JACK_BTN_5;
|
||||||
|
|
||||||
done:
|
done:
|
||||||
snd_soc_jack_report(wm8994->micdet[0].jack,
|
snd_soc_jack_report(wm8994->micdet[0].jack, report,
|
||||||
SND_JACK_BTN_0 | SND_JACK_BTN_1 | SND_JACK_BTN_2 |
|
SND_JACK_BTN_0 | SND_JACK_BTN_1 | SND_JACK_BTN_2 |
|
||||||
SND_JACK_BTN_3 | SND_JACK_BTN_4 | SND_JACK_BTN_5 |
|
SND_JACK_BTN_3 | SND_JACK_BTN_4 | SND_JACK_BTN_5 |
|
||||||
SND_JACK_MICROPHONE | SND_JACK_VIDEOOUT,
|
SND_JACK_MICROPHONE | SND_JACK_VIDEOOUT);
|
||||||
report);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user