ASoC: soc.h: tidyup struct snd_soc_dai_link definition order
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tue, 21 Apr 2015 07:02:34 +0000 (07:02 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 27 Apr 2015 20:13:17 +0000 (21:13 +0100)
commit2dc0f16b83b43fd1f86a2358d46f46488230c6c8
tree259fb9f7acf9f94a5c860e0b46f556ce41d05dd0
parentb787f68c36d49bb1d9236f403813641efa74a031
ASoC: soc.h: tidyup struct snd_soc_dai_link definition order

Current struct snd_soc_dai_link has many members, but definition order
was random. Especially, bool / bit field are defined randomly.
This patch tidyups these definition order to calculate data alignment
easy.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc.h