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:
Peter Ujfalusi 2012-08-07 15:37:47 +03:00 committed by Greg Kroah-Hartman
parent 73f34fe608
commit 7b6d36dda0

View File

@ -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) {