]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Fix build failure in soc-core.c
authorJarkko Nikula <jhnikula@gmail.com>
Wed, 1 Dec 2010 07:10:47 +0000 (09:10 +0200)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 1 Dec 2010 11:33:58 +0000 (11:33 +0000)
commit36511aa61fbbbdedc5f4fe81085aaebc39aabd0b
tree386df84180d11f2bb2b758e30368fb0752bd8251
parent26f168a5b03951711550688708f8b034abb27b56
ASoC: Fix build failure in soc-core.c

Commit 26f168a "ASoC: Add support for optional auxiliary dailess codecs"
causes a build failure in soc-core.c: soc_probe_aux_dev since code tries to
access non-existing struct snd_soc_dapm_context and struct snd_soc_card
members.

Root cause for this was a double accident. Author sent the RFC patch from
top of another patch set and the RFC got committed. Fix the build failure
by removing the code line that depends on that another patch set.

Signed-off-by: Jarkko Nikula <jhnikula@gmail.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/soc-core.c