提交 b452e08e 编写于 作者: C Clemens Ladisch 提交者: Takashi Iwai

sound: via82xx: fix DXS volume range

With 5 bits and 1.5 dB per step, the DXS volume range is only 48 dB.
Signed-off-by: NClemens Ladisch <clemens@ladisch.de>
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 bd0185ce
......@@ -1687,7 +1687,7 @@ static int snd_via8233_pcmdxs_volume_put(struct snd_kcontrol *kcontrol,
return change;
}
static const DECLARE_TLV_DB_SCALE(db_scale_dxs, -9450, 150, 1);
static const DECLARE_TLV_DB_SCALE(db_scale_dxs, -4650, 150, 1);
static struct snd_kcontrol_new snd_via8233_pcmdxs_volume_control __devinitdata = {
.name = "PCM Playback Volume",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册