
27 Aug
2013
27 Aug
'13
4:42 p.m.
On Tue, Aug 27, 2013 at 03:51:01PM +0200, Lars-Peter Clausen wrote:
snd_soc_dapm_new_widgets() works on the ASoC card as a whole not on a specific DAPM context. The DAPM context that is passed as the parameter is only used to look up the pointer to the card. This patch updates the signature of snd_soc_dapm_new_widgets() to take the card directly.
Applied, thanks.