summaryrefslogtreecommitdiff
path: root/bpfc
AgeCommit message (Expand)AuthorFilesLines
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann2-0/+16
tion>space:mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2016-08-26 03:10:25 +0000
committerMark Brown <broonie@kernel.org>2016-09-01 21:22:59 +0100
commitb0133d9c4d7600fa43499c12897136fb4f38fd57 (patch)
tree441185136f0367b58c0c8d45ca3ab9f5a764562f /sound/soc
parent2c86dda74ceae739eb3c0ada5cd8f2ddf903ce35 (diff)
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>
Diffstat (limited to 'sound/soc')
-rw-r--r--sound/soc/generic/simple-card.c23
1 files changed, 11 insertions, 12 deletions
diff --git a/sound/soc/generic/simple-card.c b/sound/soc/generic/simple-card.c