summaryrefslogtreecommitdiffstats
path: root/sound/firewire/bebob
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-0812-24/+12Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner2019-06-0512-24/+12Star
* | ALSA: bebob: fix wrong reference count for stream functionality at error path...Takashi Sakamoto2019-07-071-0/+2
* | ALSA: bebob: ensure to release isochronous resources in pcm.hw_params callbackTakashi Sakamoto2019-06-211-0/+3
* | ALSA: firewire-lib: split allocation of isochronous resources from establishm...Takashi Sakamoto2019-06-171-9/+21
* | ALSA: bebob: code refactoring for error path to start duplex streamTakashi Sakamoto2019-06-171-2/+0Star
* | ALSA: bebob: change the range of critical section for stream data in PCM.hw_f...Takashi Sakamoto2019-06-171-4/+5
* | ALSA: bebob: code refactoring for callback function to rawmidi interfaceTakashi Sakamoto2019-06-171-41/+6Star
* | ALSA: bebob: code rafactoring for callback functions to PCM interfaceTakashi Sakamoto2019-06-171-48/+7Star
* | ALSA: bebob: code refactoring to initialize/destroy stream dataTakashi Sakamoto2019-06-121-60/+61
* | ALSA: bebob: obsolete useless member of private structureTakashi Sakamoto2019-06-122-9/+0Star
* | ALSA: bebob: don't set XRUN in stop streamingTakashi Sakamoto2019-06-121-3/+0Star
* | ALSA: bebob: configure sampling transfer frequency in pcm.hw_params callbackTakashi Sakamoto2019-06-124-123/+136
|/
* ALSA: bebob: use more identical mod_alias for Saffire Pro 10 I/O against Liqu...Takashi Sakamoto2019-02-261-1/+13
* ALSA: firewire: Remove superfluous snd_info_register() callsTakashi Iwai2019-02-061-10/+2Star
* ALSA: bebob: fix model-id of unit for Apogee EnsembleTakashi Sakamoto2018-12-191-1/+1
* ALSA: firewire: simplify cleanup process when failing to register sound cardTakashi Sakamoto2018-10-101-20/+7Star
* ALSA: bebob/fireworks: simplify handling of local device entry tableTakashi Sakamoto2018-10-101-11/+6Star
* ALSA: firewire: release reference count of firewire unit in .remove callback ...Takashi Sakamoto2018-10-101-6/+3Star
* ALSA: firewire: block .remove callback of bus driver till all of ALSA charact...Takashi Sakamoto2018-10-101-2/+2
* ALSA: bebob: use managed-resource to maintain data specific to M-Audio FW-181...Takashi Sakamoto2018-10-042-6/+3Star
* ALSA: firewire: use managed-resource of fw unit device for private dataTakashi Sakamoto2018-10-041-7/+6Star
* ALSA: bebob: fix memory leak for M-Audio FW1814 and ProjectMix I/O at error pathTakashi Sakamoto2018-09-172-4/+2Star
* ALSA: bebob: use address returned by kmalloc() instead of kernel stack for st...Takashi Sakamoto2018-09-101-10/+14
* ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai2018-07-181-1/+0Star
* sound: Use octal not symbolic permissionsJoe Perches2018-05-281-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* sound: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ALSA: firewire: add const qualifier to identifiers for read-only symbolsTakashi Sakamoto2017-08-225-7/+7
* ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicat...Takashi Sakamoto2017-06-081-21/+0Star
* ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callbackTakashi Sakamoto2017-06-071-0/+16
* ALSA: declare snd_kcontrol_new structures as constBhumika Goyal2017-05-301-4/+4
* ALSA: firewire: remove support for 16 bit PCM samples in playback substreamTakashi Sakamoto2017-05-221-4/+0Star
* ALSA: firewire-lib/bebob/oxfw: improve response evaluation for AV/C commandsTakashi Sakamoto2017-04-051-8/+22
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* ALSA: firewire: Constify snd_rawmidi_opsTakashi Iwai2017-01-121-2/+2
* ALSA: bebob: enclose identifiers referred by single functionTakashi Sakamoto2017-01-053-49/+45Star
* ALSA: bebob: compare whole string for model name so that readers are not conf...Takashi Sakamoto2016-11-181-2/+2
* ALSA: bebob: unify configurations for some models produced by Yamaha/TerratecTakashi Sakamoto2016-08-244-38/+9Star
* ALSA: bebob: rename file with vendor-dependent code so that it's for Yamaha/T...Takashi Sakamoto2016-08-242-4/+5
* ALSA: firewire-lib: enable the same feature as CIP_SKIP_INIT_DBC_CHECK flagTakashi Sakamoto2016-05-101-2/+0Star
* ALSA: bebob: drop reuse of incoming packet parameter for outgoing packet para...Takashi Sakamoto2016-05-102-74/+26Star
* ALSA: bebob: delayed registration of sound cardTakashi Sakamoto2016-03-312-89/+131
* ALSA: bebob: remove needless argument from local functionTakashi Sakamoto2016-03-281-2/+2
* ALSA: bebob: give up updating streams at bus reset handlerTakashi Sakamoto2016-02-203-20/+16Star
* ALSA: bebob: change type of substream counter from atomic_t to unsigned intTakashi Sakamoto2016-02-204-11/+11
* ALSA: bebob: move mutex from function callee to callersTakashi Sakamoto2016-02-203-11/+24
* ALSA: bebob: simplify bus-reset handlingTakashi Sakamoto2016-02-203-36/+5Star
* ALSA: bebob: Use a signed return type for get_formation_indexLucas Tanure2016-01-261-5/+9