summaryrefslogtreecommitdiffstats
path: root/sound/firewire/oxfw
Commit message (Expand)AuthorAgeFilesLines
* ALSA: oxfw: fix for Stanton SCS.1dTakashi Sakamoto2020-01-131-30/+42
* ALSA: oxfw: don't add MIDI/PCM interface when packet streaming is unavailableTakashi Sakamoto2020-01-133-17/+25
* ALSA: oxfw: use ENXIO for not-supported casesTakashi Sakamoto2020-01-132-9/+9
* ALSA: firewire: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-2/+0
* ALSA: firewire: Use managed buffer allocationTakashi Iwai2019-12-111-14/+5
* ALSA: oxfw: fix return value in error path of isochronous resources reservationTakashi Sakamoto2019-12-091-1/+1
* ALSA: firewire: Convert to the common vmalloc memallocTakashi Iwai2019-11-061-8/+6
* ALSA: firewire-lib: postpone to start IR contextTakashi Sakamoto2019-10-191-1/+1
* ALSA: firewire-lib: replace ack callback to flush isoc contexts in AMDTP domainTakashi Sakamoto2019-10-191-2/+2
* ALSA: firewire-lib: replace pointer callback to flush isoc contexts in AMDTP ...Takashi Sakamoto2019-10-191-2/+2
* ALSA: oxfw: share PCM buffer size for both directionTakashi Sakamoto2019-10-184-7/+22
* ALSA: firewire-lib: use variable size of queue for isoc packets instead of fi...Takashi Sakamoto2019-10-181-1/+1
* ALSA: oxfw: use the same size of period for PCM substream in AMDTP streamsTakashi Sakamoto2019-10-171-11/+28
* ALSA: oxfw: register the size of PCM period to AMDTP domainTakashi Sakamoto2019-10-174-6/+19
* Merge tag 'asoc-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Takashi Iwai2019-09-101-1/+1
|\
| * ALSA: oxfw: fix to handle correct stream for PCM playbackTakashi Sakamoto2019-08-261-1/+1
* | ALSA: oxfw: fix NULL pointer dereference to unused stream structureTakashi Sakamoto2019-08-261-2/+7
* | ALSA: oxfw: support AMDTP domainTakashi Sakamoto2019-08-052-29/+45
|/
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-0811-16/+11
|\
| * Merge tag 'sound-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-06-141-3/+0
| |\
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner2019-06-0510-16/+10
| * | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | | ALSA: oxfw: fix wrong reference count for stream functionality at error path ...Takashi Sakamoto2019-07-071-0/+2
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2019-07-011-3/+0
|\ \ \ | | |/ | |/|
| * | ALSA: oxfw: allow PCM capture for Stanton SCS.1mTakashi Sakamoto2019-06-111-3/+0
| |/
* | 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-124-29/+62
* | ALSA: oxfw: unify substreams counterTakashi Sakamoto2019-06-124-12/+11
* | ALSA: oxfw: rename helper functions for duplex streamsTakashi Sakamoto2019-06-125-53/+58
* | 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: firewire: Remove superfluous snd_info_register() callsTakashi Iwai2019-02-061-10/+2
* ALSA: oxfw: add support for APOGEE duet FireWireTakashi Sakamoto2018-11-131-0/+8
* ALSA: firewire: simplify cleanup process when failing to register sound cardTakashi Sakamoto2018-10-101-21/+5
* ALSA: firewire: release reference count of firewire unit in .remove callback ...Takashi Sakamoto2018-10-101-6/+3
* ALSA: firewire: block .remove callback of bus driver till all of ALSA charact...Takashi Sakamoto2018-10-101-2/+2
* ALSA: oxfw: use managed-resource to maintain cache of stream formatsTakashi Sakamoto2018-10-042-19/+8
* ALSA: oxfw: use managed-resource to maintain model-specific dataTakashi Sakamoto2018-10-043-7/+6
* ALSA: firewire: use managed-resource of fw unit device for private dataTakashi Sakamoto2018-10-041-7/+4
* ALSA: oxfw: fix memory leak of discovered stream formats at error pathTakashi Sakamoto2018-09-171-0/+7
* ALSA: oxfw: fix memory leak for model-dependent data at error pathTakashi Sakamoto2018-09-171-0/+2
* ALSA: oxfw: fix memory leak of private dataTakashi Sakamoto2018-09-131-0/+1
* ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai2018-07-181-2/+0
* sound: Use octal not symbolic permissionsJoe Perches2018-05-281-1/+1
* ALSA: oxfw: use match_string() helperYisheng Xie2018-05-221-7/+1