summaryrefslogtreecommitdiff
path: root/sound/soc/atmel/mchp-spdifrx.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2022-07-26 16:06:52 +0300
committerMark Brown <broonie@kernel.org>2022-07-26 16:06:52 +0300
commitfcc5b37cfd9e177d735af31a6e2938a8087ac854 (patch)
tree01e2af7f5ee7b7bdf97c4e52ef24836448bea50b /sound/soc/atmel/mchp-spdifrx.c
parentd81677410f172c2b946393c09b46ff9e8dc1b6ec (diff)
parent96f6017d652a78e06e34e535526826a22aa69dfa (diff)
downloadlinux-fcc5b37cfd9e177d735af31a6e2938a8087ac854.tar.xz
ASoC: atmel: one fix and few cleanups
Merge series from Claudiu Beznea <claudiu.beznea@microchip.com>: The series adds one fix for mchp-spdifrx and few cleanups for mchp-spdifrx and mchp-spdifrx drivers.
Diffstat (limited to 'sound/soc/atmel/mchp-spdifrx.c')
-rw-r--r--sound/soc/atmel/mchp-spdifrx.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sound/soc/atmel/mchp-spdifrx.c b/sound/soc/atmel/mchp-spdifrx.c
index 0d37b78b94a0..85d1d92a21db 100644
--- a/sound/soc/atmel/mchp-spdifrx.c
+++ b/sound/soc/atmel/mchp-spdifrx.c
@@ -221,11 +221,11 @@ struct mchp_spdifrx_user_data {
};
struct mchp_spdifrx_mixer_control {
- struct mchp_spdifrx_ch_stat ch_stat[SPDIFRX_CHANNELS];
- struct mchp_spdifrx_user_data user_data[SPDIFRX_CHANNELS];
- bool ulock;
- bool badf;
- bool signal;
+ struct mchp_spdifrx_ch_stat ch_stat[SPDIFRX_CHANNELS];
+ struct mchp_spdifrx_user_data user_data[SPDIFRX_CHANNELS];
+ bool ulock;
+ bool badf;
+ bool signal;
};
struct mchp_spdifrx_dev {