Received: by mail.netbsd.org (Postfix, from userid 605) id 6EDF184DA4; Sun, 9 Jul 2017 12:49:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EE5B384D9A for ; Sun, 9 Jul 2017 12:49:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id aq_ojYczmkee for ; Sun, 9 Jul 2017 12:49:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8DA3A84CDE for ; Sun, 9 Jul 2017 12:49:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 851D7FB7A; Sun, 9 Jul 2017 12:49:26 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 9 Jul 2017 12:49:26 +0000 From: "Tetsuya Isaki" Subject: CVS commit: src/sys/arch/x68k/dev To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20170709124926.851D7FB7A@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: "Tetsuya Isaki" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: isaki Date: Sun Jul 9 12:49:26 UTC 2017 Modified Files: src/sys/arch/x68k/dev: vs.c Log Message: Catch up vs_set_params() to recent MI audio (after in-kernel mixer). Before that, MD part had to support all encodings I'd like to support, but currently it's no longer necessary. The hardware is 4bit/1ch/15.6kHz ADPCM but it behaves as 16bit/1ch/16.0kHz PCM. For audio.c < 1.362, the device attach succeeded and playback is still working. For audio.c >= 1.363, the device attach fails again. It does not work yet but I commit it for milestone. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/arch/x68k/dev/vs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.