Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353423
b: refs/heads/master
c: ec05cc5
h: refs/heads/master
i:
  353421: 5ba61ed
  353419: 93ae603
  353415: 659155a
  353407: a731ec7
v: v3
  • Loading branch information
Sachin Kamat authored and Mark Brown committed Jan 24, 2013
1 parent 82c67fb commit 186a3a1
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: ecb2c174346f9e1b2cb671b261a16f1b9aaa66c4
refs/heads/master: ec05cc554eb7cfb7ca0d6d93a3afabff6bc80033
4 changes: 2 additions & 2 deletions trunk/sound/soc/tegra/tegra30_i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ static int tegra30_i2s_runtime_resume(struct device *dev)
return 0;
}

int tegra30_i2s_startup(struct snd_pcm_substream *substream,
static int tegra30_i2s_startup(struct snd_pcm_substream *substream,
struct snd_soc_dai *dai)
{
struct tegra30_i2s *i2s = snd_soc_dai_get_drvdata(dai);
Expand All @@ -98,7 +98,7 @@ int tegra30_i2s_startup(struct snd_pcm_substream *substream,
return ret;
}

void tegra30_i2s_shutdown(struct snd_pcm_substream *substream,
static void tegra30_i2s_shutdown(struct snd_pcm_substream *substream,
struct snd_soc_dai *dai)
{
struct tegra30_i2s *i2s = snd_soc_dai_get_drvdata(dai);
Expand Down

0 comments on commit 186a3a1

Please sign in to comment.