Received: by mail.netbsd.org (Postfix, from userid 605) id 7251C84D3C; Sat, 27 Jan 2018 16:21:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E899D84DE3 for ; Sat, 27 Jan 2018 16:21:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 80nUtO027NAv for ; Sat, 27 Jan 2018 16:21:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7A72084D3C for ; Sat, 27 Jan 2018 16:21:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 69A9AFBDE; Sat, 27 Jan 2018 16:21:47 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 27 Jan 2018 16:21:47 +0000 From: "Sevan Janiyan" Subject: CVS commit: src/sys/arch/macppc/dev To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20180127162147.69A9AFBDE@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Sevan Janiyan" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: sevan Date: Sat Jan 27 16:21:47 UTC 2018 Modified Files: src/sys/arch/macppc/dev: snapper.c Log Message: Fix issue with audio being downpitched, thanks to "it seems that snapper_init should be called before audio_attach_mi, as snapper init is setting the rate to 44100 after the hardware format has been configured by audio_attach_mi. audio_attach_mi should be the last thing called during an attach of an audio device so the audio device is ready to be configured when audio_attach_mi is called." Resolves PR port-macppc/52949 To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/sys/arch/macppc/dev/snapper.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.