Skip to content

Commit

Permalink
sound/arm/bcm2835-vchiq.c - changing bulk transit flag back to BLOCK_…
Browse files Browse the repository at this point in the history
…UNTIL_QUEUED
  • Loading branch information
benosteen committed Apr 29, 2012
1 parent a78436b commit 00c6ae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/arm/bcm2835-vchiq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 00c6ae4

Please sign in to comment.