Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157571
b: refs/heads/master
c: ba3b64b
h: refs/heads/master
i:
  157569: f203335
  157567: 913456e
v: v3
  • Loading branch information
Mark Brown committed Jul 13, 2009
1 parent eff7932 commit 70cdbb2
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: 47db8e89ac04377fc4de9278d0a3d6e599c04b95
refs/heads/master: ba3b64b976f91067710ef1a87b9b445406910e8f
2 changes: 1 addition & 1 deletion trunk/sound/arm/pxa2xx-pcm-lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ int __pxa2xx_pcm_hw_free(struct snd_pcm_substream *substream)
{
struct pxa2xx_runtime_data *rtd = substream->runtime->private_data;

if (rtd && rtd->params)
if (rtd && rtd->params && rtd->params->drcmr)
*rtd->params->drcmr = 0;

snd_pcm_set_runtime_buffer(substream, NULL);
Expand Down

0 comments on commit 70cdbb2

Please sign in to comment.