Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371899
b: refs/heads/master
c: 3021bd3
h: refs/heads/master
i:
  371897: 5738469
  371895: 5c40360
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Mark Brown committed Mar 26, 2013
1 parent a2ac424 commit 6e84da6
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: 340af748bc4004982a1a11ea2d81a4bffe6eb975
refs/heads/master: 3021bd38ed31380df5e270451162feca83aef40f
8 changes: 1 addition & 7 deletions trunk/sound/soc/tegra/tegra_pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@ static int tegra_pcm_open(struct snd_pcm_substream *substream)
return 0;
}

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

static int tegra_pcm_hw_params(struct snd_pcm_substream *substream,
struct snd_pcm_hw_params *params)
{
Expand Down Expand Up @@ -160,7 +154,7 @@ static int tegra_pcm_mmap(struct snd_pcm_substream *substream,

static struct snd_pcm_ops tegra_pcm_ops = {
.open = tegra_pcm_open,
.close = tegra_pcm_close,
.close = snd_dmaengine_pcm_close,
.ioctl = snd_pcm_lib_ioctl,
.hw_params = tegra_pcm_hw_params,
.hw_free = tegra_pcm_hw_free,
Expand Down

0 comments on commit 6e84da6

Please sign in to comment.