https://bugs.freedesktop.org/show_bug.cgi?id=92690

--- Comment #22 from Raymond <[email protected]> ---
for the max dB bug. you have to ask the author of this patch 

+static int slave_tlv_cmd(struct snd_kcontrol *kcontrol,
+                        int op_flag, unsigned int size,
+                        unsigned int __user *tlv)
+{
+       struct link_slave *slave = snd_kcontrol_chip(kcontrol);
+       /* FIXME: this assumes that the max volume is 0 dB */
+       return slave->slave.tlv.c(&slave->slave, op_flag, size, tlv);



+}ound.git/commit/sound/core/vmaster.c?id=e922b0028fad87de0d262f9fa51f98595d2df258

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
_______________________________________________
pulseaudio-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs

Reply via email to