FreeBSD Bugzilla – Attachment 177847 Details for
Bug 215194
[PATCH] Fix Raspberry Pi 1 no sound
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix raspberry pi 1 no sound.
fix_raspberry_pi_1_no_sound.patch (text/plain), 460 bytes, created by
`
on 2016-12-10 09:00:17 UTC
(
hide
)
Description:
Fix raspberry pi 1 no sound.
Filename:
MIME Type:
Creator:
`
Created:
2016-12-10 09:00:17 UTC
Size:
460 bytes
patch
obsolete
>Index: sys/arm/broadcom/bcm2835/bcm2835_audio.c >=================================================================== >--- sys/arm/broadcom/bcm2835/bcm2835_audio.c (revision 309789) >+++ sys/arm/broadcom/bcm2835/bcm2835_audio.c (working copy) >@@ -539,6 +539,10 @@ > ch->playback_state = PLAYBACK_PLAYING; > } > } >+ >+ if (ch->playback_state == PLAYBACK_PLAYING) { >+ cv_wait_sig(&sc->worker_cv, &sc->worker_lock); >+ } > } > sx_sunlock(&sc->worker_lock); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 215194
: 177847