]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: simple-card: simplify code
authorJean-Francois Moine <moinejf@free.fr>
Wed, 15 Jan 2014 15:51:56 +0000 (16:51 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 3 Feb 2014 12:45:33 +0000 (12:45 +0000)
commit2c9c0a8b0d4926343490f71f174e0e74394d375e
treee5da21552f494e04ee2b7d6d59782ed51a6a1957
parentf4dd4cf5ba9551147ea3affa5fa3a3a2407aadde
ASoC: simple-card: simplify code

The platform data structure contains information which is used only by
the driver, and the driver allocates platform information fields which
are of no use.
Move the driver specific data to a new private structure and cleanup
the platform data structure.

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mark Brown <broonie@linaro.org>
include/sound/simple_card.h
sound/soc/generic/simple-card.c