Skip to content

Commit

Permalink
Merge branch 'for-2.6.39' into for-2.6.40
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed May 3, 2011
2 parents 6c45e12 + 005967a commit 65f7e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/jz4740/jz4740-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 65f7e32

Please sign in to comment.