summaryrefslogtreecommitdiff
path: root/sys/dev/pci/hdaudio
AgeCommit message (Expand)Author
2013-12-17Add an ID for VIA VT1705.jakllsch
2013-10-16remove unused variables.christos
2013-10-16move debugging code inside debugging ifdef.christos
2013-10-16move all the unused stuff to ifdef notyetchristos
2012-08-29Fix rcsid.dholland
2012-03-11call kmem_free with the right address in hdafg_detach for sc_widgetspara
2012-03-03Added Conexant 20671.nonaka
2012-02-01Set HDAUDIO_PCI_TCSEL to TC0 like Linux does.jakllsch
2011-12-21relax the test for analog devices analog pcbeep widgetsjmcneill
2011-12-19for analog devices codecs, mark the analog beeper pin as a beep generatorjmcneill
2011-12-12remove duplicated code.christos
2011-12-11PR# kern/45701: hdaudio stops working after suspend/resume and then detach/re...jmcneill
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-11-04Don't attempt to reference a non-existent device.jakllsch
2011-10-25hdafg_halt_output: disable digital outputjmcneill
2011-10-24add VMware codec IDjmcneill
2011-10-24ossaudio's SNDCTL_DSP_GETOSPACE will call AUDIO_SETINFO if the block sizejmcneill
2011-10-06Add HDMI/DP codec ID found on NVIDIA GTX 550 Tijmcneill
2011-09-07Enable non-PCM passthru for digital converters, and treat the "AC3 supported"jmcneill
2011-09-07build fix for previousjmcneill
2011-09-07Read/modify/write the digital converter control 1 register when setting upjmcneill
2011-09-07hdafg_stream_connect: if connecting a non-PCM stream, make sure onlyjmcneill
2011-09-06Set the /AUDIO digital converter control bit for non-PCM streamsjmcneill
2011-09-06For AC3, set the Non-PCM bit in the stream format structure used in thejmcneill
2011-09-06Add AC3 passthru support, currently untested.jmcneill
2011-08-29have pci register itself as a module, and make PCI driver modules depend on itjmcneill
2011-08-13detach childern toojakllsch
2011-07-09Release mutex before unmapping DMA memory.riastradh
2011-02-13switch back to polling rirb, this will have to be revisitedjmcneill
2011-02-12sync with bsd-hdaudio r15:jmcneill
2011-02-12rename hdaudio_afg.c to hdafg.cjmcneill
2011-01-14hda_error->hda_debug when tracing an adc assoc failsjmcneill
2011-01-07fix compilation when _MODULE is not definedjmcneill
2011-01-07modularize hdaudio and hdafg driversjmcneill
2010-09-13Add Conexant codec IDsjmcneill
2010-09-02add a list of codec id->name mappings. they are printed at attach timejmcneill
2010-08-19more assoc dump fixesjmcneill
2010-08-15kern/43542: 32kHz playback sounds like hissing analog TV snowjmcneill
2010-08-15be less spammy when dumping assocs. extra details can be had with boot -xjmcneill
2010-08-15properly round block and buffer sizes -- nvidia HDA controllers work nowjmcneill
2010-08-10Increase safety of the speaker -> beep generator workaround by checkjoerg
2010-08-10Reduce noise by explicitly skipping unassociated pins.joerg
2010-08-07add support for nvidia hdaudio controllersjmcneill
2010-08-07Reject invalid vendor IDs (say if there was a RIRB timeout while reading thejmcneill
2010-08-03Use fewer magic constants related to the GCAP register.jakllsch
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-01-20Signedness bug/crash in azalia and hdaudio. Fixes PR 42604.tonnerre
2010-01-08Expand PMF_FN_* macros.dyoung
2009-12-04Cleanup interrupt establish error messages. Do not mixnjoly