1 Apr
2012
1 Apr
'12
5:07 a.m.
On 03/31/2012 02:17 PM, Mark Brown wrote:
On Fri, Mar 30, 2012 at 05:07:28PM -0600, Stephen Warren wrote:
From: Stephen Warren swarren@nvidia.com
Initialize the audio clock tree appropriately for some reasonable rate. This makes sure the PLLs etc. are actually programmed to something reasonable when the audio driver is loaded.
- ret = tegra_asoc_utils_set_rate(data, 48000, 256 * 48000);
Applied, though 48kHz is a somewhat surprising choice for the default CPU audio rate - the overwhelming majority of audio played winds up being 44.1kHz. Still, it's just going to get changed as required.
I may as well change this to be consistent with the Tegra-side patch. I note you said "applied", but I don't actually see it in your kernel.org repo.