summaryrefslogtreecommitdiff
path: root/sys/dev/pci/gcscaudio.c
AgeCommit message (Expand)Author
2014-01-31fix a problem to set sample rate of AC97 codec.ryo
2012-03-02convert to device_t.nonaka
2011-11-25remove an unnecessary call to vtbl->unlockjmcneill
2011-11-25need to hold thread lock when using AC97_IS_* macrosjmcneill
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
2011-06-09Use a format string when printing stringsjoerg
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-06struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-12-28PR# port-i386/40284: add AMD Geode CS5536 audio driver; written byjmcneill