12 Apr
2015
12 Apr
'15
2:44 p.m.
On Sat, Apr 11, 2015 at 01:11:28PM +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, thanks.