[kde-freebsd] [Bug 208570] multimedia/qt5-multimedia: ALSA aliases not supported

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jun 19 05:14:43 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208570

--- Comment #11 from Stephen Hurd <shurd at FreeBSD.org> ---
(In reply to groot from comment #9)

> Is there some configuration that I would need to do to find these devices
> either with aplay or with the patched Qt5Multimedia?

You can create aliases in your ~/.asoundrc... here's mine:

pcm.envy24 {
        type oss
        device /dev/dsp0
}
pcm.mb_rear {
        type oss
        device /dev/dsp4
}
pcm.mb_front {
        type oss
        device /dev/dsp5
}
pcm.ts940 {
        type oss
        device /dev/dsp6
}
ctl.envy24 {
        type oss
        device /dev/mixer0
}
ctl.mb_rear {
        type oss
        device /dev/mixer4
}
ctl.mb_front {
        type oss
        device /dev/mixer5
}
ctl.ts940 {
        type oss
        device /dev/mixer6
}

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list