]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - sound/soc/jz4740/jz4740-i2s.c
Merge branch 'for-2.6.39' into for-2.6.40
[karo-tx-linux.git] / sound / soc / jz4740 / jz4740-i2s.c
index 419bf4f5534a6c082f8e5b5aa7a1a9ce3e43bcf7..cd22a54b2f14b3cd408d64acbbc519786320f573 100644 (file)
@@ -133,7 +133,7 @@ static void jz4740_i2s_shutdown(struct snd_pcm_substream *substream,
        struct jz4740_i2s *i2s = snd_soc_dai_get_drvdata(dai);
        uint32_t conf;
 
-       if (!dai->active)
+       if (dai->active)
                return;
 
        conf = jz4740_i2s_read(i2s, JZ_REG_AIC_CONF);