mirror of
https://github.com/torvalds/linux.git
synced 2026-06-10 07:32:29 +02:00
ASoC: omap-mcbsp: Fix 6pin mux configuration
commit d0db84e713 upstream.
The check for the mux_signal callback was wrong which prevents us to
configure the 6pin port's FSR/CLKR signal mux.
Reported-by: CF Adad <cfadad@rocketmail.com>
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
73f34fe608
commit
7b6d36dda0
|
|
@ -691,7 +691,7 @@ int omap_mcbsp_6pin_src_mux(struct omap_mcbsp *mcbsp, u8 mux)
|
|||
{
|
||||
const char *signal, *src;
|
||||
|
||||
if (mcbsp->pdata->mux_signal)
|
||||
if (!mcbsp->pdata->mux_signal)
|
||||
return -EINVAL;
|
||||
|
||||
switch (mux) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user