Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 227069 - vdr-softdevice doesn't work with some sound systems
Summary: vdr-softdevice doesn't work with some sound systems
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo VDR Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-14 23:50 UTC by Carmine Paolino
Modified: 2008-10-08 18:27 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
softdevice_pulseaudio_alsa_fix.patch (softdevice_pulseaudio_alsa_fix.patch,1.27 KB, patch)
2008-06-14 23:52 UTC, Carmine Paolino
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carmine Paolino 2008-06-14 23:50:55 UTC
With the pulseaudio alsa plugin vdr-softdevice makes this error:
Jun 15 01:10:40 fastforward vdr: [29273] [softdevice-audio] Access type not available NO AUDIO!

This happens because it assumes that SND_PCM_ACCESS_MMAP_INTERLEAVED is available. That assumption is bogus, only normal PCI hw has mmap. So it makes troubles with software backends or with a little bit more exotic audio hardware.

I've done a patch that fixes this.

Reproducible: Always
Comment 1 Carmine Paolino 2008-06-14 23:52:10 UTC
Created attachment 156807 [details, diff]
softdevice_pulseaudio_alsa_fix.patch
Comment 2 Carmine Paolino 2008-06-15 18:41:38 UTC
I have submitted this bug upstream.
https://developer.berlios.de/bugs/?func=detailbug&bug_id=14039&group_id=2051
Comment 3 Carmine Paolino 2008-10-08 18:27:31 UTC
Fixed upstream, ebuild media-plugins/vdr-softdevice-0.5.0.20080922 just include this fix.