View | Details | Raw Unified | Return to bug 215194
Collapse All | Expand All

(-)sys/arm/broadcom/bcm2835/bcm2835_audio.c (+4 lines)
Lines 539-544 Link Here
539
				ch->playback_state = PLAYBACK_PLAYING;
539
				ch->playback_state = PLAYBACK_PLAYING;
540
			}
540
			}
541
		}
541
		}
542
543
		if (ch->playback_state == PLAYBACK_PLAYING) {
544
			cv_wait_sig(&sc->worker_cv, &sc->worker_lock);
545
		}
542
	}
546
	}
543
	sx_sunlock(&sc->worker_lock);
547
	sx_sunlock(&sc->worker_lock);
544
548

Return to bug 215194