OSDN Git Service

timer: remove dead code in _snd_timer_hw_open()
[android-x86/external-alsa-lib.git] / src / pcm /
2021-06-02 Jaroslav Kyselapcm: softvol - fix early exit in add_tlv_info()
2021-06-02 Jaroslav Kyselapcm: remove extra NULL checks in snd_pcm_dshare_open()
2021-06-02 Jaroslav Kyselapcm: remove extra NULL checks in snd_pcm_dsnoop_open()
2021-06-02 Jaroslav Kyselapcm: remove extra NULL checks in snd_pcm_dmix_open()
2021-06-02 Jaroslav Kyselapcm: direct - fix pcmp error path in _snd_pcm_direct_new()
2021-05-27 Jaroslav Kyselapcm: hw - correct the comment in snd_pcm_hw_state()
2021-05-27 Jaroslav Kyselapcm: hw - fix again snd_pcm_hw_state() when the driver...
2021-05-25 Jaroslav Kyselapcm: hw - fix snd_pcm_hw_state()
2021-05-13 Jaroslav Kyselapcm: fix open in direct plugins - wrong pointer assignment
2021-04-13 Jaroslav Kyselapcm: direct - move the direct struct init to _snd_pcm_d...
2021-04-13 Vanitha Channaiahpcm: dshare - fix shared memory pointer check
2021-04-13 Jaroslav Kyselaucm: add LibraryConfig support
2021-04-07 Jaroslav Kyselapcm: empty plugin - fix the docs
2021-02-26 Jaroslav Kyselapcm: softvol - improve TLV data check for new configs
2021-02-26 Jaroslav Kyselapcm: fix snd_pcm_plugin_status()
2021-02-26 Jaroslav Kyselaconf: introduce snd_config_get_card() function
2021-02-26 Jaroslav Kyselapcm: softvol - make snd_pcm_parse_control_id private
2021-02-26 Jaroslav Kyselapcm: softvol - do not set TLV access flags for the...
2021-01-27 Jaroslav Kyselapcm: pcm_ioplug - fix the avail_update mmap capture...
2021-01-22 Takashi Iwaipcm: share: Pass appl_ptr and hw_ptr in snd_pcm_status()
2021-01-22 Takashi Iwaipcm: null: Pass appl_ptr and hw_ptr in snd_pcm_status()
2021-01-22 Takashi Iwaipcm: ioplug: Pass appl_ptr and hw_ptr in snd_pcm_status()
2021-01-22 Takashi Iwaipcm: direct: Fix the missing appl_ptr update
2021-01-20 Jaroslav Kyselapcm: dmix/dshare - delay calculation fixes and cleanups
2021-01-20 Jaroslav Kyselapcm_plugin: set the initial hw_ptr/appl_ptr from the...
2021-01-04 Jaroslav Kyselapcm: rate - fix the capture delay values
2021-01-04 Jaroslav Kyselapcm: rate - use pcm_frame_diff() on related places
2021-01-04 Jaroslav Kyselapcm: plugin - fix status code for capture
2021-01-04 Jaroslav Kyselapcm: rate - use pcm_frame_diff() in snd_pcm_rate_playba...
2021-01-03 Jaroslav Kyselapcm: ioplug - fix the delay calculation for old plugins
2021-01-03 Jaroslav Kyselapcm: rate - tidy up snd_pcm_rate_avail_update()
2021-01-03 Jaroslav Kyselapcm: ioplug - fix the delay calculation in the status...
2021-01-03 Jaroslav KyselaRevert "pcm_plugin: fix delay"
2021-01-03 Jaroslav Kyselapcm: plugin - optimize sync in snd_pcm_plugin_status()
2021-01-03 Jaroslav Kyselapcm: plugin - tidy snd_pcm_plugin_avail_update()
2021-01-03 Jaroslav Kyselapcm: plugin status - revert the recent changes
2020-12-30 Jaroslav Kyselapcm: plugin status - fix the return value (regression)
2020-12-27 Jaroslav Kyselapcm: fix __snd_pcm_state() return value
2020-12-27 Alex Henriepcm_multi: remove dead assignment from _snd_pcm_multi_open
2020-12-27 Alex Henriepcm: remove dead assignments from snd_pcm_rate_(commit_...
2020-12-02 Jonas Holmbergpcm: set the snd_pcm_ioplug_status() tstamp field
2020-10-29 Jaroslav Kyselapcm: snd_pcm_mmap_readi - fix typo in comment
2020-10-15 Jaroslav Kyselapcm: file plugin - implement safe_write
2020-10-14 Jaroslav Kyselapcm: fix the pcm_frames_diff -> pcm_frame_diff typo
2020-10-13 Jaroslav Kyselapcm: dshare - apply the boundary wrap in snd_pcm_dshare...
2020-10-13 Jaroslav Kyselapcm: introduce pcm_frame_diff and pcm_frame_diff2 helpers
2020-10-13 Jaroslav Kyselapcm: meter / s16 - add protection for the maximum copie...
2020-10-13 Jaroslav Kyseladlmisc, pcm: export the old symbols (for -flto)
2020-10-09 Jaroslav Kyselapcm: fix the snd_pcm_plugin_status() avail and delay...
2020-08-13 Vijay Palaniswamypcm: dmix: fix access to sum-buffer in non-interleaved...
2020-07-14 Matthias Reichlpcm: iec958: set channel status bits according to rate...
2020-07-14 Matthias Reichlpcm: iec958: implement HDMI HBR audio formatting
2020-07-07 Takashi Iwaipcm: dmix: Fix semaphore usage with lockless operation
2020-07-07 Takashi Iwaipcm: dmix: make lockless operation optional
2020-06-23 Mark Hillspcm: Annotate the _avail functions
2020-06-23 Mark Hillsdsnoop: Make use of the (previously unused) function
2020-06-23 Mark Hillsdsnoop: Another bug where the empty, not full, part...
2020-06-23 Mark Hillsdsnoop: The stop threshold was not implemented correctly
2020-06-23 Mark Hillspcm: Annotate the _delay functions based on findings...
2020-06-23 Mark Hillsdsnoop: The delay presented to snd_pcm_status_delay...
2020-06-18 Jaroslav Kyselapcm: copy extplug timestamp type from the slave pcm
2020-06-17 Harald van Dijkpcm: dmic: assembly: add x32 support.
2020-06-17 Andreas Papepcm: direct: correctly apply existing interval settings
2020-06-08 chunxu.lipcm: Fix memory leak at snd_pcm_new when THREAD_SAVE_AP...
2020-06-05 Jaroslav Kyselapcm: clarify -ENODATA description (recovery, event)
2020-06-05 Kai Vehmanenpcm: fix spelling in documentation for -EBADFD
2020-06-05 Kai Vehmanenpcm: add documentation for -ENODATA error code
2020-06-04 Jaroslav Kyselasnd_dlopen: do not use absolute plugin path for snd_dlo...
2020-06-03 Jaroslav Kyselapcm: return immediately when the state is SETUP in...
2020-06-03 sylvain.bertrand... pcm: fix snd_pcm_drain() excluding SETUP state from...
2020-05-11 Takashi Iwaipcm: rate: Fix uninitialized variable warning
2020-05-11 Takashi Iwaipcm: rate: Fix compile warning wrt bit ops and comparison
2020-05-06 Frédéric Recoulespcm: dmix: assembly: give more freedom over the constraints
2020-05-06 Frédéric Recoulespcm: dmix: assembly: refactor the PIC mode
2020-05-06 Frédéric Recoulespcm: dmix: assembly: fix the interface for safety ...
2020-05-06 Frédéric Recoulespcm: dmix: assembly: fix the interface for safety
2020-05-06 Frédéric Recoulespcm: dmix: assembly: change the token by symbolic names
2020-04-30 sylvain.bertrand... fix infinite draining of the rate plugin in SND_PCM_NON...
2020-04-23 Jaroslav Kyselapcm: rate - fix the remaining size calculation in snd_p...
2020-04-17 sylvain.bertrand... pcm: dmix: fix sw_params handling of timestamp types...
2020-03-31 Jonas Holmbergpcm: add chmap option to route plugin
2019-11-21 Jaroslav Kyselapcm_file: fix pipe stall when pclose() is called too...
2019-11-15 Jaroslav Kyselapcm: add braces to condition (coverity)
2019-10-25 Jaroslav Kyselapcm: the maximal rate is 768000Hz, fix the remain code
2019-10-14 Jaroslav Kyselapcm: fix the period_size for direct plugins (dmix,...
2019-09-24 Takashi Iwaipcm: Fix the wrong PCM object passed for locking/unlocking
2019-09-24 Takashi Iwaipcm: chmap: Fix memory leak at snd_pcm_set_chmap()
2019-07-24 Adam Miartuspcm: dshare: allow missing bindings
2019-07-24 Adam Miartuspcm: return -ENOSYS when ops or fast_ops callback is...
2019-07-05 Adam Miartuspcm_file: improve error checking in write_wav_header...
2019-07-03 Adam Miartuspcm_file: in case of failed write clear file buffer...
2019-07-03 Adam Miartuspcm_file: use EIO instead of EPIPE when failing to...
2019-06-24 Adam Miartuspcm_file: return errno in case of a failed write operation
2019-06-24 Adam Miartuspcm_file: remove double line
2019-06-15 Adam Miartuspcm_file: report write output file error to api user
2019-06-15 Adam Miartuspcm_file: do not disrupt playback on output file write...
2019-06-12 Michael Forneypcm: rate: Avoid pointer arithmetic on `void *`
2019-06-12 Michael Forneypcm: direct: Remove unused empty struct
2019-06-12 Michael Forneypcm: Make sure parameter qualifiers match between decla...
2019-06-12 Michael Forneypcm: hw: Don't return in a void function
next