Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283951
b: refs/heads/master
c: 8faa8c1
h: refs/heads/master
i:
  283949: aa603cb
  283947: 24a840e
  283943: 1a9b69a
  283935: aa5001b
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Dec 14, 2011
1 parent ccd1590 commit 5961604
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: 92f6d63bf1366a9dae18965cdb4a950b5ece3a64
refs/heads/master: 8faa8c1a5520c1e21372f2016355f4b5c2349bb2
4 changes: 2 additions & 2 deletions trunk/sound/soc/mid-x86/sst_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ static void sst_pcm_free(struct snd_pcm *pcm)
snd_pcm_lib_preallocate_free_for_all(pcm);
}

int sst_pcm_new(struct snd_soc_pcm_runtime *rtd)
static int sst_pcm_new(struct snd_soc_pcm_runtime *rtd)
{
struct snd_soc_dai *dai = rtd->cpu_dai;
struct snd_pcm *pcm = rtd->pcm;
Expand All @@ -463,7 +463,7 @@ int sst_pcm_new(struct snd_soc_pcm_runtime *rtd)
}
return retval;
}
struct snd_soc_platform_driver sst_soc_platform_drv = {
static struct snd_soc_platform_driver sst_soc_platform_drv = {
.ops = &sst_platform_ops,
.pcm_new = sst_pcm_new,
.pcm_free = sst_pcm_free,
Expand Down

0 comments on commit 5961604

Please sign in to comment.