> Did you tried simply something like (from my /etc/asound.conf) :
>
> pcm.!default {
> type plug
> slave.pcm "dmix"
> }
> ctl.!default {
> type hw
> card 0
> }
>
> Also before change asound.conf, you can test dmix with command $aplay
> file.wav -Dplug:dmix
>
> Regards,
> VV
>
Hi,
On Feb 15 2016 05:36, Niels Mayer wrote:
> I recently updated my Ubuntu 14.04 LTS systen with Skylake CPU from
> kernel 4.3.0 to 4.4.1 (
> http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.4.1-wily/
> https://lwn.net/Articles/674176/ ). Although everything works fine, all
> my ICE-1712 (aka "En
I recently updated my Ubuntu 14.04 LTS systen with Skylake CPU from kernel
4.3.0 to 4.4.1 ( http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.4.1-wily/
https://lwn.net/Articles/674176/ ). Although everything works fine, all my
ICE-1712 (aka "Envy24") cards are no longer seen by ALSA.
Investigating
I wrote:
> P Z wrote:
>> The distortion characteristics on arm changed slightly, which points to a
>> firmware issue.
>
> I suspect that the DMA of the frequency feedback data is not handled
> correctly.
Please try the patch below.
Regards,
Clemens
--- a/sound/usb/card.h
+++ b/sound/usb/card