Skip to content
Snippets Groups Projects
Commit aa74ed92 authored by Samuli Piippo's avatar Samuli Piippo
Browse files

raspberrypi: enable ALSA audio


Enable ALSA audio interfaces so that there is direct access to
sound devices e.g. when using SoundEffect.

Change-Id: I58d296cd85f7ba036c93adf24d5a7bcdf17201d4
Fixes: QTBUG-76952
Reviewed-by: default avatarOleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
Reviewed-by: default avatarKari Hormi <kari.hormi@qt.io>
parent e15101e2
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,11 @@ module_conf_bcm2835-v4l2 = "options bcm2835-v4l2 gst_v4l2src_is_broken=1"
# video camera support
VIDEO_CAMERA = "1"
RPI_EXTRA_CONFIG = "# \
Enable the onboard ALSA audio \n\
dtparam=audio=on \n\
"
MACHINE_FEATURES += "pitft"
MACHINE_GSTREAMER_1_0_PLUGIN += "gstreamer1.0-omx"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment