Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157651
b: refs/heads/master
c: d555a55
h: refs/heads/master
i:
  157649: 46ae0c0
  157647: fe0c756
v: v3
  • Loading branch information
Mark Brown committed Aug 15, 2009
1 parent 9137f9a commit 70acf35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: a2d512a978ceda557a456d39d88cfc1eb60194e9
refs/heads/master: d555a552aeeef45d097f1d3ea2c6dcce6839f1dd
4 changes: 2 additions & 2 deletions trunk/sound/soc/imx/mx1_mx2-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ static int mx1_mx2_pcm_mmap(struct snd_pcm_substream *substream,
runtime->dma_bytes);
}

struct snd_pcm_ops mx1_mx2_pcm_ops = {
static struct snd_pcm_ops mx1_mx2_pcm_ops = {
.open = mx1_mx2_pcm_open,
.close = mx1_mx2_pcm_close,
.ioctl = snd_pcm_lib_ioctl,
Expand Down Expand Up @@ -434,7 +434,7 @@ static void mx1_mx2_pcm_free_dma_buffers(struct snd_pcm *pcm)
}
}

int mx1_mx2_pcm_new(struct snd_card *card, struct snd_soc_dai *dai,
static int mx1_mx2_pcm_new(struct snd_card *card, struct snd_soc_dai *dai,
struct snd_pcm *pcm)
{
int ret = 0;
Expand Down

0 comments on commit 70acf35

Please sign in to comment.