linux-stable/sound/soc/generic
Kuninori Morimoto b0133d9c4d ASoC: simple-card: use kzalloc() for dai_props / dai_link
simple sound card family are using very similar style, but because of its
historical reason, there are small differences. For example pointer style,
function name, caller postion etc...
This patch synchronized simple card style to other simple card family.

Now, simple card needs to 2 type of buffer for dai_props and dai_link.
But, these used different style for buffer allocation.
This patch make these same style as other simple card family.
(= use kzalloc() for both)

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2016-09-01 21:22:59 +01:00
..
Kconfig ASoC: simple-card: use asoc_simple_card_parse_daifmt() 2016-07-01 17:34:02 +02:00
Makefile ASoC: simple-card-utils: add missing MODULE_xxx() 2016-08-03 19:16:59 +01:00
simple-card-utils.c ASoC: simple-card-utils: add asoc_simple_card_clean_reference() 2016-08-10 21:03:25 +01:00
simple-card.c ASoC: simple-card: use kzalloc() for dai_props / dai_link 2016-09-01 21:22:59 +01:00