summaryrefslogtreecommitdiff
path: root/sys/dev/pci/auich.c
AgeCommit message (Expand)Author
2004-01-03Only report codec readiness if DEBUG to avoid printing it on every resume.soren
2003-12-28ICH4/ICH5:kent
2003-11-22For ICH4/ICH5, use native BARs instead of compatible BARs.kent
2003-11-06Force the codec into a known state before trying to determine its speed.mycroft
2003-10-31auich_calibrate():kent
2003-10-30For ICH4/ICH5, set IOSE flag to make them compatible to old ICHs.kent
2003-10-28Eliminate bogus initializer (the code was technically wrong).mycroft
2003-10-25Fix uninitialized variable warningschristos
2003-10-24auich_reset_codec:kent
2003-10-23Change the short names of nForce:kent
2003-10-23- remove unused codekent
2003-10-23No need to check the codec ready flag in read_codec() and write_codec().kent
2003-10-22Patch from http://mail-index.netbsd.org/current-users/2003/09/04/0018.htmlmanu
2003-10-22Match the nForce3 AC-97 chip.fvdl
2003-10-21Add missing field initializer.fvdl
2003-10-02Cleanup:mycroft
2003-09-28Support for 4ch/6ch audio playback.kent
2003-08-19Add entry for Intel 82801EB AC-97 audio. Audio sounds fine with this,erh
2003-06-13Fix a regression of the last commit.kent
2003-06-13Not only ICH4 but also ICH0 and ICH2 might set no ICH_PCR.kent
2003-05-03DMA, not dma nor Dma.wiz
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2003-01-31Use aprint_*().thorpej
2003-01-28Apply BUS_DMA_NOCACHE for the buffers in the case of 440MX. Thekent
2003-01-21Add DIAGNOSTIC code provided in PR kern/19919 by DHOYASHIKI Shinichi.kent
2003-01-16add support for nForce2 MCP-Tgendalia
2003-01-15Fixed a problem that /dev/sound can not be opened in some cases.kent
2002-10-12Fix typo in comment.wiz
2002-10-11Kick auich_calibrate() by config_interrupts().kent
2002-10-08auich_set_params(): Don't return in the for loop.kent
2002-10-08auich_softc:kent
2002-10-06Add some constant symbols for AC97 registers and values based on OpenBSD.kent
2002-10-04Improve nForce MCP support.kent
2002-10-02Remove a line added accidentally(?) at revision 1.21.kent
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-08-28Fix playback at 48kHz sample rate (integer overflow bug introduced in 1.18)dsainty
2002-08-16Fix division-by-zero when auich_set_params() is called before auich_calibrate().kent
2002-08-07- Port clock calibration code (auich_calibrate) from ich.c of FreeBSD to solvekent
2002-04-11When the DAC claims to support variable rate it doesn't seem toaugustss
2002-03-23whitespace and folding fix.kent
2002-03-21Apply a patch by Mark Davies.kent
2002-03-15Use appropriate emulation functions and set ADC rate(not DAC date!) for recor...tacha
2002-03-10auich_set_params() sets 2 to hw_channels whenever monaural format is requested.kent
2002-03-07Sampling rate and mono-stereo conversion described inkent
2002-02-14Oops, I messed up the last commit, try again.augustss
2002-02-14Make fixed rate codecs work. From Tsuyoshi Iguchi in kern/15606.augustss
2002-02-02Make auich support variable rate codec, and suspend/resume.augustss
2002-01-14Add i830M to the chip list.augustss