From: Kuninori Morimoto Date: Mon, 24 Oct 2016 05:25:19 +0000 (+0000) Subject: ASoC: bunch up bit field for snd_soc_dai X-Git-Tag: v4.10-rc1~121^2~3^2~13^6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=39b2238e2c4b5a34f53871902458a87729c88ae6;p=thirdparty%2Fkernel%2Fstable.git ASoC: bunch up bit field for snd_soc_dai We can reduce struct size in certain environment. Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h index 964b7de1a1cc2..d0ae96b615ad9 100644 --- a/include/sound/soc-dai.h +++ b/include/sound/soc-dai.h @@ -268,8 +268,9 @@ struct snd_soc_dai { unsigned int symmetric_rates:1; unsigned int symmetric_channels:1; unsigned int symmetric_samplebits:1; + unsigned int probed:1; + unsigned int active; - unsigned char probed:1; struct snd_soc_dapm_widget *playback_widget; struct snd_soc_dapm_widget *capture_widget;