From owner-freebsd-multimedia@freebsd.org Mon Jun 24 14:46:20 2019 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 BBBBB15CF990; Mon, 24 Jun 2019 14:46:20 +0000 (UTC) (envelope-from ap@sndbro.ru) Received: from mail.telecomgroup.ru (mail.telecomgroup.ru [195.178.201.78]) by mx1.freebsd.org (Postfix) with ESMTP id 488A4711C3; Mon, 24 Jun 2019 14:46:18 +0000 (UTC) (envelope-from ap@sndbro.ru) Received: from workhorse (unknown [10.0.0.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.telecomgroup.ru (Postfix) with ESMTPSA id 699B0D02F0A; Mon, 24 Jun 2019 17:46:04 +0300 (MSK) Date: Mon, 24 Jun 2019 17:44:32 +0300 From: =?KOI8-R?Q?=E1=CC=C5=CB=D3=C5=CA_=F0=C1=CC=C0=D4=C9=CE?= To: freebsd-multimedia@freebsd.org, freebsd-current@freebsd.org Subject: New driver for ESI Juli@ soundcard (copied from freebsd-drivers) Message-Id: <20190624174432.1cdae0b7d672b6e17d2804a2@sndbro.ru> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; amd64-portbld-freebsd11.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.101.2 at mail.telecomgroup.ru X-Virus-Status: Clean X-Rspamd-Queue-Id: 488A4711C3 X-Spamd-Bar: +++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [3.17 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; MV_CASE(0.50)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[sndbro.ru]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.07)[0.071,0]; IP_SCORE(0.00)[country: RU(0.01)]; NEURAL_SPAM_SHORT(0.86)[0.857,0]; MX_GOOD(-0.01)[mail.telecomgroup.ru]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(0.75)[0.748,0]; R_SPF_NA(0.00)[]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:5429, ipnet:195.178.192.0/19, country:RU]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jun 2019 14:46:20 -0000 Good day everyone! I was advised to copy this message here from freebsd-drivers@. Hope this will be useful. --- I want to share with the community a new driver for ESI Juli@ PCI soundcard. FreeBSD already offers support for such card, but this support is very limited and device is almost unusable. Since I like high-quality audio hardware (like Juli@ cards), time was spent writing a new, full-featured driver for it. The proposed driver supports playback, recording, MIDI, pass-through channel, clock control, ACPI... Also, the driver can be controlled with convenient GUI control panel, as through sysctl(8). I hope this work was done for a reason and will be useful to someone else. I have been using this driver successfully for some time, but there may be bugs, so more testing is required. It would be great if there were those who wanted to download, test it, and share results. Driver page: https://sndbro.ru/soft/snd_juliet?lang=en Control panel page: https://sndbro.ru/soft/mixate-juliet?lang=en