| Commit message (Expand) | Author | Age | Files | Lines |
* | ALSA: bebob: potential info leak in hwdep_read() | Dan Carpenter | 2020-10-07 | 1 | -2/+1 |
* | ALSA: firewire: use KBUILD_MODNAME for struct driver.name instead of string | Takashi Sakamoto | 2020-03-06 | 1 | -1/+1 |
* | ALSA: firewire: Drop superfluous ioctl PCM ops | Takashi Iwai | 2019-12-11 | 1 | -2/+0 |
* | ALSA: firewire: Use managed buffer allocation | Takashi Iwai | 2019-12-11 | 1 | -8/+3 |
* | Merge branch 'for-linus' into for-next | Takashi Iwai | 2019-11-07 | 1 | -0/+3 |
|\ |
|
| * | ALSA: bebob: fix to detect configured source of sampling clock for Focusrite ... | Takashi Sakamoto | 2019-11-04 | 1 | -0/+3 |
* | | ALSA: firewire: Convert to the common vmalloc memalloc | Takashi Iwai | 2019-11-06 | 1 | -5/+4 |
* | | ALSA: bebob: link the order of establishing connections and Syt-match clock mode | Takashi Sakamoto | 2019-11-02 | 1 | -29/+22 |
* | | ALSA: bebob: expand delay of start for IR context just for version 3 firmware | Takashi Sakamoto | 2019-11-02 | 1 | -4/+10 |
* | | ALSA: bebob: expand sleep just after breaking connections for protocol version 1 | Takashi Sakamoto | 2019-11-02 | 1 | -5/+6 |
* | | Merge branch 'for-linus' into for-next | Takashi Iwai | 2019-10-28 | 1 | -2/+1 |
|\| |
|
| * | ALSA: bebob: Fix prototype of helper function to return negative value | Takashi Sakamoto | 2019-10-26 | 1 | -2/+1 |
* | | ALSA: firewire-lib: postpone to start IR context | Takashi Sakamoto | 2019-10-19 | 1 | -1/+9 |
* | | ALSA: firewire-lib: replace ack callback to flush isoc contexts in AMDTP domain | Takashi Sakamoto | 2019-10-19 | 1 | -2/+2 |
* | | ALSA: firewire-lib: replace pointer callback to flush isoc contexts in AMDTP ... | Takashi Sakamoto | 2019-10-19 | 1 | -6/+8 |
* | | ALSA: bebob: share PCM buffer size for both direction | Takashi Sakamoto | 2019-10-18 | 4 | -5/+17 |
* | | ALSA: firewire-lib: use variable size of queue for isoc packets instead of fi... | Takashi Sakamoto | 2019-10-18 | 1 | -1/+1 |
* | | ALSA: bebob: use the same size of period for PCM substream in AMDTP streams | Takashi Sakamoto | 2019-10-17 | 1 | -12/+27 |
* | | ALSA: bebob: register the size of PCM period to AMDTP domain | Takashi Sakamoto | 2019-10-17 | 4 | -4/+16 |
|/ |
|
* | ALSA: bebob: support AMDTP domain | Takashi Sakamoto | 2019-08-05 | 2 | -35/+29 |
* | Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo... | Takashi Iwai | 2019-07-08 | 12 | -24/+12 |
|\ |
|
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345 | Thomas Gleixner | 2019-06-05 | 12 | -24/+12 |
* | | ALSA: bebob: fix wrong reference count for stream functionality at error path... | Takashi Sakamoto | 2019-07-07 | 1 | -0/+2 |
* | | ALSA: bebob: ensure to release isochronous resources in pcm.hw_params callback | Takashi Sakamoto | 2019-06-21 | 1 | -0/+3 |
* | | ALSA: firewire-lib: split allocation of isochronous resources from establishm... | Takashi Sakamoto | 2019-06-17 | 1 | -9/+21 |
* | | ALSA: bebob: code refactoring for error path to start duplex stream | Takashi Sakamoto | 2019-06-17 | 1 | -2/+0 |
* | | ALSA: bebob: change the range of critical section for stream data in PCM.hw_f... | Takashi Sakamoto | 2019-06-17 | 1 | -4/+5 |
* | | ALSA: bebob: code refactoring for callback function to rawmidi interface | Takashi Sakamoto | 2019-06-17 | 1 | -41/+6 |
* | | ALSA: bebob: code rafactoring for callback functions to PCM interface | Takashi Sakamoto | 2019-06-17 | 1 | -48/+7 |
* | | ALSA: bebob: code refactoring to initialize/destroy stream data | Takashi Sakamoto | 2019-06-12 | 1 | -60/+61 |
* | | ALSA: bebob: obsolete useless member of private structure | Takashi Sakamoto | 2019-06-12 | 2 | -9/+0 |
* | | ALSA: bebob: don't set XRUN in stop streaming | Takashi Sakamoto | 2019-06-12 | 1 | -3/+0 |
* | | ALSA: bebob: configure sampling transfer frequency in pcm.hw_params callback | Takashi Sakamoto | 2019-06-12 | 4 | -123/+136 |
|/ |
|
* | ALSA: bebob: use more identical mod_alias for Saffire Pro 10 I/O against Liqu... | Takashi Sakamoto | 2019-02-26 | 1 | -1/+13 |
* | ALSA: firewire: Remove superfluous snd_info_register() calls | Takashi Iwai | 2019-02-06 | 1 | -10/+2 |
* | ALSA: bebob: fix model-id of unit for Apogee Ensemble | Takashi Sakamoto | 2018-12-19 | 1 | -1/+1 |
* | ALSA: firewire: simplify cleanup process when failing to register sound card | Takashi Sakamoto | 2018-10-10 | 1 | -20/+7 |
* | ALSA: bebob/fireworks: simplify handling of local device entry table | Takashi Sakamoto | 2018-10-10 | 1 | -11/+6 |
* | ALSA: firewire: release reference count of firewire unit in .remove callback ... | Takashi Sakamoto | 2018-10-10 | 1 | -6/+3 |
* | ALSA: firewire: block .remove callback of bus driver till all of ALSA charact... | Takashi Sakamoto | 2018-10-10 | 1 | -2/+2 |
* | ALSA: bebob: use managed-resource to maintain data specific to M-Audio FW-181... | Takashi Sakamoto | 2018-10-04 | 2 | -6/+3 |
* | ALSA: firewire: use managed-resource of fw unit device for private data | Takashi Sakamoto | 2018-10-04 | 1 | -7/+6 |
* | ALSA: bebob: fix memory leak for M-Audio FW1814 and ProjectMix I/O at error path | Takashi Sakamoto | 2018-09-17 | 2 | -4/+2 |
* | ALSA: bebob: use address returned by kmalloc() instead of kernel stack for st... | Takashi Sakamoto | 2018-09-10 | 1 | -10/+14 |
* | ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc() | Takashi Iwai | 2018-07-18 | 1 | -1/+0 |
* | sound: Use octal not symbolic permissions | Joe Perches | 2018-05-28 | 1 | -1/+1 |
* | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 1 | -1/+1 |
* | sound: annotate ->poll() instances | Al Viro | 2017-11-27 | 1 | -2/+2 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | ALSA: firewire: add const qualifier to identifiers for read-only symbols | Takashi Sakamoto | 2017-08-22 | 5 | -7/+7 |