[mythtv-commits] Ticket #3598: MythFrontend doesn't work with some sound systems

MythTV mythtv at cvs.mythtv.org
Mon Jun 11 16:52:00 UTC 2007


#3598: MythFrontend doesn't work with some sound systems
--------------------------------------------------------------+-------------
 Reporter:  Jeremy Nickurak <mythtv-bugs at atrus.rifetech.com>  |       Owner:  ijr    
     Type:  defect                                            |      Status:  new    
 Priority:  minor                                             |   Milestone:  unknown
Component:  mythtv                                            |     Version:  0.20   
 Severity:  medium                                            |  
--------------------------------------------------------------+-------------
 2007-06-11 10:19:20.441 AudioOutput Error: Access type not available:
 Invalid argument

 After some discussion on IRC in #pulseaudio :

 <mezcalero> the problem is here
  http://svn.mythtv.org/svn/trunk/mythtv/libs/libmyth/audiooutputalsa.cpp
  it assumes that SND_PCM_ACCESS_MMAP_INTERLEAVED is available
  that assumption is bogus
  only normal PCI hw has mmap
  it's the same issue why we have trouble to support quake with padsp
  people just assume that mmap is available everywhere
  they should stop doing that
 <mezcalero> atrus: you might want to file a bug and tell them that they
 need to fix their code
 <mezcalero> otherweise they will always have trouble with software
 backends
  or with a little bit more exotic audio hardware
  and i really wonder why they do that in the first place.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3598>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list