Skip to content

Commit

Permalink
Merge branch 'rmobile/core' into rmobile-fixes-for-linus
Browse files Browse the repository at this point in the history
  • Loading branch information
pmundt committed Nov 15, 2010
2 parents a60a315 + 574490e commit c8f3678
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/mach-shmobile/board-ap4evb.c
Expand Up @@ -583,6 +583,10 @@ static int fsi_set_rate(int is_porta, int rate)
return -EINVAL;

switch (rate) {
case 44100:
clk_set_rate(fsib_clk, clk_round_rate(fsib_clk, 11283000));
ret = SH_FSI_ACKMD_256 | SH_FSI_BPFMD_64;
break;
case 48000:
clk_set_rate(fsib_clk, clk_round_rate(fsib_clk, 85428000));
clk_set_rate(fdiv_clk, clk_round_rate(fdiv_clk, 12204000));
Expand Down

0 comments on commit c8f3678

Please sign in to comment.