]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commit45fce59496cbabd46761e6980c05c82d94d08eaa
treee5da21552f494e04ee2b7d6d59782ed51a6a1957
parentca65b492c7a265b220f763fd68bf87391213248f
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