hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/sound/soc/atmel/mchp-spdiftx.c
....@@ -80,7 +80,7 @@
8080 #define SPDIFTX_MR_VALID1 BIT(24)
8181 #define SPDIFTX_MR_VALID2 BIT(25)
8282
83
-/* Disable Null Frame on underrrun */
83
+/* Disable Null Frame on underrun */
8484 #define SPDIFTX_MR_DNFR_MASK GENMASK(27, 27)
8585 #define SPDIFTX_MR_DNFR_INVALID (0 << 27)
8686 #define SPDIFTX_MR_DNFR_VALID (1 << 27)