Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305609
b: refs/heads/master
c: 019ec50
h: refs/heads/master
i:
  305607: 243475c
v: v3
  • Loading branch information
Fabio Estevam authored and Mark Brown committed Apr 11, 2012
1 parent dc5b6cd commit e14bda3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 7a0a289c5f4aa7547e4b2630c7b18da8b0fb8b4f
refs/heads/master: 019ec5059b771cc36fb302a61f0eb08a88beb88b
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/wm9705.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ static int ac97_prepare(struct snd_pcm_substream *substream,
else
reg = AC97_PCM_LR_ADC_RATE;

return ac97_write(codec, reg, runtime->rate);
return ac97_write(codec, reg, substream->runtime->rate);
}

#define WM9705_AC97_RATES (SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_11025 | \
Expand Down

0 comments on commit e14bda3

Please sign in to comment.