From owner-freebsd-arm@freebsd.org Sat Jul 14 21:24:15 2018 Return-Path: Delivered-To: freebsd-arm@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 424D9103EC17 for ; Sat, 14 Jul 2018 21:24:15 +0000 (UTC) (envelope-from rb743@hermes.cam.ac.uk) Received: from ppsw-32.csi.cam.ac.uk (ppsw-32.csi.cam.ac.uk [131.111.8.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D61B48A1CE for ; Sat, 14 Jul 2018 21:24:14 +0000 (UTC) (envelope-from rb743@hermes.cam.ac.uk) X-Cam-AntiVirus: no malware found X-Cam-ScannerInfo: http://help.uis.cam.ac.uk/email-scanner-virus Received: from sc1.bsdpad.com ([163.172.212.18]:38208) by ppsw-32.csi.cam.ac.uk (smtp.hermes.cam.ac.uk [131.111.8.158]:587) with esmtpsa (LOGIN:rb743) (TLSv1:ECDHE-RSA-AES256-SHA:256) id 1feS1V-000Drh-0K (Exim 4.91) (return-path ); Sat, 14 Jul 2018 22:24:13 +0100 Date: Sat, 14 Jul 2018 22:13:15 +0100 From: Ruslan Bukin To: Manuel =?utf-8?B?U3TDvGhu?= Cc: freebsd-arm@freebsd.org Subject: Re: sound on wandboard-quad Message-ID: <20180714211315.GA27603@bsdpad.com> References: <20180712180858.GA60719@freebsd-t420.fritz.box> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20180712180858.GA60719@freebsd-t420.fritz.box> User-Agent: Mutt/1.6.1 (2016-04-27) Sender: "R. Bukin" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jul 2018 21:24:15 -0000 What is DAC chip on wardboard? We may have sound output (i2s) working with sDMA, SSI and AUDMUX, but DAC (off-chip device) may require configuration by SPI or i2c. I.e. we may need a driver for DAC which is not part of i.MX6 soc Ruslan On Thu, Jul 12, 2018 at 08:08:58PM +0200, Manuel Stühn wrote: > Hi, > > is there any support for sound on the imx6-based wandboard quad? The > wiki-page says no, but there seem to be some drivers (imx6_ssi.c > imx6_audmux.c) which suggest some sound context. Unfortunately i don't know > how to activate them. These drivers are marked as "optional sound" in > "files.imx6". What does this mean? In a verbose boot of a recent CURRENT > (r335134) I do see the following line: > > [..] > simplebus2: mem 0x2028000-0x202bfff irq 68 compat fsl,imx6q-ssi (no driver attached) > [..] > > How can the driver be attached? > > Thanks > -- > Manuel > > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"