Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 216651
b: refs/heads/master
c: c429ffb
h: refs/heads/master
i:
  216649: 7535e3e
  216647: 6d5765d
v: v3
  • Loading branch information
Jassi Brar authored and Mark Brown committed Oct 19, 2010
1 parent db84717 commit f7fd1fa
Show file tree
Hide file tree
Showing 2 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: 0589944661b9a9b9692f455fbbfce5eeda8fa7b6
refs/heads/master: c429ffbe038a649d121e6cecba5cf66777f39370
4 changes: 0 additions & 4 deletions trunk/sound/soc/codecs/wm8580.c
Original file line number Diff line number Diff line change
Expand Up @@ -548,11 +548,9 @@ static int wm8580_set_paif_dai_fmt(struct snd_soc_dai *codec_dai,
unsigned int fmt)
{
struct snd_soc_codec *codec = codec_dai->codec;
struct wm8580_priv *wm8580 = snd_soc_codec_get_drvdata(codec);
unsigned int aifa;
unsigned int aifb;
int can_invert_lrclk;
int sysclk;

aifa = snd_soc_read(codec, WM8580_PAIF1 + codec_dai->driver->id);
aifb = snd_soc_read(codec, WM8580_PAIF3 + codec_dai->driver->id);
Expand Down Expand Up @@ -621,8 +619,6 @@ static int wm8580_set_paif_dai_fmt(struct snd_soc_dai *codec_dai,
return -EINVAL;
}

sysclk = wm8580->sysclk[codec_dai->driver->id];

snd_soc_write(codec, WM8580_PAIF1 + codec_dai->driver->id, aifa);
snd_soc_write(codec, WM8580_PAIF3 + codec_dai->driver->id, aifb);

Expand Down

0 comments on commit f7fd1fa

Please sign in to comment.