Fix: API name to DECLARE_TLV_DB_RANGE
This commit is contained in:
parent
a62c615114
commit
188be2636f
1 changed files with 2 additions and 1 deletions
3
wm8960.c
3
wm8960.c
|
@ -226,11 +226,12 @@ static const DECLARE_TLV_DB_SCALE(dac_tlv, -12750, 50, 1);
|
||||||
static const DECLARE_TLV_DB_SCALE(bypass_tlv, -2100, 300, 0);
|
static const DECLARE_TLV_DB_SCALE(bypass_tlv, -2100, 300, 0);
|
||||||
static const DECLARE_TLV_DB_SCALE(out_tlv, -12100, 100, 1);
|
static const DECLARE_TLV_DB_SCALE(out_tlv, -12100, 100, 1);
|
||||||
static const DECLARE_TLV_DB_SCALE(lineinboost_tlv, -1500, 300, 1);
|
static const DECLARE_TLV_DB_SCALE(lineinboost_tlv, -1500, 300, 1);
|
||||||
static const SNDRV_CTL_TLVD_DECLARE_DB_RANGE(micboost_tlv,
|
static const DECLARE_TLV_DB_RANGE(micboost_tlv,
|
||||||
0, 1, TLV_DB_SCALE_ITEM(0, 1300, 0),
|
0, 1, TLV_DB_SCALE_ITEM(0, 1300, 0),
|
||||||
2, 3, TLV_DB_SCALE_ITEM(2000, 900, 0),
|
2, 3, TLV_DB_SCALE_ITEM(2000, 900, 0),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
static const struct snd_kcontrol_new wm8960_snd_controls[] = {
|
static const struct snd_kcontrol_new wm8960_snd_controls[] = {
|
||||||
SOC_DOUBLE_R_TLV("Capture Volume", WM8960_LINVOL, WM8960_RINVOL,
|
SOC_DOUBLE_R_TLV("Capture Volume", WM8960_LINVOL, WM8960_RINVOL,
|
||||||
0, 63, 0, inpga_tlv),
|
0, 63, 0, inpga_tlv),
|
||||||
|
|
Loading…
Reference in a new issue