summaryrefslogtreecommitdiff
path: root/sound/firewire
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' into for-nextTakashi Iwai2021-06-081-1/+1
|\
| * ALSA: firewire-lib: fix the context to call snd_pcm_stop_xrun()Takashi Sakamoto2021-06-051-1/+1
* | ALSA: firewire-lib: delete unused kernel APITakashi Sakamoto2021-06-072-35/+0
* | ALSA: fireface: cease from delayed card registrationTakashi Sakamoto2021-06-072-65/+28
* | ALSA: firewire-motu: cease from delayed card registrationTakashi Sakamoto2021-06-072-62/+25
* | ALSA: firewire-tascam: cease from delayed card registrationTakashi Sakamoto2021-06-072-66/+28
* | ALSA: firewire-digi00x: cease from delayed card registrationTakashi Sakamoto2021-06-072-75/+29
* | ALSA: dice: cease from delayed card registrationTakashi Sakamoto2021-06-072-94/+48
* | ALSA: oxfw: cease from delayed card registrationTakashi Sakamoto2021-06-072-86/+48
* | ALSA: fireworks: cease from delayed card registrationTakashi Sakamoto2021-06-072-77/+33
* | ALSA: bebob: cease from delayed card registrationTakashi Sakamoto2021-06-072-106/+57
* | ALSA: firewire-motu: add support for hybrid model of MOTU Ultralite mk3Takashi Sakamoto2021-06-062-0/+3
* | ALSA: firewire-lib: remove useless operations for kernel preemptionTakashi Sakamoto2021-06-061-12/+2
* | ALSA: firewire-lib: fix error codes for allocation failureDan Carpenter2021-06-061-2/+6
* | ALSA: firewire-motu: fix error return code in snd_motu_stream_reserve_duplex()Yang Yingliang2021-06-041-1/+1
* | ALSA: firewire-motu: sequence replay for source packet headerTakashi Sakamoto2021-06-023-74/+26
* | ALSA: firewire-motu: cache event ticks in source packet header per data blockTakashi Sakamoto2021-06-023-3/+70
* | ALSA: firewire-motu: use macro for magic numbers relevant to IEC 61883-1Takashi Sakamoto2021-06-021-14/+26
* | ALSA: bebob: perform sequence replay for media clock recoveryTakashi Sakamoto2021-06-011-4/+9
* | ALSA: dice: perform sequence replay for media clock recoveryTakashi Sakamoto2021-06-011-1/+5
* | ALSA: dice: wait just for NOTIFY_CLOCK_ACCEPTED after GLOBAL_CLOCK_SELECT ope...Takashi Sakamoto2021-06-012-23/+8
* | ALSA: fireface: perform sequence replay for media clock recoveryTakashi Sakamoto2021-06-012-2/+6
* | ALSA: firewire-tascam: perform sequence replay for media clock recoveryTakashi Sakamoto2021-06-012-2/+20
* | ALSA: firewire-digi00x: perform sequence replay for media clock recoveryTakashi Sakamoto2021-06-012-8/+9
* | ALSA: oxfw: perform sequence replay for media clock recoveryTakashi Sakamoto2021-06-011-4/+18
* | ALSA: fireworks: perform sequence replay for media clock recoveryTakashi Sakamoto2021-06-011-3/+15
* | ALSA: fireworks: delete SYTMATCH clock sourceTakashi Sakamoto2021-06-011-1/+1
* | ALSA: firewire-lib: support NO_PERIOD_WAKEUP in ALSA PCM runtimeTakashi Sakamoto2021-05-281-6/+21
* | ALSA: firewire-lib: transfer rx packets on-the-fly when replayingTakashi Sakamoto2021-05-2810-15/+34
* | ALSA: firewire-lib: replay sequence of incoming packets for outgoing packetsTakashi Sakamoto2021-05-282-14/+142
* | ALSA: firewire-lib: add replay target to cache sequence of packetTakashi Sakamoto2021-05-2810-12/+98
* | ALSA: bebob: distinguish M-Audio ProFire Lightbridge quirkTakashi Sakamoto2021-05-253-6/+17
* | ALSA: bebob: cancel switching connection orderTakashi Sakamoto2021-05-251-11/+2
* | ALSA: firewire-lib: obsolete callbacked memberTakashi Sakamoto2021-05-252-9/+3
* | ALSA: firewire-lib: drop initial NODATA or empty packetTakashi Sakamoto2021-05-252-39/+100
* | ALSA: firewire-lib: code refactoring for transfer delayTakashi Sakamoto2021-05-222-20/+11
* | ALSA: firewire-lib: code refactoring for generation of data block sequenceTakashi Sakamoto2021-05-221-33/+40
* | ALSA: firewire-lib: code refactoring for generation of syt sequenceTakashi Sakamoto2021-05-221-2/+24
* | ALSA: firewire-lib: code refactoring for generation of packet descriptorsTakashi Sakamoto2021-05-221-6/+5
* | ALSA: firewire-lib: pool sequence of packet in IT context independentlyTakashi Sakamoto2021-05-222-100/+72
* | ALSA: firewire-lib: add flag to unaware of syt in CIP headerTakashi Sakamoto2021-05-224-25/+16
* | ALSA: firewire-lib: Fix uninitialized variable err issueTakashi Sakamoto2021-05-221-3/+3
* | ALSA: firewire-lib: change waking up timing to process packetsTakashi Sakamoto2021-05-2010-79/+54
* | ALSA: firewire-lib: start processing content of packet at the same cycle in s...Takashi Sakamoto2021-05-203-32/+156
* | ALSA: firewire-lib: code refactoring to start several IT/IR contextsTakashi Sakamoto2021-05-201-23/+14
* | ALSA: firewire-lib: skip initial packets instead of scheduling IR contextTakashi Sakamoto2021-05-203-81/+23
* | ALSA: firewire-lib: start processing content of packet at the same cycle in s...Takashi Sakamoto2021-05-202-6/+113
* | ALSA: firewire-lib: code refactoring for selection of IT context header lengthTakashi Sakamoto2021-05-201-6/+11
* | ALSA: firewire-lib: code refactoring for calculation of context payloadTakashi Sakamoto2021-05-201-16/+21
* | ALSA: firewire-lib: code refactoring for size of CIP headerTakashi Sakamoto2021-05-201-10/+15