Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96505
b: refs/heads/master
c: 3c17279
h: refs/heads/master
i:
  96503: 19c1bb1
v: v3
  • Loading branch information
Jarkko Nikula authored and Takashi Iwai committed May 13, 2008
1 parent d6e3c8c commit f9bf54b
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: 392abe9cb36f04ccdda9c96938077b0d43f2b50b
refs/heads/master: 3c17279137bf8318438510b48229d4236f773da4
4 changes: 2 additions & 2 deletions trunk/sound/soc/omap/n810.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ static const char *audio_map[][3] = {
static const char *spk_function[] = {"Off", "On"};
static const char *jack_function[] = {"Off", "Headphone"};
static const struct soc_enum n810_enum[] = {
SOC_ENUM_SINGLE_EXT(2, spk_function),
SOC_ENUM_SINGLE_EXT(3, jack_function),
SOC_ENUM_SINGLE_EXT(ARRAY_SIZE(spk_function), spk_function),
SOC_ENUM_SINGLE_EXT(ARRAY_SIZE(jack_function), jack_function),
};

static const struct snd_kcontrol_new aic33_n810_controls[] = {
Expand Down

0 comments on commit f9bf54b

Please sign in to comment.