From: Lars-Peter Clausen Date: Sat, 1 Mar 2014 14:48:13 +0000 (+0100) Subject: ASoC: pxa: Pass correct DAPM context to {corgi,poodle,spitz}_ext_control X-Git-Tag: v3.15-rc1~36^2~1^2~5^2~5^5~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e14de47ac95fb25818294325cd77d520c90c6ced;p=pandora-kernel.git ASoC: pxa: Pass correct DAPM context to {corgi,poodle,spitz}_ext_control When calling {corgi,poodle,spitz}_ext_control() from the startup callback we pass the CODEC's DAPM context instead of the card's DAPM context. This is not a problem per se since all the DAPM functions in ext_control() fallback to widgets from other DAPM contexts, but passing the card's context is more consistent. Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- Reading git-diff-tree failed