PDA

View Full Version : No audio output device - Yocto/poky



RamiRosenbaum
14th April 2016, 22:00
Hi,
I'm trying to play a WAV audio file with Qt (QSound, QSoundeffect) on an ARM based Atmel board (sama5d31ek).
I've build the rootfs (and Qt SDK for cross-compiling) with Yocto/poky.
When playing with QSound I get the following log message:

using null output device, none available
I'm getting nothing when running:

foreach (const QAudioDeviceInfo &deviceInfo, QAudioDeviceInfo::availableDevices(QAudio::AudioOu tput))
qDebug() << "Device name: " << deviceInfo.deviceName();

I can play the wile via command-line, with aplay (alsa).
pulseaudio util is missing.

Anything?