summaryrefslogtreecommitdiff
path: root/sys/dev/pci/auvia.c
AgeCommit message (Expand)Author
2021-02-06Hold sc_intr_lock in open()/close().isaki
2020-04-19Fix round_blocksize not to return 0.isaki
2020-02-28Drop 512 bytes limit on auvia_round_blocksize().isaki
2019-06-08Clean get_props().isaki
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2019-03-16Use C99 style struct initializer to audio_hw_if.isaki
2019-03-16Fix (probably) typo. SLINEAR_LE -> ULINEAR_LE.isaki
2018-12-09use pci_intr_establish_xname() everywherejdolecek
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2013-10-16remove unused variables.christos
2011-11-24put back IPL_AUDIO and splaudio(), at the request of rmind. they aremrg
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-01-08Expand PMF_FN_* macros.dyoung
2009-11-26Cleanup interrupt establish error messages. Do not mixnjoly
2009-05-06device_t/softc splitcegger
2009-05-05struct cfdata * -> cfdata_tcegger
2008-10-11Print a message on two previously silent error paths in auvia_attach.dholland
2008-07-01VT8233+ uses a different register base for capturing, tested by sborrilljmcneill
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-10use aprint_*_dev and device_xnamecegger
2008-02-23Detach self and children. Use device_t and accessors. Use PMF_FN_*.dyoung
2008-01-14Use htole32() to write parameters to DMA descriptors for big endian machines.tsutsui
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-24Add "name" parameter to powerhook_establish, to aid debugging. No objectionsjmcneill
2006-08-28add missing initializerchristos
2006-07-27add support for AC'97 S/PDIFkent
2005-11-28PR 32178: Nicolas Joly: VT8233 AC'97 Audio revision 0x10 small displayrpaulo
2005-06-28Use ANSI function decls and static.thorpej
2005-01-15ansify and KNFkent
2005-01-10merge kent-audio1 branch, which introduces audio filter pipeline to the MIkent
2004-11-16Fix typo.xtraeme
2004-11-13adopt auconv_set_converter()kent
2004-11-10remove unused variablekent
2004-11-10move IS_FIXED_RATE(), SUPPORTS_4CH(), and SUPPORTS_6CH to ac97var.hkent
2004-11-08print dmesg correctly for VT8237kent
2004-10-29constify audio_hw_if, midi_hw_if, and radio_hw_if.yamt
2004-10-17add support for suspending/resuming.kent
2004-09-22ac97_host_if::reset() returns non-zero value if codec reset fails, andkent
2004-07-09Clean up. Attempt to make these safer against stray interrupts.mycroft
2004-07-09There's no need to halt the input and output pipes in the close routine --mycroft
2004-04-22sprintf -> snprintfitojun
2004-04-12Be consistent with other messages: output "VIA Technologies" instead ofjmmv