summaryrefslogtreecommitdiff
path: root/sys/dev/pci/maestro.c
AgeCommit message (Expand)Author
2013-05-24Since audio code is mp safe, establish isa and pci audio interruptsAlexandre Ratchov
2013-05-15Introduce a global interrupt-aware mutex protecting dataAlexandre Ratchov
2012-10-21repair pci powerstate handling. The extra timeouts were not needed.Theo de Raadt
2011-12-23Use the generic PCI power management code instead of rolling our own.Mark Kettenis
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-08-27Since the changes in neo(4) work, it is very likely that the exact sameTheo de Raadt
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2010-04-08these files don't need to include proc.h anymore. ok oga for agpTed Unangst
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2008-10-25audio(9) says low level drivers are allowed to change the requestedJacob Meuser
2008-05-29use ac97 default parameters for these ac97 based drivers.Jacob Meuser
2008-04-21allow low level audio drivers to specify a default sample format,Jacob Meuser
2007-10-22the codec is not readable. If we try to read it the ac-link enters a kind ofAlexandre Ratchov
2007-10-09MALLOC -> mallocGilles Chehade
2006-12-29Avoid void * arithmetic, okay deraadt@, suggestions from millert@Pedro Martelletto
2006-10-01zap maestro_reg.h, since it's only used in the kernel.Marc Espie
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2005-04-16do not provide round_buffer if not needed unless explained why in commentsMichael Shalayeff
2005-04-14make sure round_blocksize does not produce 0 after alignmentMichael Shalayeff
2003-06-06initialize blocksize from the trigger_input routine; fixes a div by zeroFederico G. Schwindt
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-20make all audio drivers use the new allocm and round_buffersize decl's.Eric Jackson
2001-10-31Change the audio_hm_if->mappage interface to return paddr_t and take off_tArtur Grabowski
2001-09-21Correct some pryntf() usage: get the correct number of arguments in theMiod Vallat
2001-09-05Stereo jitter suppressor.Marc Espie
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-08-02fix mmap.Marc Espie
2001-06-12Make pci_mapreg_map take an extra argument where we canNiklas Hallqvist
2001-05-16it is notright to malloc() w/ WAITOK at attach time, put back NULL check and...Michael Shalayeff
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-03-13correct dmesg, save spaceTheo de Raadt
2001-01-16Add half of PT101 support: init codec, no mixer. And provide forMarc Espie
2001-01-12Activate other maestro makes, per Theo's request.Marc Espie
2001-01-11Sound driver for some ESS maestro models. Work by d@ and me, based onMarc Espie