5 Mar
2014
5 Mar
'14
2:25 a.m.
On Tue, Mar 04, 2014 at 12:25:59PM +0100, Lars-Peter Clausen wrote:
Yes, it's only used in the core. There is still snd_soc_write(codec) and friends which wraps them like snd_soc_component_write(&codec->component). But on the long run I'd like to see all snd_soc_writes be removed from driver code.
I'm not entirely sure there - the repeated indirections we have aren't always the most pretty bit of the code we have, helpers wrapping the lookups can be useful.