Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257478
b: refs/heads/master
c: 74ab24a
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed May 28, 2011
1 parent 1172a13 commit e28c183
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 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: a5fe6be42e5cadac4c2aef2b3714cfa8fadb6092
refs/heads/master: 74ab24af4fe165de5af01d0507250dd099f096b0
2 changes: 0 additions & 2 deletions trunk/sound/soc/codecs/max98088.c
Original file line number Diff line number Diff line change
Expand Up @@ -1401,8 +1401,6 @@ static int max98088_dai_set_sysclk(struct snd_soc_dai *dai,
if (freq == max98088->sysclk)
return 0;

max98088->sysclk = freq; /* remember current sysclk */

/* Setup clocks for slave mode, and using the PLL
* PSCLK = 0x01 (when master clk is 10MHz to 20MHz)
* 0x02 (when master clk is 20MHz to 30MHz)..
Expand Down
2 changes: 0 additions & 2 deletions trunk/sound/soc/codecs/max98095.c
Original file line number Diff line number Diff line change
Expand Up @@ -1517,8 +1517,6 @@ static int max98095_dai_set_sysclk(struct snd_soc_dai *dai,
if (freq == max98095->sysclk)
return 0;

max98095->sysclk = freq; /* remember current sysclk */

/* Setup clocks for slave mode, and using the PLL
* PSCLK = 0x01 (when master clk is 10MHz to 20MHz)
* 0x02 (when master clk is 20MHz to 40MHz)..
Expand Down

0 comments on commit e28c183

Please sign in to comment.