diff options
Diffstat (limited to 'sound/soc/omap/mcbsp.c')
-rw-r--r-- | sound/soc/omap/mcbsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/omap/mcbsp.c b/sound/soc/omap/mcbsp.c index 6afbc26cef70..935ccf633976 100644 --- a/sound/soc/omap/mcbsp.c +++ b/sound/soc/omap/mcbsp.c | |||
@@ -766,7 +766,7 @@ int omap_mcbsp_6pin_src_mux(struct omap_mcbsp *mcbsp, u8 mux) | |||
766 | { | 766 | { |
767 | const char *signal, *src; | 767 | const char *signal, *src; |
768 | 768 | ||
769 | if (mcbsp->pdata->mux_signal) | 769 | if (!mcbsp->pdata->mux_signal) |
770 | return -EINVAL; | 770 | return -EINVAL; |
771 | 771 | ||
772 | switch (mux) { | 772 | switch (mux) { |