15 Feb
2016
15 Feb
'16
4:26 p.m.
On Mon, Feb 15, 2016 at 04:11:35PM +0200, Peter Ujfalusi wrote:
Most CPU and codec drivers can select their system clock from different sources. They rely on snd_soc_dai_set_sysclk(x, sysclk_id, x, x) to do so. Add support for selecting which clock need to be selected along with the rate.
Rather than adding new bindings for the ASoC specific clocking APIs it seems better to use the standard clock API bindings and transition drivers to use that. In the past the clock API didn't have DT bindings so wehad to do our own thing but I think now that's no longer the case?