diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-07-09 13:56:43 +0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-07-09 13:56:43 +0400 |
commit | e8fd86efaa09445ca1afc1aea08d4666c966ed03 (patch) | |
tree | e6b42da2811b9ca49529195a3a66f7f2ddebe2f3 /sound/soc/codecs/ak4642.c | |
parent | abaead6ac55dbda8b4bae40251d69dc3f0c49b1c (diff) | |
parent | 18361bbe3180eca62796188d62aefac1519f4c83 (diff) | |
download | linux-e8fd86efaa09445ca1afc1aea08d4666c966ed03.tar.xz |
Merge branch 'fix/asoc' into for-linus
Diffstat (limited to 'sound/soc/codecs/ak4642.c')
-rw-r--r-- | sound/soc/codecs/ak4642.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/ak4642.c b/sound/soc/codecs/ak4642.c index 4be0570e3f1f..65f46047b1cb 100644 --- a/sound/soc/codecs/ak4642.c +++ b/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 */ |