Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 372045
b: refs/heads/master
c: 8c1bb4e
h: refs/heads/master
i:
  372043: 80694cc
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Mark Brown committed Apr 22, 2013
1 parent c4f8c12 commit 0d0dd95
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 57364f9ae24c3a29163c23d5219bccef7bccc96a
refs/heads/master: 8c1bb4ecbca575ec89310a50c3d3dd475bf81fd0
3 changes: 2 additions & 1 deletion trunk/sound/soc/mxs/mxs-saif.c
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@ static int mxs_saif_startup(struct snd_pcm_substream *substream,
struct snd_soc_dai *cpu_dai)
{
struct mxs_saif *saif = snd_soc_dai_get_drvdata(cpu_dai);
snd_soc_dai_set_dma_data(cpu_dai, substream, &saif->dma_param);

/* clear error status to 0 for each re-open */
saif->fifo_underrun = 0;
Expand Down Expand Up @@ -605,6 +604,8 @@ static int mxs_saif_dai_probe(struct snd_soc_dai *dai)
struct mxs_saif *saif = dev_get_drvdata(dai->dev);

snd_soc_dai_set_drvdata(dai, saif);
dai->playback_dma_data = &saif->dma_param;
dai->capture_dma_data = &saif->dma_param;

return 0;
}
Expand Down

0 comments on commit 0d0dd95

Please sign in to comment.