Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371897
b: refs/heads/master
c: 023934b
h: refs/heads/master
i:
  371895: 5c40360
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Mark Brown committed Mar 26, 2013
1 parent 8f2dd5b commit 5738469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 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: cb20d5757bbe79d9c9e4210e232934792be2336e
refs/heads/master: 023934b4052b1a955ac8d68c8d4b216d1c55c611
10 changes: 1 addition & 9 deletions trunk/sound/soc/spear/spear_pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,6 @@ static int spear_pcm_open(struct snd_pcm_substream *substream)
return 0;
}

static int spear_pcm_close(struct snd_pcm_substream *substream)
{

snd_dmaengine_pcm_close(substream);

return 0;
}

static int spear_pcm_mmap(struct snd_pcm_substream *substream,
struct vm_area_struct *vma)
{
Expand All @@ -93,7 +85,7 @@ static int spear_pcm_mmap(struct snd_pcm_substream *substream,

static struct snd_pcm_ops spear_pcm_ops = {
.open = spear_pcm_open,
.close = spear_pcm_close,
.close = snd_dmaengine_pcm_close,
.ioctl = snd_pcm_lib_ioctl,
.hw_params = spear_pcm_hw_params,
.hw_free = spear_pcm_hw_free,
Expand Down

0 comments on commit 5738469

Please sign in to comment.