Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92243
b: refs/heads/master
c: d8ed061
h: refs/heads/master
i:
  92241: 30039c4
  92239: e30186a
v: v3
  • Loading branch information
Mark Brown authored and Takashi Iwai committed Apr 24, 2008
1 parent 27ac6c2 commit ece106b
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: 409203074e9f3c423cdc7c38f984ce24ae261556
refs/heads/master: d8ed061a9fb2ab1f4bd90b5c30f4dc98b9c2085b
4 changes: 2 additions & 2 deletions trunk/sound/soc/s3c24xx/s3c24xx-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ static int s3c24xx_i2s_probe(struct platform_device *pdev)
}

#ifdef CONFIG_PM
int s3c24xx_i2s_suspend(struct platform_device *pdev,
static int s3c24xx_i2s_suspend(struct platform_device *pdev,
struct snd_soc_cpu_dai *cpu_dai)
{
DBG("Entered %s\n", __func__);
Expand All @@ -426,7 +426,7 @@ int s3c24xx_i2s_suspend(struct platform_device *pdev,
return 0;
}

int s3c24xx_i2s_resume(struct platform_device *pdev,
static int s3c24xx_i2s_resume(struct platform_device *pdev,
struct snd_soc_cpu_dai *cpu_dai)
{
DBG("Entered %s\n", __func__);
Expand Down

0 comments on commit ece106b

Please sign in to comment.