From 00c6ae44673f4dd39f0db61b1459abfda95d0374 Mon Sep 17 00:00:00 2001 From: Ben O'Steen Date: Sun, 29 Apr 2012 16:31:09 +0100 Subject: [PATCH] sound/arm/bcm2835-vchiq.c - changing bulk transit flag back to BLOCK_UNTIL_QUEUED --- sound/arm/bcm2835-vchiq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/arm/bcm2835-vchiq.c b/sound/arm/bcm2835-vchiq.c index 820063a14777d4..3cbbaa2b9bcc7e 100755 --- a/sound/arm/bcm2835-vchiq.c +++ b/sound/arm/bcm2835-vchiq.c @@ -766,10 +766,10 @@ int bcm2835_audio_write(bcm2835_alsa_stream_t * alsa_stream, uint32_t count, /* Send the message to the videocore */ success = vchi_bulk_queue_transmit(instance->vchi_handle[0], src, count, - 0 * + 1 * VCHI_FLAGS_BLOCK_UNTIL_QUEUED + - 1 * + 0 * VCHI_FLAGS_BLOCK_UNTIL_DATA_READ, NULL); if (success != 0) {