Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316216
b: refs/heads/master
c: a265367
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Jun 7, 2012
1 parent 7697c3c commit 73f1af4
Show file tree
Hide file tree
Showing 2 changed files with 4 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: cd86e3ce304189fbdb144622245d0da9189551a1
refs/heads/master: a265367ccbe72010757a56e5776fcf9a49370181
5 changes: 3 additions & 2 deletions trunk/sound/soc/codecs/max98095.c
Original file line number Diff line number Diff line change
Expand Up @@ -2216,7 +2216,7 @@ static irqreturn_t max98095_report_jack(int irq, void *data)
return IRQ_HANDLED;
}

int max98095_jack_detect_enable(struct snd_soc_codec *codec)
static int max98095_jack_detect_enable(struct snd_soc_codec *codec)
{
struct max98095_priv *max98095 = snd_soc_codec_get_drvdata(codec);
int ret = 0;
Expand Down Expand Up @@ -2245,7 +2245,7 @@ int max98095_jack_detect_enable(struct snd_soc_codec *codec)
return ret;
}

int max98095_jack_detect_disable(struct snd_soc_codec *codec)
static int max98095_jack_detect_disable(struct snd_soc_codec *codec)
{
int ret = 0;

Expand Down Expand Up @@ -2286,6 +2286,7 @@ int max98095_jack_detect(struct snd_soc_codec *codec,
max98095_report_jack(client->irq, codec);
return 0;
}
EXPORT_SYMBOL_GPL(max98095_jack_detect);

#ifdef CONFIG_PM
static int max98095_suspend(struct snd_soc_codec *codec)
Expand Down

0 comments on commit 73f1af4

Please sign in to comment.