Skip to content

Commit

Permalink
Merge remote-tracking branch 'asoc/topic/wm8995' into asoc-next
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Jun 22, 2015
2 parents e12be67 + fcd9d31 commit c99d49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8995.c
Original file line number Diff line number Diff line change
Expand Up @@ -1930,7 +1930,7 @@ static int wm8995_set_dai_sysclk(struct snd_soc_dai *dai,
dai->id + 1, freq);
break;
case WM8995_SYSCLK_MCLK2:
wm8995->sysclk[dai->id] = WM8995_SYSCLK_MCLK1;
wm8995->sysclk[dai->id] = WM8995_SYSCLK_MCLK2;
wm8995->mclk[1] = freq;
dev_dbg(dai->dev, "AIF%d using MCLK2 at %uHz\n",
dai->id + 1, freq);
Expand Down

0 comments on commit c99d49a

Please sign in to comment.