From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Trippelsdorf Subject: [Bisected] ALSA: snd-usb: New streaming logic causes distortions on Burr-Brown DAC Date: Fri, 8 Jun 2012 18:40:04 +0200 Message-ID: <20120608164004.GA580@x4> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org To: alsa-devel@alsa-project.org Cc: linux-kernel@vger.kernel.org, zonque@gmail.com, tiwai@suse.de List-Id: alsa-devel@alsa-project.org I hear distortions on my Burr-Brown USB DAC whenever the (software) volume is set to some value lower than 100% in mpd. The lower the volume the bigger are the resulting distortions. I've bisected this to the two commits below: (One wouldn't compile without the other) commit d399ff9593e088d33fb38f5206c6427825892baa Author: Daniel Mack Date: Thu Apr 12 13:51:13 2012 +0200 ALSA: snd-usb: remove old streaming logic commit edcd3633e72a1590c4cf46befe5e6cd03b5aec3e Author: Daniel Mack Date: Thu Apr 12 13:51:12 2012 +0200 ALSA: snd-usb: switch over to new endpoint streaming logic -- Markus