summaryrefslogtreecommitdiff
path: root/sys/arch/x68k/dev/vs.c
AgeCommit message (Expand)Author
2022-05-26Explicitly include "ioconf.h" for struct cfdriver.tsutsui
2021-08-21s/recoding/recording/ in comments where it didn't actually mean recoding.andvar
2021-02-06Remove an unused variable.isaki
2021-02-06Remove sc_active flag. sc_[pr]intr can be used instead of it.isaki
2019-06-08Clean get_props().isaki
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2019-03-16Use C99 style struct initializer to audio_hw_if.isaki
2017-09-30Avoid magic numbers and give appropriate names.isaki
2017-09-02- Finally MI audio supports 4bit precision format without null_filter hack!isaki
2017-09-02- Revert temporary local conversion introduced at rev 1.43.isaki
2017-08-11Allow dmac_alloc_channel() to specify DCR and OCR.isaki
2017-08-11Use dmac_prepare_xfer().isaki
2017-08-05Merge prate and rrate. These can not be separated.isaki
2017-08-05vs(4) became to able to play audio again.isaki
2017-08-05Remove temporary VS_USE_PREC8 option.isaki
2017-07-31Update confused vs_set_params().isaki
2017-07-29Audio vchan auto config works again due to the use of a null_filter.nat
2017-07-09Catch up vs_set_params() to recent MI audio (after in-kernel mixer).isaki
2017-06-25Avoid panic when the device is closed when not playing.isaki
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2014-03-26kill sprintf, fix unused.christos
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2011-10-16Switch to 2-clause license.isaki
2008-06-25Split device_t/softc. Use aprint*() and device_xname().isaki
2007-03-11white space, indent and KNF.isaki
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2005-12-11merge ktrace-lwp.christos
2005-06-13Make this build with -Wcast-qual by adding a few consts.he
2005-01-15ansify and KNFkent
2005-01-10merge kent-audio1 branch, which introduces audio filter pipeline to the MIkent
2004-12-13for drivers that support only one instance, use a global variable to ensurechs
2004-10-29constify audio_hw_if, midi_hw_if, and radio_hw_if.yamt
2004-05-08An unexported header file was #included from an exported header file.minoura
2003-09-07Remove an advertising clause.isaki
2003-07-15rcsidlukem
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2002-11-24Fix typo. s/cfdata/cfdriver/isaki
2002-10-13Style fixes.isaki
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-04-07Support slinear8, slinear16_le, slinear16_be.isaki
2002-04-02initialize codec variables every open().isaki
2002-03-26set factor=1/2 even if recording.isaki
2002-03-16Fix mis-increment bug in converter msm6258_ulinear8_to_adpcm().isaki
2001-11-25Remove unused variables.minoura
2001-11-13Rewrite vs_query_encoding() using array.isaki
2001-11-13Clean up debug messages. Separate it two debug levels.isaki
2001-10-03Add a new optional method, dev_ioctl, to the audio hardware driver interface.augustss
2001-05-28Cleanup. Addresses port-x68k/13051.minoura