31 Mar
2012
31 Mar
'12
11:17 p.m.
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.