diff options
author | Mark Brown <broonie@kernel.org> | 2022-07-26 14:06:52 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-07-26 14:06:52 +0100 |
commit | fcc5b37cfd9e177d735af31a6e2938a8087ac854 (patch) | |
tree | 01e2af7f5ee7b7bdf97c4e52ef24836448bea50b /sound/soc/atmel/mchp-spdifrx.c | |
parent | d81677410f172c2b946393c09b46ff9e8dc1b6ec (diff) | |
parent | 96f6017d652a78e06e34e535526826a22aa69dfa (diff) | |
download | linux-fcc5b37cfd9e177d735af31a6e2938a8087ac854.tar.gz |
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.c | 10 |
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 { |