| Commit message (Expand) | Author | Age | Files | Lines |
* | ALSA: firewire-tascam: Add missing annotation for tscm_hwdep_read_locked() | Jules Irenge | 2020-03-11 | 1 | -0/+1 |
* | ALSA: firewire-tascam: Add missing annotation for tscm_hwdep_read_queue() | Jules Irenge | 2020-03-11 | 1 | -0/+1 |
* | ALSA: firewire: use KBUILD_MODNAME for struct driver.name instead of string | Takashi Sakamoto | 2020-03-06 | 5 | -5/+5 |
* | Merge branch 'for-linus' into for-next | Takashi Iwai | 2020-01-20 | 2 | -3/+7 |
|\ |
|
| * | ALSA: dice: fix fallback from protocol extension into limited functionality | Takashi Sakamoto | 2020-01-13 | 1 | -1/+4 |
| * | ALSA: firewire-tascam: fix corruption due to spin lock without restoration in... | Takashi Sakamoto | 2020-01-13 | 1 | -2/+3 |
* | | ALSA: dice: add support for Alesis MasterControl | Takashi Sakamoto | 2020-01-13 | 3 | -0/+33 |
* | | ALSA: dice: loosen stream format check for MIDI conformant data channel | Takashi Sakamoto | 2020-01-13 | 1 | -6/+3 |
* | | ALSA: oxfw: fix for Stanton SCS.1d | Takashi Sakamoto | 2020-01-13 | 1 | -30/+42 |
* | | ALSA: oxfw: don't add MIDI/PCM interface when packet streaming is unavailable | Takashi Sakamoto | 2020-01-13 | 3 | -17/+25 |
* | | ALSA: oxfw: use ENXIO for not-supported cases | Takashi Sakamoto | 2020-01-13 | 2 | -9/+9 |
* | | ALSA: firewire: Drop superfluous ioctl PCM ops | Takashi Iwai | 2019-12-11 | 9 | -17/+0 |
* | | ALSA: firewire: Use managed buffer allocation | Takashi Iwai | 2019-12-11 | 9 | -79/+29 |
|/ |
|
* | ALSA: fireface: fix return value in error path of isochronous resources reser... | Takashi Sakamoto | 2019-12-09 | 1 | -1/+1 |
* | ALSA: oxfw: fix return value in error path of isochronous resources reservation | Takashi Sakamoto | 2019-12-09 | 1 | -1/+1 |
* | ALSA: firewire-motu: fix double unlocked 'motu->mutex' | Takashi Sakamoto | 2019-12-09 | 1 | -6/+2 |
* | 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 | 9 | -47/+40 |
* | | 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 |
* | | ALSA: firewire-motu: Correct a typo in the clock proc string | Takashi Iwai | 2019-10-30 | 1 | -1/+1 |
* | | ALSA: firewire-motu: add support for MOTU UltraLite | Takashi Sakamoto | 2019-10-30 | 1 | -0/+14 |
* | | ALSA: firewire-motu: code refactoring to handle model specific switch for pro... | Takashi Sakamoto | 2019-10-30 | 3 | -44/+43 |
* | | ALSA: firewire-motu: minor code refactoring for protocol version 2 | Takashi Sakamoto | 2019-10-30 | 1 | -26/+39 |
* | | ALSA: firewire-motu: detect SPH source of sampling clock | Takashi Sakamoto | 2019-10-30 | 5 | -1/+9 |
* | | ALSA: firewire-motu: print for unknown source of sampling clock | Takashi Sakamoto | 2019-10-30 | 1 | -0/+1 |
* | | ALSA: firewire-motu: fix wrong spelling for macro | Takashi Sakamoto | 2019-10-30 | 4 | -7/+7 |
* | | 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 | 10 | -15/+98 |
* | | ALSA: firewire-lib: handle several AMDTP streams in callback handler of IRQ t... | Takashi Sakamoto | 2019-10-19 | 2 | -46/+140 |
* | | ALSA: firewire-lib: cancel flushing isoc context in the laste step to process... | Takashi Sakamoto | 2019-10-19 | 1 | -4/+0 |
* | | ALSA: firewire-lib: replace ack callback to flush isoc contexts in AMDTP domain | Takashi Sakamoto | 2019-10-19 | 10 | -26/+33 |
* | | ALSA: firewire-lib: replace pointer callback to flush isoc contexts in AMDTP ... | Takashi Sakamoto | 2019-10-19 | 10 | -42/+56 |
* | | ALSA: firewire-lib: add irq_target member into amdtp_domain struct | Takashi Sakamoto | 2019-10-19 | 1 | -0/+2 |
* | | ALSA: firewire-lib: tune the minimum available size of PCM period | Takashi Sakamoto | 2019-10-18 | 1 | -1/+13 |
* | | ALSA: firewire-lib: tune the maximum available size of PCM period | Takashi Sakamoto | 2019-10-18 | 1 | -11/+18 |
* | | ALSA: firewire-lib: schedule hardware IRQ according to the size of PCM period | Takashi Sakamoto | 2019-10-18 | 2 | -15/+58 |
* | | ALSA: fireface: share PCM buffer size for both direction | Takashi Sakamoto | 2019-10-18 | 3 | -4/+17 |
* | | ALSA: firewire-motu: share PCM buffer size for both direction | Takashi Sakamoto | 2019-10-18 | 4 | -5/+17 |
* | | ALSA: firewire-tascam: share PCM buffer size for both direction | Takashi Sakamoto | 2019-10-18 | 3 | -4/+16 |
* | | ALSA: firewire-digi00x: share PCM buffer size for both direction | Takashi Sakamoto | 2019-10-18 | 4 | -5/+17 |
* | | ALSA: dice: share PCM buffer size for both direction | Takashi Sakamoto | 2019-10-18 | 4 | -7/+23 |
* | | ALSA: oxfw: share PCM buffer size for both direction | Takashi Sakamoto | 2019-10-18 | 4 | -7/+22 |
* | | ALSA: fireworks: share PCM buffer size for both direction | Takashi Sakamoto | 2019-10-18 | 4 | -5/+17 |
* | | 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 | 10 | -26/+41 |
* | | ALSA: fireface: use the same size of period for PCM substreams in AMDTP streams | Takashi Sakamoto | 2019-10-17 | 1 | -6/+23 |