-
Notifications
You must be signed in to change notification settings - Fork 5.2k
ASoC: BCM: Typo in RPi-DAC driver #656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This patch corrects a typo that originated from inattentive copy and paste. Signed-off-by: Florian Meier <[email protected]>
popcornmix
added a commit
that referenced
this pull request
Aug 5, 2014
ASoC: BCM: Typo in RPi-DAC driver
popcornmix
added a commit
to raspberrypi/firmware
that referenced
this pull request
Aug 6, 2014
kernel: Added support for HiFiBerry DAC+ See: raspberrypi/linux#657 kernel: ASoC: BCM: Typo in RPi-DAC driver See: raspberrypi/linux#656 kernel: bcm2708_fb : Implement the FBIOBLANK ioctl using the mailbox property See: raspberrypi/linux#655 firmware: vmcs_host: Fix missing install of libvcilcs.so See: raspberrypi/userland#194 userland: Update of RaspiStillYUV.c and burst mode See: raspberrypi/userland#191 firmware: Add burst mode to raspistill/raspiyuv and settings and long exposure to raspivid Set burst mode before first capture and force dynamic frame rate to fulfil shutter speed requirement. MMAL: Correct parameter names for denoise control H264 encode: Sort inline headers for VBR. Implements vc_image_fill for VC_IMAGE_YUV_UV images Add vc_image_atext support for YUV_UV images ncrease memory reservation for annotate stage Add annotate stage to Raspberry Pi Full variant. Allow config Add control of the annotate stage to the debug tuner Add YUV_UV support to Camplus annotate stage Add AF metadata before postproc stage,Refactor annotate plots Add lens position plot to annotate state.Add frame no. Tidy up code a bit. MJPEG: Rework so that it can have a 4MB output FIFO OV5647: Tidy up unused tuning data AGC: If gain/threshold are 0, initialise them Pull latest vcos_msgqueue from vc4/DEV OV5647: Fix for incorrectly selecting 0.16-1fps mode See: http://www.raspberrypi.org/forums/viewtopic.php?f=43&t=83353
popcornmix
added a commit
to Hexxeh/rpi-firmware
that referenced
this pull request
Aug 6, 2014
kernel: Added support for HiFiBerry DAC+ See: raspberrypi/linux#657 kernel: ASoC: BCM: Typo in RPi-DAC driver See: raspberrypi/linux#656 kernel: bcm2708_fb : Implement the FBIOBLANK ioctl using the mailbox property See: raspberrypi/linux#655 firmware: vmcs_host: Fix missing install of libvcilcs.so See: raspberrypi/userland#194 userland: Update of RaspiStillYUV.c and burst mode See: raspberrypi/userland#191 firmware: Add burst mode to raspistill/raspiyuv and settings and long exposure to raspivid Set burst mode before first capture and force dynamic frame rate to fulfil shutter speed requirement. MMAL: Correct parameter names for denoise control H264 encode: Sort inline headers for VBR. Implements vc_image_fill for VC_IMAGE_YUV_UV images Add vc_image_atext support for YUV_UV images ncrease memory reservation for annotate stage Add annotate stage to Raspberry Pi Full variant. Allow config Add control of the annotate stage to the debug tuner Add YUV_UV support to Camplus annotate stage Add AF metadata before postproc stage,Refactor annotate plots Add lens position plot to annotate state.Add frame no. Tidy up code a bit. MJPEG: Rework so that it can have a 4MB output FIFO OV5647: Tidy up unused tuning data AGC: If gain/threshold are 0, initialise them Pull latest vcos_msgqueue from vc4/DEV OV5647: Fix for incorrectly selecting 0.16-1fps mode See: http://www.raspberrypi.org/forums/viewtopic.php?f=43&t=83353
neuschaefer
pushed a commit
to neuschaefer/raspi-binary-firmware
that referenced
this pull request
Feb 27, 2017
kernel: Added support for HiFiBerry DAC+ See: raspberrypi/linux#657 kernel: ASoC: BCM: Typo in RPi-DAC driver See: raspberrypi/linux#656 kernel: bcm2708_fb : Implement the FBIOBLANK ioctl using the mailbox property See: raspberrypi/linux#655 firmware: vmcs_host: Fix missing install of libvcilcs.so See: raspberrypi/userland#194 userland: Update of RaspiStillYUV.c and burst mode See: raspberrypi/userland#191 firmware: Add burst mode to raspistill/raspiyuv and settings and long exposure to raspivid Set burst mode before first capture and force dynamic frame rate to fulfil shutter speed requirement. MMAL: Correct parameter names for denoise control H264 encode: Sort inline headers for VBR. Implements vc_image_fill for VC_IMAGE_YUV_UV images Add vc_image_atext support for YUV_UV images ncrease memory reservation for annotate stage Add annotate stage to Raspberry Pi Full variant. Allow config Add control of the annotate stage to the debug tuner Add YUV_UV support to Camplus annotate stage Add AF metadata before postproc stage,Refactor annotate plots Add lens position plot to annotate state.Add frame no. Tidy up code a bit. MJPEG: Rework so that it can have a 4MB output FIFO OV5647: Tidy up unused tuning data AGC: If gain/threshold are 0, initialise them Pull latest vcos_msgqueue from vc4/DEV OV5647: Fix for incorrectly selecting 0.16-1fps mode See: http://www.raspberrypi.org/forums/viewtopic.php?f=43&t=83353
pfpacket
pushed a commit
to pfpacket/linux-rpi-rust
that referenced
this pull request
Apr 7, 2023
rust: use `.init_array` instead of `.ctors` in `init_static_sync`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This patch corrects a typo that originated from
inattentive copy and paste.
Signed-off-by: Florian Meier [email protected]