From owner-freebsd-multimedia@freebsd.org Fri Jun 1 07:38:46 2018 Return-Path: Delivered-To: freebsd-multimedia@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 01D7DFC9B87 for ; Fri, 1 Jun 2018 07:38:46 +0000 (UTC) (envelope-from sid@bsdmail.com) Received: from mout.gmx.com (mout.gmx.com [74.208.4.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mail.gmx.com", Issuer "thawte SSL CA - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 79CF468B2A for ; Fri, 1 Jun 2018 07:38:45 +0000 (UTC) (envelope-from sid@bsdmail.com) Received: from [108.70.50.7] ([108.70.50.7]) by 3c-app-mailcom-lxa12.server.lan (via HTTP); Fri, 1 Jun 2018 09:33:24 +0200 MIME-Version: 1.0 Message-ID: From: Sid To: "blubee blubeeme" , freebsd-multimedia@freebsd.org Subject: Re: OSS loopback device Content-Type: text/plain; charset=UTF-8 Date: Fri, 1 Jun 2018 09:33:24 +0200 Importance: normal Sensitivity: Normal In-Reply-To: References: X-UI-Message-Type: mail X-Priority: 3 X-Provags-ID: V03:K1:atCZ6ted9KN9j7JNJrcZCa8cR5OaNf1NJn3NNrhSdLX XYaMxeA03/pM56EvOF15S2mLPwRv7L+fkppK+RqBq7z9zECG7J jnaUCkOHb1EZSlhBfc6th2zetjTmhmo9K1OoJR78AUiu6Yh+D/ rxdVoktjWrGLVWTA/g/wiBLdldMSFGOSH959V2Z/qkwyzgTM+p zq6Sk+wdw91SuZKIBJ/sFWkid69plAMloDVtWufiytUJD79KeR /D55vHEkInouI+8EPVqaBPMn43sl5NNPZvYJE4Dk3d0zvYElaI QqdBWA= X-UI-Out-Filterresults: notjunk:1;V01:K0:YnPVtyibDHY=:FqhPzasImAVIZUsFl4JjMb dKWnl/q522+CJdVjpxDzQXNuTvt77d3zD4zFA2KF+o2VVt9u5a2WPIkBPWH0RW0yVdDZMfB+9 AXQwZNfUpPxknbEMen952zWSra5ng7fB9289vyPn400PxzjF+idKbJK0R8f1XBhuqiz7uAxte iBYycY8hfG1MKtk1kF0aezme1vKPhrWGjG+2XJgj91PcsjtOePDE1ez31Ri4kUdMMNFC8XRPB sltByXxiI8u7R7hslU5jtYWu/z+Px1AK4uCvA/Cl3ShO6JhF/lia8kYDFwL82ItTYFH0mwWAk ePhPKPAl2inVAhMfoFLaJWUTv4k7uXzRDI+58emXDw52izq15Hsg2+pJ2RyI8QEIPc/e5xAHT mTfvMXyOs8NsCpTxeh/xLbRt02ndnW45ZY5yNIDVP5uXPUWvzuO7HkJFmmA6BujjYHyGo836d 0E1WwJCTltNxdGVFvIWiH3J1Vl6buvn1mHW8THh1edRTy7i+duLCY7C2GUTBwiE4A3IpiZNDl vgx/s0auZXBH9VJnd9v9dDgx83WyMes+ZzHqUVp0B/t X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Jun 2018 07:38:46 -0000 > sndio is a port; does it have a kernel module? - Blubee bluebeeme It has a daemon, that gets installed at /usr/local/etc/rc.d/sndiod Files from /usr/ports/audio/sndio/pkg-plist are bin/aucat bin/midicat bin/sndiod include/sndio.h lib/libsndio.so lib/libsndio.so.6.1 plus a lot of manpages. The sndio manpage turns up a few /dev/ devices. I couldn't find anything in the /boot/modules or /boot/kernel directories about sndio, after installing. You'll have to investigate OpenBSD to learn about if there are any modules. Here is part of the output from installing... bindir................... /usr/local/bin datadir.................. /usr/local/share includedir............... /usr/local/include libdir................... /usr/local/lib mandir................... /usr/local/man user..................... _sndio libbsd................... no precision................ 16 alsa..................... no oss...................... yes sun...................... no rmidi.................... yes umidi.................... yes It looks like this setup is for 16 bit (CD quality) playback, and not 24 bit playback.