]> 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)
commitf8454718a528688c99b43e16575e0423de0d48eb
treee5da21552f494e04ee2b7d6d59782ed51a6a1957
parent4bbdcca90edea9ba54c282b0d93b2bb0de3a80e7
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