From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH 1/2] ARM: tegra: Add Tegra124 HDA support Date: Wed, 04 Jun 2014 11:13:31 -0600 Message-ID: <538F53BB.7060903@wwwdotorg.org> References: <537BCF39.6050909@wwwdotorg.org> <20140521205538.GA6237@mithrandir> <20140522094958.GA11585@ulmo> <537E39D9.2000304@wwwdotorg.org> <537F9BEB.5020102@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Dylan Reid Cc: Thierry Reding , Peter De Schrijver , "linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On 05/23/2014 02:34 PM, Dylan Reid wrote: ... > I also ran the HDMI audio compliance test suite. It failed the ACR > (clock regeneration packet) test and the audio packet timing jitter > test, I could see that upsetting some monitors. It looks like ACR > packets are generated for 44.1 even when playing 48k. That's because the only thing that sets hdmi->audio_freq is tegra_hdmi_probe(). There needs to be a callback from the sound/HDA driver to the display driver telling it what audio frequency is in use.