aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/pcm
Commit message (Expand)AuthorAgeFilesLines
* sound: Improve sndstat nvlist feederchain formatChristos Margiolis2024-08-241-9/+9
* sound: Fix VCHANs' starting and ending points in feeder chainChristos Margiolis2024-08-021-8/+28
* sound: Simplify feeder_remove()Christos Margiolis2024-07-274-15/+10
* sound: Remove unused defines from pcm/sound.hChristos Margiolis2024-07-271-16/+1
* sound: Simplify chn_init()Christos Margiolis2024-07-271-114/+63
* sound: Remove unused FEEDER_DEBUGChristos Margiolis2024-07-271-1/+0
* sound: Rename chn_* feeder functions to feeder_*Christos Margiolis2024-07-277-22/+22
* sound: Fix memory leak in chn_init()Christos Margiolis2024-07-271-0/+2
* sound: Add OSS channel capabilities to sndstat nvlistChristos Margiolis2024-07-271-1/+6
* sound: Add *vchanrate and *vchanformat to sndstat nvlistChristos Margiolis2024-07-271-0/+8
* sound: Add device status string to sndstat nvlistChristos Margiolis2024-07-271-0/+1
* sound: Add missing CHN_[UN]LOCKs in sndstatChristos Margiolis2024-07-061-0/+8
* sound: Add min_rate and min_channels safety check in SNDCTL_AUDIOINFOChristos Margiolis2024-07-061-0/+4
* sound: Refactor sndstat_get_caps()Christos Margiolis2024-07-061-27/+17
* sound: Fix min/max rate for SNDCTL_AUDIOINFO and SNDCTL_ENGINEINFOChristos Margiolis2024-07-061-4/+16
* sound: Remove dead code in pcm_register()Christos Margiolis2024-07-061-8/+1
* sound: Make DSP_FIXUP_ERROR() regular codeChristos Margiolis2024-07-061-10/+6
* sound: Improve simplex handling in dsp_open()Christos Margiolis2024-07-061-4/+32
* sound: Simplify getchns()Christos Margiolis2024-07-061-62/+12
* sound: Get rid of snd_sb16 workaround in vchan_create()Christos Margiolis2024-07-061-23/+5
* sound: SNDCTL_AUDIOINFO: Do not skip physical channels if VCHANs are disabledChristos Margiolis2024-07-061-1/+5
* sound: Remove outdated comment in dsp_oss_engineinfo()Christos Margiolis2024-06-181-7/+1
* sound: Fix oss_audioinfo's card_number, port_number and legacy_deviceChristos Margiolis2024-06-181-5/+5
* sound: Support oss_audioinfo->cmdChristos Margiolis2024-06-181-7/+3
* sound: Include sound(4) channel information in sndstat nvlistChristos Margiolis2024-06-091-2/+113
* pcm: centralize 32-bit ioctl compatBrooks Davis2024-05-231-66/+29
* sound: Fix minchn, maxchn and fmts in sndstat_get_caps()Christos Margiolis2024-05-231-5/+4
* sound: Handle unavailable devices in various OSS IOCTLsChristos Margiolis2024-05-234-117/+150
* sound: Separate implementations for SNDCTL_AUDIOINFO[_EX] and SNDCTL_ENGINEINFOChristos Margiolis2024-05-234-25/+173
* sound: Correctly check nvlist_unpack() errorChristos Margiolis2024-05-201-1/+1
* sound: Check user-supplied size passed to SNDSTIOC_ADD_USER_DEVS*Christos Margiolis2024-05-201-0/+5
* sound: Prevent uninitialized variable destruction in chn_init()Christos Margiolis2024-05-201-2/+2
* sound: Get rid of redundant assignments in chn_init()Christos Margiolis2024-05-201-2/+0
* sound: Remove ncards variable from sound_oss_card_info()Christos Margiolis2024-05-141-4/+2
* sound: Rename oss_audioinfo->real_device to oss_audioinfo->legacy_deviceChristos Margiolis2024-05-091-2/+2
* sound: Add missing oss_mixerinfo devnode and legacy_device fieldsChristos Margiolis2024-05-091-6/+5
* sound: Fix oss_sysinfo->numcardsChristos Margiolis2024-05-091-6/+3
* sound: Remove nmix variable from mixer_oss_mixerinfo()Christos Margiolis2024-05-091-6/+4
* sound: Update pcm/vchan.c LICENSE headerChristos Margiolis2024-05-061-0/+4
* sound: Remove unused "num" argument from chn_init() and related callersChristos Margiolis2024-05-065-29/+19
* sound: Rename pcm_getparentchannel() to vchan_getparentchannel()Christos Margiolis2024-05-061-7/+7
* sound: Move vchan-related code to pcm/vchan.*Christos Margiolis2024-05-065-177/+180
* sound: Use nitems() where possibleChristos Margiolis2024-05-066-18/+16
* sound: Remove unused dsp_cdevs[] fields and devicesChristos Margiolis2024-05-062-86/+21
* sound: Move chip.h contents to pcm/sound.hChristos Margiolis2024-05-061-0/+16
* sound: Remove hw.snd.version and SND_DRV_VERSIONChristos Margiolis2024-05-062-16/+2
* sound: Convert pcm_chn_add() to voidChristos Margiolis2024-05-063-18/+6
* sound: Add __assert_unreachable() to default cases in pcm_chn_add() and pcm_c...Christos Margiolis2024-05-061-2/+2
* sound: Merge pcm_chn_create() and chn_init()Christos Margiolis2024-05-065-136/+151
* sound: Remove chn_timeout check from chn_init()Christos Margiolis2024-04-281-3/+0