From: Luke Ross Date: Tue, 29 Aug 2006 08:46:32 +0000 (+0200) Subject: [ALSA] Support for non-standard rates in USB audio driver X-Git-Tag: v2.6.19-rc1~1270^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a79eee8d3d8a80c37d235e1181d67c3705c7bbfe;p=pandora-kernel.git [ALSA] Support for non-standard rates in USB audio driver There's at least one USB audio chipset out there which supports only one non-standard rate (ID 0e6a:0310 supports 46875Hz). There's a few other patches for this card which are unsatisfactory because they attempt to map this rate to 44.1k leading to sound distortion. The patch below uses SNDRV_PCM_RATE_KNOT to properly support the non-standard rates where they are available. Signed-off-by: Luke Ross Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- Reading git-diff-tree failed