From owner-svn-src-head@freebsd.org Sat Nov 3 12:15:54 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EAC8310FC4C3; Sat, 3 Nov 2018 12:15:53 +0000 (UTC) (envelope-from herbert@gojira.at) Received: from mail.bsd4all.net (mail.bsd4all.net [IPv6:2a01:4f8:191:217b::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.bsd4all.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8707B7FF0A; Sat, 3 Nov 2018 12:15:53 +0000 (UTC) (envelope-from herbert@gojira.at) Date: Sat, 03 Nov 2018 13:15:50 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=gojira.at; s=mail201809; t=1541247350; bh=9rddYZWvjUiSzIjTiPNC/98NLflY+w+nhddpIzccX8w=; h=Date:Message-ID:From:To:Subject:MIME-Version:Content-Type:from:to: subject:date:content-type:mime-version:message-id; b=oNAO8NI/dLXjod3J+ts48kPqd/53Raw8v0qLDJZ1hRvLucOtRqU3h1nVS56onCvsu iCkiVtLuHaPeNejeJ7GwXFngwiV0Y5fem8lXWHugURwFscd4U2VedmXr0rYCeyI62P 9DAaWPY+Iex6scVtkMAf0uA8Ifz8caoq/jXOwdpPntGiRoZFaXPIDRGaab6tGXBGfo 8PQVGStGPYEC0OFoDuxOzfHerXYWbhM5ABZXtdewOUZv8LSeAhCvERlmhoBipQ7/W8 cxAUHNt5KYVYw409QV8aSUC9RJz5qBf1TGT3CBFzHCwT6NkS87bMWCGtx7EHwSyhk4 1/sAw/IF8l8Ag== Message-ID: <877ehu2w7d.wl-herbert@gojira.at> From: "Herbert J. Skuhra" To: Hans Petter Selasky Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r339388 - head/sys/dev/usb/controller In-Reply-To: <201810161847.w9GIlD7k068441@repo.freebsd.org> References: <201810161847.w9GIlD7k068441@repo.freebsd.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/27.0 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Nov 2018 12:15:54 -0000 On Tue, 16 Oct 2018 20:47:13 +0200, Hans Petter Selasky wrote: > > Author: hselasky > Date: Tue Oct 16 18:47:13 2018 > New Revision: 339388 > URL: https://svnweb.freebsd.org/changeset/base/339388 > > Log: > Fix for reception of large full speed isochronous frames via the transaction > translator, when using the DWC OTG USB controller driver. Make sure to re-try > getting the complete split packets until a DATA0 packet is received. Larger > isochronous frames may be split into multiple MDATA packets terminated > by a single DATA0 packet. > > PR: 230434 > MFC after: 3 days > Approved by: re (gjb) > Sponsored by: Mellanox Technologies > > Modified: > head/sys/dev/usb/controller/dwc_otg.c Hei, I use a Sound Blaster Play 2 USB soundcard on a Raspberry Pi 2 and a Raspberry Pi 3 to listen to internet radio streams (e.g. NRK, SR, BBC, etc.). After this commit audio quality is deteriorated (strange noises). I've tried mpg123 and moc. -- Herbert