projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeaf100
)
ALSA: ca0106 - Fix master volume scale
author
Takashi Iwai
<tiwai@suse.de>
Mon, 8 Jun 2009 10:57:17 +0000
(12:57 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 8 Jun 2009 10:57:17 +0000
(12:57 +0200)
The master volume dB scale was wrongly defined as 0.50dB setp while
it must be 0.25dB step.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/ca0106/ca0106_mixer.c
patch
|
blob
|
history
diff --git
a/sound/pci/ca0106/ca0106_mixer.c
b/sound/pci/ca0106/ca0106_mixer.c
index 7724252c1ec56ce4ea2629b66855303c2e744c87..c8c6f437f5b394d2a37abf335a6b931a3e537ffb 100644
(file)
--- a/
sound/pci/ca0106/ca0106_mixer.c
+++ b/
sound/pci/ca0106/ca0106_mixer.c
@@
-739,7
+739,7
@@
static int __devinit rename_ctl(struct snd_card *card, const char *src, const ch
} while (0)
static __devinitdata
-DECLARE_TLV_DB_SCALE(snd_ca0106_master_db_scale, -6375,
50
, 1);
+DECLARE_TLV_DB_SCALE(snd_ca0106_master_db_scale, -6375,
25
, 1);
static char *slave_vols[] __devinitdata = {
"Analog Front Playback Volume",