Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371898
b: refs/heads/master
c: 340af74
h: refs/heads/master
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Mark Brown committed Mar 26, 2013
1 parent 5738469 commit a2ac424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: 023934b4052b1a955ac8d68c8d4b216d1c55c611
refs/heads/master: 340af748bc4004982a1a11ea2d81a4bffe6eb975
8 changes: 1 addition & 7 deletions trunk/sound/soc/omap/omap-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,6 @@ static int omap_pcm_open(struct snd_pcm_substream *substream)
&dma_data->dma_req);
}

static int omap_pcm_close(struct snd_pcm_substream *substream)
{
snd_dmaengine_pcm_close(substream);
return 0;
}

static int omap_pcm_mmap(struct snd_pcm_substream *substream,
struct vm_area_struct *vma)
{
Expand All @@ -173,7 +167,7 @@ static int omap_pcm_mmap(struct snd_pcm_substream *substream,

static struct snd_pcm_ops omap_pcm_ops = {
.open = omap_pcm_open,
.close = omap_pcm_close,
.close = snd_dmaengine_pcm_close,
.ioctl = snd_pcm_lib_ioctl,
.hw_params = omap_pcm_hw_params,
.hw_free = omap_pcm_hw_free,
Expand Down

0 comments on commit a2ac424

Please sign in to comment.