Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293194
b: refs/heads/master
c: d19fd5d
h: refs/heads/master
v: v3
  • Loading branch information
Dimitris Papastamos authored and Mark Brown committed Jan 20, 2012
1 parent 18baa31 commit 1f20e1c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: b33005f3ef6a85be3202ee1b8a2513ed1ef4019d
refs/heads/master: d19fd5db3e6b72e84c2012a28f6d7cf6f737193a
5 changes: 0 additions & 5 deletions trunk/sound/soc/codecs/wm8983.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,6 @@ static const char *eq5_cutoff_text[] = {
static const SOC_ENUM_SINGLE_DECL(eq5_cutoff, WM8983_EQ5_HIGH_SHELF, 5,
eq5_cutoff_text);

static const char *speaker_mode_text[] = { "Class A/B", "Class D" };
static const SOC_ENUM_SINGLE_DECL(speaker_mode, 0x17, 8, speaker_mode_text);

static const char *depth_3d_text[] = {
"Off",
"6.67%",
Expand Down Expand Up @@ -369,8 +366,6 @@ static const struct snd_kcontrol_new wm8983_snd_controls[] = {
SOC_SINGLE_TLV("EQ5 Volume", WM8983_EQ5_HIGH_SHELF, 0, 24, 1, eq_tlv),

SOC_ENUM("3D Depth", depth_3d),

SOC_ENUM("Speaker Mode", speaker_mode)
};

static const struct snd_kcontrol_new left_out_mixer[] = {
Expand Down

0 comments on commit 1f20e1c

Please sign in to comment.