aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/bebob (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-05ALSA: bebob: support AMDTP domainTakashi Sakamoto2-35/+29
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai12-24/+12
2019-07-07ALSA: bebob: fix wrong reference count for stream functionality at error path of rawmidi interfaceTakashi Sakamoto1-0/+2
2019-06-21ALSA: bebob: ensure to release isochronous resources in pcm.hw_params callbackTakashi Sakamoto1-0/+3
2019-06-17ALSA: firewire-lib: split allocation of isochronous resources from establishment of connectionTakashi Sakamoto1-9/+21
2019-06-17ALSA: bebob: code refactoring for error path to start duplex streamTakashi Sakamoto1-2/+0
2019-06-17ALSA: bebob: change the range of critical section for stream data in PCM.hw_free callbackTakashi Sakamoto1-4/+5
2019-06-17ALSA: bebob: code refactoring for callback function to rawmidi interfaceTakashi Sakamoto1-41/+6
2019-06-17ALSA: bebob: code rafactoring for callback functions to PCM interfaceTakashi Sakamoto1-48/+7
2019-06-12ALSA: bebob: code refactoring to initialize/destroy stream dataTakashi Sakamoto1-60/+61
2019-06-12ALSA: bebob: obsolete useless member of private structureTakashi Sakamoto2-9/+0
2019-06-12ALSA: bebob: don't set XRUN in stop streamingTakashi Sakamoto1-3/+0
2019-06-12ALSA: bebob: configure sampling transfer frequency in pcm.hw_params callbackTakashi Sakamoto4-123/+136
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner12-24/+12
2019-02-26ALSA: bebob: use more identical mod_alias for Saffire Pro 10 I/O against Liquid Saffire 56Takashi Sakamoto1-1/+13
2019-02-06ALSA: firewire: Remove superfluous snd_info_register() callsTakashi Iwai1-10/+2
2018-12-19ALSA: bebob: fix model-id of unit for Apogee EnsembleTakashi Sakamoto1-1/+1
2018-10-10ALSA: firewire: simplify cleanup process when failing to register sound cardTakashi Sakamoto1-20/+7
2018-10-10ALSA: bebob/fireworks: simplify handling of local device entry tableTakashi Sakamoto1-11/+6
2018-10-10ALSA: firewire: release reference count of firewire unit in .remove callback of bus driverTakashi Sakamoto1-6/+3
2018-10-10ALSA: firewire: block .remove callback of bus driver till all of ALSA character devices are releasedTakashi Sakamoto1-2/+2
2018-10-04ALSA: bebob: use managed-resource to maintain data specific to M-Audio FW-1814/ProjectMix I/OTakashi Sakamoto2-6/+3
2018-10-04ALSA: firewire: use managed-resource of fw unit device for private dataTakashi Sakamoto1-7/+6
2018-09-17ALSA: bebob: fix memory leak for M-Audio FW1814 and ProjectMix I/O at error pathTakashi Sakamoto2-4/+2
2018-09-10ALSA: bebob: use address returned by kmalloc() instead of kernel stack for streaming DMA mappingTakashi Sakamoto1-10/+14
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai1-1/+0
2018-05-28sound: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2017-11-27sound: annotate ->poll() instancesAl Viro1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-22ALSA: firewire: add const qualifier to identifiers for read-only symbolsTakashi Sakamoto5-7/+7
2017-06-08ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicationsTakashi Sakamoto1-21/+0
2017-06-07ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callbackTakashi Sakamoto1-0/+16
2017-05-30ALSA: declare snd_kcontrol_new structures as constBhumika Goyal1-4/+4
2017-05-22ALSA: firewire: remove support for 16 bit PCM samples in playback substreamTakashi Sakamoto1-4/+0
2017-04-05ALSA: firewire-lib/bebob/oxfw: improve response evaluation for AV/C commandsTakashi Sakamoto1-8/+22
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-01-12ALSA: firewire: Constify snd_rawmidi_opsTakashi Iwai1-2/+2
2017-01-05ALSA: bebob: enclose identifiers referred by single functionTakashi Sakamoto3-49/+45
2016-11-18ALSA: bebob: compare whole string for model name so that readers are not confusedTakashi Sakamoto1-2/+2
2016-08-24ALSA: bebob: unify configurations for some models produced by Yamaha/TerratecTakashi Sakamoto4-38/+9
2016-08-24ALSA: bebob: rename file with vendor-dependent code so that it's for Yamaha/TerratecTakashi Sakamoto2-4/+5
2016-05-10ALSA: firewire-lib: enable the same feature as CIP_SKIP_INIT_DBC_CHECK flagTakashi Sakamoto1-2/+0
2016-05-10ALSA: bebob: drop reuse of incoming packet parameter for outgoing packet parameterTakashi Sakamoto2-74/+26
2016-03-31ALSA: bebob: delayed registration of sound cardTakashi Sakamoto2-89/+131
2016-03-28ALSA: bebob: remove needless argument from local functionTakashi Sakamoto1-2/+2
2016-02-20ALSA: bebob: give up updating streams at bus reset handlerTakashi Sakamoto3-20/+16
2016-02-20ALSA: bebob: change type of substream counter from atomic_t to unsigned intTakashi Sakamoto4-11/+11
2016-02-20ALSA: bebob: move mutex from function callee to callersTakashi Sakamoto3-11/+24
2016-02-20ALSA: bebob: simplify bus-reset handlingTakashi Sakamoto3-36/+5