From: Marcus Cooper <codekip...@gmail.com>

Signed-off-by: Marcus Cooper <codekip...@gmail.com>
---
 sound/soc/sunxi/i2s/sunxi-i2s.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/sunxi/i2s/sunxi-i2s.c b/sound/soc/sunxi/i2s/sunxi-i2s.c
index c9ba71a..650e488 100644
--- a/sound/soc/sunxi/i2s/sunxi-i2s.c
+++ b/sound/soc/sunxi/i2s/sunxi-i2s.c
@@ -245,6 +245,7 @@ static int sunxi_i2s_set_fmt(struct snd_soc_dai *cpu_dai, 
unsigned int fmt)
                reg_val &= ~SUNXI_IISCTL_MS;
                break;
        default:
+               printk("unknown master/slave format\n");
                return -EINVAL;
        }
        writel(reg_val, sunxi_iis.regs + SUNXI_IISCTL);
-- 
1.9.1

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to