Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322667
b: refs/heads/master
c: 3737e2b
h: refs/heads/master
i:
  322665: c2b905d
  322663: b91e100
v: v3
  • Loading branch information
Matteo Frigo authored and Takashi Iwai committed Sep 12, 2012
1 parent d7a2b24 commit 230fe24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: c302d6133c094bda7a7ce94eac5b50c018a7ca7b
refs/heads/master: 3737e2be505d872bf2b3c1cd4151b2d2b413d7b5
3 changes: 2 additions & 1 deletion trunk/sound/pci/ice1712/prodigy_hifi.c
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ static int ak4396_dac_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem
}

static const DECLARE_TLV_DB_SCALE(db_scale_wm_dac, -12700, 100, 1);
static const DECLARE_TLV_DB_LINEAR(ak4396_db_scale, TLV_DB_GAIN_MUTE, 0);

static struct snd_kcontrol_new prodigy_hd2_controls[] __devinitdata = {
{
Expand All @@ -307,7 +308,7 @@ static struct snd_kcontrol_new prodigy_hd2_controls[] __devinitdata = {
.info = ak4396_dac_vol_info,
.get = ak4396_dac_vol_get,
.put = ak4396_dac_vol_put,
.tlv = { .p = db_scale_wm_dac },
.tlv = { .p = ak4396_db_scale },
},
};

Expand Down

0 comments on commit 230fe24

Please sign in to comment.