summaryrefslogtreecommitdiff
path: root/src/pcm/pcm_hw.c
Commit message (Expand)AuthorAgeFilesLines
* pcm: hw - prevent divide by zero for broken appsJaroslav Kysela2023-05-161-0/+3
* pcm: hw: fix the silence size setup in drainJaroslav Kysela2023-05-031-2/+2
* pcm: hw: introduce SNDRV_PCM_HW_PARAMS_DRAIN_SILENCEJaroslav Kysela2023-05-031-1/+2
* pcm: hw: introduce SNDRV_PCM_INFO_PERFECT_DRAINJaroslav Kysela2023-05-031-1/+3
* pcm: hw: add drain_silence configuration keywordJaroslav Kysela2023-05-031-2/+24
* pcm: hw: setup explicit silencing for snd_pcm_drain by defaultJaroslav Kysela2023-05-031-0/+47
* pcm: hw - fix return code checking in snd_pcm_hw_hw_refineGunnar Dibbern2023-01-291-1/+1
* pcm: fix the fast_ops pcm argument for fast_opsJaroslav Kysela2022-11-141-1/+1
* pcm: hw: change rate range syntaxJaroslav Kysela2022-05-201-15/+33
* pcm: hw: add "min_rate" and "max_rate" as alternatives to single "rate" param...Benedek Kupper2022-05-201-7/+45
* control: decode HDMI device name from ELDJaroslav Kysela2022-05-051-0/+3
* pcm: hw - correct the comment in snd_pcm_hw_state()Jaroslav Kysela2021-05-271-2/+2
* pcm: hw - fix again snd_pcm_hw_state() when the driver was disconnectedJaroslav Kysela2021-05-271-3/+4
* pcm: hw - fix snd_pcm_hw_state()Jaroslav Kysela2021-05-251-3/+3
* conf: introduce snd_config_get_card() functionJaroslav Kysela2021-02-261-15/+4
* pcm: hw: Don't return in a void functionMichael Forney2019-06-121-1/+1
* pcm_hw: close file descriptor in the error path in snd_pcm_hw_open() (coverity)Jaroslav Kysela2019-05-241-0/+3
* pcm: Preserve period_event in snd_pcm_hw_sw_params() callTakashi Iwai2019-01-091-9/+13
* pcm: add missing flags initialization for the fallback control dataJaroslav Kysela2018-05-231-1/+1
* pcm: hw: use position offset macro of TLV dataTakashi Sakamoto2018-05-151-4/+6
* pcm: hw: Keep control data from kernel when SND_PCM_APPENDTimo Wischer2018-03-231-4/+18
* timer: Proper reference of internal versioned symbolsTakashi Iwai2018-01-041-1/+1
* Change FSF address (Franklin Street)Jaroslav Kysela2017-11-141-1/+1
* pcm: hw: remove superfluous code to call of SNDRV_PCM_IOCTL_SYNC_PTR in snd_p...Takashi Sakamoto2017-06-301-13/+0
* pcm: hw: add a helper function to issue avail_min without side-effectsTakashi Sakamoto2017-06-301-1/+10
* pcm: hw: add a helper function to issue appl_ptr without side-effectsTakashi Sakamoto2017-06-301-2/+11
* pcm: hw: add a helper function to request hwsync without side-effectsTakashi Sakamoto2017-06-301-2/+17
* pcm: hw: add a helper function just to query status dataTakashi Sakamoto2017-06-301-3/+17
* pcm: hw: add a helper function to query status/control dataTakashi Sakamoto2017-06-301-12/+34
* pcm: hw: minor refactoring for initialization of control dataTakashi Sakamoto2017-06-301-4/+2
* pcm: hw: fix to initialize function local variableTakashi Sakamoto2017-06-301-0/+1
* pcm: hw: Call USER_PVERSION ioctl at openTakashi Iwai2017-06-271-0/+10
* pcm: hw: maintain fallback mode for control data mapping independentlyTakashi Sakamoto2017-06-271-17/+20
* pcm: hw: maintain fallback mode for status data mappingTakashi Sakamoto2017-06-271-34/+44
* pcm: hw: allocate fallback buffer in advance of trials of mappingTakashi Sakamoto2017-06-271-9/+21
* pcm: hw: deallocate fallback buffer when trials of unmapping finishedTakashi Sakamoto2017-06-271-26/+17
* pcm: hw: add an arrangement for initialization of appl_ptr/avail_minTakashi Sakamoto2017-06-271-20/+22
* pcm: hw: add helper functions to map/unmap status/control data for runtime of...Takashi Sakamoto2017-06-271-14/+34
* pcm: hw: Remove superfluous call of snd_pcm_set_appl_ptr()Takashi Iwai2017-06-231-8/+1
* pcm: minor code cleanup for ioctl callTakashi Sakamoto2017-06-231-2/+1
* pcm: obsolete 'mmap_emulation' parameter of snd_pcm_hw_open_fd()Takashi Sakamoto2017-06-231-4/+2
* pcm: Add the PCM state checks to pluginsTakashi Iwai2016-11-291-0/+1
* pcm: Better understandable locking codeTakashi Iwai2016-09-021-1/+1
* pcm: remove alloca() from snd_pcm_hw_set_chmap()Takashi Sakamoto2016-07-141-8/+7
* pcm: remove alloca() from snd_pcm_hw_get_chmap()Takashi Sakamoto2016-07-141-8/+6
* pcm: remove alloca() from snd_pcm_query_chmaps_from_hw()Takashi Sakamoto2016-07-141-4/+3
* pcm: remove alloca() from snd_pcm_hw_change_timer()Takashi Sakamoto2016-07-141-6/+5
* pcm: change code formatting for snd_pcm_hw_change_timer()Takashi Sakamoto2016-07-141-7/+20
* pcm: Add thread-safety to PCM APITakashi Iwai2016-07-111-0/+3
* pcm: set error code at failure pathTakashi Sakamoto2016-07-111-0/+1