In
http://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/tree/sound/usb/mixer.c
I think your code-piece might be set better some lines above (807-905) in the 
section 
/* volume control quirks */
static void volume_control_quirks(struct usb_mixer_elem_info *cval,
                                  struct snd_kcontrol *kctl)
{

...

case USB_ID(0x0d8c, 0x6):
   if (!strcmp(kctl->id.name, "Speaker Playback Volume")) {

  cval->min = ????
  cval->max = ????
  cval->res  = ??? /* Maybe this is also needed */

  }
  break;

...

}

Where we don't need to know the dB's. I hope that's correct.

Or why did you choose this section?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1200925

Title:
  [USB-Audio - USB Audio, playback] Playback problem Playback only at
  maximum level, if the volume is turned down just a little no sound is
  played.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1200925/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to