From mboxrd@z Thu Jan 1 00:00:00 1970 From: Liam Girdwood Subject: Re: [PATCH 4/6] ASoC: OMAP: Add CPU DAI driver for HDMI Date: Sun, 8 May 2011 12:14:04 +0100 Message-ID: <4DC67AFC.5040607@ti.com> References: <1304580113-24819-1-git-send-email-ricardo.neri@ti.com> <1304580113-24819-5-git-send-email-ricardo.neri@ti.com> <20110505082253.GF11744@opensource.wolfsonmicro.com> <1304624105.1900.41.camel@sagan> <20110506132133.GM23729@opensource.wolfsonmicro.com> <1304813117.11941.197.camel@sagan> <20110508103402.GA12921@opensource.wolfsonmicro.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from comal.ext.ti.com (comal.ext.ti.com [198.47.26.152]) by alsa0.perex.cz (Postfix) with ESMTP id B4BFB2437E for ; Sun, 8 May 2011 13:14:13 +0200 (CEST) In-Reply-To: <20110508103402.GA12921@opensource.wolfsonmicro.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Mark Brown Cc: "Neri, Ricardo" , "alsa-devel@alsa-project.org" , "lrg@slimlogic.co.uk" List-Id: alsa-devel@alsa-project.org On 08/05/11 11:34, Mark Brown wrote: > On Sat, May 07, 2011 at 07:05:17PM -0500, Ricardo Neri wrote: >> Am Freitag, den 06.05.2011, 08:21 -0500 schrieb Mark Brown: > >>> Why do you need to check at all? The playback won't work when the >>> output isn't connected but the application layer will find that out when >>> there's no data transfer anyway. If you implement the check in startup >>> I'd imagine there may be some races with hotplug of HDMI cables. > >> I need to check somewhere if the Display Subsystem (and the HDMI IP) is >> on. Otherwise I will have L3 interconnect errors when trying to access >> the DSS while it is power-disconnected. I need the HDMI IP on for >> getting configurations (e.g, deep color mode) and use the HDMI audio >> FIFO. > > I repeat my question - why do you need to check this? You'll get errors > but you're generating an error anyway so it's not clear what the urgency > is. > I think the problem here is that the errors are fatal data aborts here when L3 DSS access is disabled. Liam