From owner-freebsd-hackers Sat Sep 16 19:35:13 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA18717 for hackers-outgoing; Sat, 16 Sep 1995 19:35:13 -0700 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id TAA18706 for ; Sat, 16 Sep 1995 19:35:09 -0700 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id TAA00437; Sat, 16 Sep 1995 19:35:06 -0700 To: hackers@freefall.FreeBSD.org cc: multimedia@rah.star-gate.com Subject: Sound driver in 2.1 / 2.2.. Date: Sat, 16 Sep 1995 19:35:06 -0700 Message-ID: <435.811305306@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-hackers@FreeBSD.org Precedence: bulk Well, "maplay" appears to play through /dev/dsp0 now, but there are tweets and farts interspersed occasionally in the music, it's like it just can't keep up (this is on a P5-90). When I symlink /dev/dsp to /dev/dsp2 (cdev major 30, minor 35) then things work just great. Should we just settle on /dev/dsp2 with a special MAKEDEV target (sndgus?) or can Alain's patch be improved to where things sound nice on /dev/dsp0? Jordan