Page MenuHomeFreeBSD

Allow ALSA aliases in the Qt5 sound devices list. Patch by Stephen Hurd.
ClosedPublic

Authored by adridg on Jan 19 2018, 10:40 PM.
Tags
None
Referenced Files
F167730083: D13992.id38247.diff
Mon, Aug 24, 2:30 AM
F167691152: D13992.id38232.diff
Sun, Aug 23, 7:38 PM
F167672223: D13992.id38228.diff
Sun, Aug 23, 4:52 PM
F167671260: D13992.id38247.diff
Sun, Aug 23, 4:46 PM
F167671257: D13992.id38228.diff
Sun, Aug 23, 4:46 PM
F167671235: D13992.id38232.diff
Sun, Aug 23, 4:46 PM
F167671094: D13992.id38227.diff
Sun, Aug 23, 4:45 PM
Unknown Object (File)
Sat, Aug 22, 3:55 PM
Subscribers

Details

Summary

Build on amd64, run test application from PR208570.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

multimedia/qt5-multimedia/files/patch-src_plugins_alsa_qalsaaudiodeviceinfo.cpp
1 ↗(On Diff #38228)

^ this belongs into the 'Submitted by'

6 ↗(On Diff #38228)

^ This does not really help to understand what the patch does :)

Stephen's first message in the PR is probably a bit more descriptive:

When using ALSA with FreeBSD, the direct snd_device instances are not available, only plugin devices and "default".  For programs which use QAudio, this means there are *no* devices enumerated using QAudio::availableDevices().

The attached patch adds the aliases to the available device list.

Fix patch so it actually applies.

Looks good, but please include a short description like Stephens' comment atop the patch.

This revision is now accepted and ready to land.Jan 19 2018, 11:31 PM
This revision was automatically updated to reflect the committed changes.