Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170181
b: refs/heads/master
c: 0262462
h: refs/heads/master
i:
  170179: 1154bd0
v: v3
  • Loading branch information
Janusz Krzysztofik authored and Mark Brown committed Oct 21, 2009
1 parent 4d2c8f9 commit 755b45b
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: 9927f327717400a3372ff8931859509986b8ad37
refs/heads/master: 02624621a58d7030e0e56f1e3df490202e59056c
4 changes: 2 additions & 2 deletions trunk/sound/soc/omap/ams-delta.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@


/* Board specific DAPM widgets */
const struct snd_soc_dapm_widget ams_delta_dapm_widgets[] = {
static const struct snd_soc_dapm_widget ams_delta_dapm_widgets[] = {
/* Handset */
SND_SOC_DAPM_MIC("Mouthpiece", NULL),
SND_SOC_DAPM_HP("Earpiece", NULL),
Expand Down Expand Up @@ -81,7 +81,7 @@ static const char *ams_delta_audio_mode[] =
(1 << AMS_DELTA_SPEAKER))
#define AMS_DELTA_SPEAKERPHONE (AMS_DELTA_HANDSFREE | (1 << AMS_DELTA_AGC))

unsigned short ams_delta_audio_mode_pins[] = {
static const unsigned short ams_delta_audio_mode_pins[] = {
AMS_DELTA_MIXED,
AMS_DELTA_HANDSET,
AMS_DELTA_HANDSFREE,
Expand Down

0 comments on commit 755b45b

Please sign in to comment.