Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283978
b: refs/heads/master
c: 5ab2ab6
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Dec 20, 2011
1 parent 51366b0 commit 3310abe
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 58783faf281559379871d85faf2ef53e97d075e0
refs/heads/master: 5ab2ab6a432e93f083db3904f9bcbaa97d4b1d35
3 changes: 1 addition & 2 deletions trunk/sound/soc/samsung/pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ static const struct snd_soc_dai_ops s3c_pcm_dai_ops = {
.formats = SNDRV_PCM_FMTBIT_S16_LE, \
}

struct snd_soc_dai_driver s3c_pcm_dai[] = {
static struct snd_soc_dai_driver s3c_pcm_dai[] = {
[0] = {
.name = "samsung-pcm.0",
S3C_PCM_DAI_DECLARE,
Expand All @@ -488,7 +488,6 @@ struct snd_soc_dai_driver s3c_pcm_dai[] = {
S3C_PCM_DAI_DECLARE,
},
};
EXPORT_SYMBOL_GPL(s3c_pcm_dai);

static __devinit int s3c_pcm_dev_probe(struct platform_device *pdev)
{
Expand Down

0 comments on commit 3310abe

Please sign in to comment.