summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/gsc/harmony.c
AgeCommit message (Expand)Author
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2008-04-21allow low level audio drivers to specify a default sample format,Jacob Meuser
2006-05-20do not even match on unsupported hw (instead of return from attach); from 710Michael Shalayeff
2005-04-16round -- not truncate the buffer sizeMichael Shalayeff
2004-02-13order irq,pri args to gsc_intr_establish() the way less confusing compared to...Michael Shalayeff
2003-12-20Pass -Wformat, fix a few uninitialized variables as well.Miod Vallat
2003-08-15bitneaks anonymous randomisationMichael Shalayeff
2003-08-07make all intr_establish take the same last arg for nameMichael Shalayeff
2003-06-02nuke clause 3 & 4Jason Wright
2003-05-11string cleaning; krw okTheo de Raadt
2003-03-12reclaim more resources on failures.Michael Shalayeff
2003-02-05Add knob for getting at the "output level bit", supposedly changes theJason Wright
2003-02-05Get rid of the pops:Jason Wright
2003-01-30reread the dma status reg after playing part of the dma got programmed.Michael Shalayeff
2003-01-30real meat in audio_device; discussed w/ jason@Michael Shalayeff
2003-01-30Check the codec revision... if it's >=CS4215E or >=AD1849K (same valueJason Wright
2003-01-29print out the codec revision in dmesgMichael Shalayeff
2003-01-28Ok, you can only set the HE/SE/LE/IS bits in GAINCTL when reset is asserted (...Jason Wright
2003-01-28Move device driver specific stuff to *var.h and add most of the code forJason Wright
2003-01-27Stupid stupid stupid... DMA will not start until the capture next registerJason Wright
2003-01-27As promised, I got some sleep and rewrote most of the driver... playbackJason Wright
2003-01-27separate register defns and revise them based on the LASI info... a HUGEJason Wright
2003-01-27I declare defeat... once interrupts are enabled, just leave them enabled.Jason Wright
2003-01-27Write to the cntl register with the c flag set.Jason Wright
2003-01-26Ok, playback more or less works, now for capture. (I forgot to save the pint...Jason Wright
2003-01-26Ok, this now produces some noise (that's the best way I can describe it),Jason Wright
2003-01-26Start on the harmony audio driver. It doesn't play or capture anythingJason Wright