Commit 30b3adf0 authored by Aishwarya Pant's avatar Aishwarya Pant Committed by Greg Kroah-Hartman
Browse files

staging: bcm2835-audio: fix typo in word



fix typo in word receives

Signed-off-by: default avatarAishwarya Pant <aishpant@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c05f4ad1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -309,7 +309,7 @@ vc_vchi_audio_init(VCHI_INSTANCE_T vchi_instance,
			0, // tx fifo size (unused)
			audio_vchi_callback, // service callback
			instance, // service callback parameter
			1, //TODO: remove VCOS_FALSE,   // unaligned bulk recieves
			1, //TODO: remove VCOS_FALSE,   // unaligned bulk receives
			1, //TODO: remove VCOS_FALSE,   // unaligned bulk transmits
			0 // want crc check on bulk transfers
		};