summaryrefslogtreecommitdiff
path: root/sys/dev/audio
AgeCommit message (Expand)Author
2021-07-28Pull up following revision(s) (requested by isaki in ticket #1325):snj
2021-05-05Pull up following revision(s) (requested by nia in ticket #1268):martin
2021-04-06Pull up following revision(s) (requested by isaki in ticket #1241):martin
2021-03-01Pull up following revision(s) (requested by isaki in ticket #1219):martin
2021-02-28Pull up following revision(s) (requested by isaki in ticket #1218):martin
2021-02-28Pull up following revision(s) (requested by isaki in ticket #1217):martin
2020-12-19Pull up following revision(s) (requested by isaki in ticket #1158):martin
2020-12-19Pull up following revision(s) (requested by isaki in ticket #1156):martin
2020-06-07Pull up following revision(s) (requested by isaki in ticket #950):martin
2020-05-18Pull up following revision(s) (requested by isaki in ticket #911):martin
2020-05-18Pull up following revision(s) (requested by isaki in ticket #910):martin
2020-05-18Pull up following revision(s) (requested by isaki in ticket #909):martin
2020-04-30Pull up following revision(s) (requested by isaki in ticket #877):martin
2020-04-30Pull up following revision(s) (requested by isaki in ticket #876):martin
2020-04-30Pull up following revision(s) (requested by isaki in ticket #875):martin
2020-03-21Pull up following revision(s) (requested by isaki in ticket #794):martin
2020-03-21Pull up following revision(s) (requested by isaki in ticket #793):martin
2020-01-27Pull up following revision(s) (requested by nia in ticket #657):martin
2020-01-21Pull up following revision(s) (requested by isaki in ticket #620):martin
2020-01-21Pull up following revision(s) (requested by isaki in ticket #619):martin
2020-01-02Pull up following revision(s) (requested by isaki in ticket #593):martin
2019-11-19Pull up following revision(s) (requested by isaki in ticket #448):martin
2019-10-06Pull up following revision(s) (requested by isaki in ticket #286):martin
2019-10-06Pull up following revision(s) (requested by isaki in ticket #285):martin
2019-10-06Pull up following revision(s) (requested by isaki in ticket #284):martin
2019-07-10Use kmem_alloc/free() instead of old kern_malloc/free().isaki
2019-07-10Fix freem() argument. The 3rd argument is bufsize, not direction...isaki
2019-07-07Avoid memory reallocation on SET_FORMAT.isaki
2019-07-07Rearrange some KASSERT and debug messages, to sync with others.isaki
2019-07-07Fix to evaluate the validity of this track at earlier on audio_read().isaki
2019-07-06Implement auto recovery of the mixing volume.isaki
2019-06-26Improve debug message and remove duplicated one.isaki
2019-06-26Improve audiobell (and interfaces with audio).isaki
2019-06-25Put the lowered mixing volume back when all playback tracks are closed.isaki
2019-06-23Restore sysctl_teardown which was unintentionally dropped.isaki
2019-06-19Don't wait until a block is filled.isaki
2019-06-12Fill silence if the last block of the first track is not filled.isaki
2019-06-10Use AUDIO_SCALEDOWN() macro rather than seemingly strange ifdefs.isaki
2019-06-10Add missing newline to some error messages.isaki
2019-06-10Call get_props() once at attach.isaki
2019-06-08Improve checking and displaying property.isaki
2019-06-08Clean get_props().isaki
2019-06-06Revert rev1.7.isaki
2019-05-25Fix typo in comment.isaki
2019-05-23Remove unnecessary file lock.isaki
2019-05-21Adjust debug message. Inspired from PR kern/54177.isaki
2019-05-13audio_open:nakayama
2019-05-13sysctl "multiuser" type is CTLTYPE_BOOL, so use bool instead of int.nakayama
2019-05-13audio_hw_probe:nakayama
2019-05-13audioattach:nakayama