commit | c472b93990e02c31f02322ddf0fdd9d571169310 | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Wed Mar 04 10:33:16 2015 +0100 |
committer | Mark Brown <broonie@kernel.org> | Wed Mar 04 17:09:51 2015 +0000 |
tree | 18fb840cb3f42e5be3d5a638c5d4d9674a252f53 | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 [diff] |
ASoC: sn95031: Pass CODEC to sn95031_jack_detection() The sn95031 driver currently gets the CODEC implicitly from the jack that is passed to sn95031_jack_detection(). But the codec field is going to be removed from the snd_soc_jack struct, so refactor things to pass the CODEC explicitly. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org>