By the way CM6206-LX if different to CM6206.
CM6206 has 7.1 channels output and CM6206-LX has 5.1 channels output.
Maybe these init:
/*
* C-Media CM6206 is based on CM106 with two additional
* registers that are not documented in the data sheet.
* Values here are chosen based on sniffing USB traffic
* under Windows.
*/
static int snd_usb_cm6206_boot_quirk(struct usb_device *dev)
{
int err = 0, reg;
int val[] = {0x2004, 0x3000, 0xf800, 0x143f, 0x0000, 0x3000};
for (reg = 0; reg < ARRAY_SIZE(val); reg++) {
err = snd_usb_cm106_write_int_reg(dev, reg, val[reg]);
if (err < 0)
return err;
}
return err;
}
is not sutible to -LX version, because it somehow try turn off channels that
are not exist.
But maybe I am totally wrong.
P.S. Device ID is 0d8c:0102
04.03.2016, 10:42, "Nikita Orlov" <[email protected]>:
> Yes, device seems to be working, but I am worry that there can be different
> problems.
> Will do detailed test a bit later.
>
> Any way, I think it is a good idea try to fix these errors/warnings.
>
> 04.03.2016, 10:37, "Clemens Ladisch" <[email protected]>:
>> Nikita Orlov wrote:
>>> [ 3252.958799] usb 1-2: current rate 30464 is different from the runtime
>>> rate 96000
>>> I don`t know what is it.
>>
>> Does the device actually work? With different sample rates?
>>
>>> Second error is not correct cval->res.
>>
>> Do the mixer controls actually work?
>>
>> Regards,
>> Clemens
>
> --
> Nikita Orlov
> Skype: nik_stet
> QQ: 2717846083
>
> ------------------------------------------------------------------------------
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
> _______________________________________________
> Alsa-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/alsa-user
--
Nikita Orlov
Skype: nik_stet
QQ: 2717846083
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Alsa-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/alsa-user