Browse Source

Merge branch 'for-3.0' into for-3.1

Mark Brown 14 years ago
parent
commit
b5d5f59be2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sound/soc/codecs/ak4642.c

+ 1 - 1
sound/soc/codecs/ak4642.c

@@ -357,7 +357,7 @@ static int ak4642_dai_set_fmt(struct snd_soc_dai *dai, unsigned int fmt)
 	default:
 		return -EINVAL;
 	}
-	snd_soc_update_bits(codec, PW_MGMT2, MS, data);
+	snd_soc_update_bits(codec, PW_MGMT2, MS | MCKO | PMPLL, data);
 	snd_soc_update_bits(codec, MD_CTL1, BCKO_MASK, bcko);
 
 	/* format type */