summaryrefslogtreecommitdiff
path: root/sys/dev/mulaw.c
AgeCommit message (Expand)Author
2017-12-27mulaw/alaw_to_linearN macros replaced with individual faster filters.nat
2017-06-26Better solution to mulaw/alaw conversion on big endian systems/soundnat
2017-06-26Rectify an error in mulaw/alaw conversion to big endian. The atf audionat
2017-06-25Use LINEARNTOMULAW for 8 bits as well.nat
2017-06-20Add support for more formats. At present 24 bit formats do not work andnat
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2008-03-04Split device_t and softc for audio(4), and other related cosmetic changes.cube
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2005-12-11merge ktrace-lwp.christos
2005-01-10merge kent-audio1 branch, which introduces audio filter pipeline to the MIkent
2004-11-05add the follwings:kent
2003-04-06Respect the law: Use A-law and mu-law as spellings as far as easily possible.wiz
2002-03-09Add new two convert functions slinear16_to_alaw_[lb]e.tacha
2002-02-10Add slinear16_to_mulaw_le().kent
2001-11-13add RCSIDslukem
2001-10-07fix typo (two -> to)itohy
2001-10-02ANSIfy.augustss
2001-01-18constifyjdolecek
2000-08-18fix typo in commentwiz
1999-11-01Make little endian and big endian version of all functionsaugustss
1998-08-09But seriously...mycroft
1998-08-09Oops; the previous was wrong on little-endian machines.mycroft
1998-08-09Add mulaw_to_slinear16 and alaw_to_slinear16.mycroft
1998-05-22Add alaw/mulaw conversion to/from 8 bit signed linear.augustss
1997-08-04Audio:augustss
1997-07-31Audio changes:augustss
1997-06-14RCS ID police.thorpej
1997-05-28Add Alaw encoding emulation.augustss
1997-05-23Redo the way selecting the mode for SB cards is done completely.augustss
1997-05-13Clean up emulation code, SB, and GUS drivers and add some more encodingaugustss
1997-05-09Change the interface between high and lowlevel audio drivers again:augustss
1995-07-19GUS audio driver from John Kohl.brezak