summaryrefslogtreecommitdiffstats
path: root/sound/firewire/oxfw/oxfw-stream.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ALSA: oxfw: fix NULL pointer dereference to unused stream structureTakashi Sakamoto2019-08-261-2/+7
* ALSA: oxfw: support AMDTP domainTakashi Sakamoto2019-08-051-29/+43
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-081-2/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner2019-06-051-2/+1
* | ALSA: oxfw: ensure to release isochronous resources in pcm.hw_params callbackTakashi Sakamoto2019-06-211-0/+2
* | ALSA: firewire-lib: split allocation of isochronous resources from establishm...Takashi Sakamoto2019-06-171-4/+14
* | ALSA: oxfw: configure stream parameter in pcm.hw_params callbackTakashi Sakamoto2019-06-121-40/+57
* | ALSA: oxfw: configure packet format in pcm.hw_params callbackTakashi Sakamoto2019-06-121-13/+31
* | ALSA: oxfw: unify substreams counterTakashi Sakamoto2019-06-121-2/+2
* | ALSA: oxfw: rename helper functions for duplex streamsTakashi Sakamoto2019-06-121-20/+40
* | ALSA: oxfw: expand stop procedure for packet streamingTakashi Sakamoto2019-06-121-33/+35
* | ALSA: oxfw: break packet streaming at bus-reset handlerTakashi Sakamoto2019-06-121-10/+3
* | ALSA: oxfw: start duplex streams if supportedTakashi Sakamoto2019-06-121-53/+49
* | ALSA: oxfw: set packet parameter according to current configurationTakashi Sakamoto2019-06-121-24/+24
* | ALSA: oxfw: code refactoring for stop condition of packet streamingTakashi Sakamoto2019-06-121-5/+2
|/
* ALSA: oxfw: use managed-resource to maintain cache of stream formatsTakashi Sakamoto2018-10-041-5/+8
* ALSA: firewire-lib: enable the same feature as CIP_SKIP_INIT_DBC_CHECK flagTakashi Sakamoto2016-05-101-2/+1
* ALSA: oxfw: support more MIDI portsTakashi Sakamoto2015-10-191-1/+1
* ALSA: oxfw: calculating MIDI ports in stream discoverTakashi Sakamoto2015-10-191-1/+34
* Merge branch 'topic/firewire-update' into for-nextTakashi Iwai2015-09-291-4/+7
|\
| * ALSA: firewire-lib: rename macros with AM824 prefixTakashi Sakamoto2015-09-291-2/+2
| * ALSA: firewire-lib: rename parameter setting function for AM824 with FDF fieldTakashi Sakamoto2015-09-291-2/+2
| * ALSA: firewire-lib: add data block processing layer for AM824 formatTakashi Sakamoto2015-09-291-1/+1
| * ALSA: firewire-lib: add an argument for Dice's dual wire modeTakashi Sakamoto2015-09-291-1/+1
| * ALSA: firewire-lib: return error code when amdtp_stream_set_parameters() dete...Takashi Sakamoto2015-09-291-1/+4
* | ALSA: oxfw: add Mackie Onyx Satellite quirk to inform wrong value in 'dbs' fi...Takashi Sakamoto2015-09-241-1/+4
|/
* ALSA: firewire: use kmemdup rather than duplicating its implementationAndrzej Hajda2015-08-071-6/+3
* ALSA: firewire-lib: add buffer-over-run protection at receiving more data blo...Takashi Sakamoto2015-05-231-2/+8
* ALSA: oxfw: fix a condition and return code in start_stream()Takashi Sakamoto2015-02-271-2/+3
* ALSA: fireworks/bebob/dice/oxfw: allow stream destructor after releasing runtimeTakashi Sakamoto2015-02-231-2/+4
* ALSA: oxfw: some signedness bugsDan Carpenter2014-12-151-1/+2
* ALSA: oxfw: Add hwdep interfaceTakashi Sakamoto2014-12-101-0/+39
* ALSA: oxfw: Add support for capture/playback MIDI messagesTakashi Sakamoto2014-12-101-0/+4
* ALSA: oxfw: Add support AMDTP in-streamTakashi Sakamoto2014-12-101-61/+209
* ALSA: oxfw: Change the way to start streamTakashi Sakamoto2014-12-101-10/+129
* ALSA: oxfw: Add proc interface for debugging purposeTakashi Sakamoto2014-12-101-0/+27
* ALSA: oxfw: Change the way to make PCM rules/constraintsTakashi Sakamoto2014-12-101-0/+268
* ALSA: oxfw: Split stream functionality to a new file and add a header fileTakashi Sakamoto2014-11-291-0/+80