8 Apr
2015
8 Apr
'15
11:10 p.m.
On Fri, Apr 03, 2015 at 01:04:05PM +0200, Lars-Peter Clausen wrote:
The dapm field of the snd_soc_codec struct will eventually be removed (replaced with the DAPM context from the component embedded inside the CODEC). Replace its usage with the card's DAPM context. The idea is that DAPM is hierarchical and with the card at the root it is possible to access widgets from other contexts through the card context.
Applied all, thanks.