Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311578
b: refs/heads/master
c: c9fe573
h: refs/heads/master
v: v3
  • Loading branch information
Hebbar, Gururaja authored and Mark Brown committed Jun 29, 2012
1 parent 8352108 commit d68e6eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b0dfa4541e48ac4cc5f017285432c89923ad0f58
refs/heads/master: c9fe573a6584034670c1a55ee8162d623519cbbf
4 changes: 1 addition & 3 deletions trunk/sound/soc/codecs/tlv320aic3x.c
Original file line number Diff line number Diff line change
Expand Up @@ -935,9 +935,7 @@ static int aic3x_hw_params(struct snd_pcm_substream *substream,
}

found:
data = snd_soc_read(codec, AIC3X_PLL_PROGA_REG);
snd_soc_write(codec, AIC3X_PLL_PROGA_REG,
data | (pll_p << PLLP_SHIFT));
snd_soc_update_bits(codec, AIC3X_PLL_PROGA_REG, PLLP_MASK, pll_p);
snd_soc_write(codec, AIC3X_OVRF_STATUS_AND_PLLR_REG,
pll_r << PLLR_SHIFT);
snd_soc_write(codec, AIC3X_PLL_PROGB_REG, pll_j << PLLJ_SHIFT);
Expand Down
1 change: 1 addition & 0 deletions trunk/sound/soc/codecs/tlv320aic3x.h
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@

/* PLL registers bitfields */
#define PLLP_SHIFT 0
#define PLLP_MASK 7
#define PLLQ_SHIFT 3
#define PLLR_SHIFT 0
#define PLLJ_SHIFT 2
Expand Down

0 comments on commit d68e6eb

Please sign in to comment.