summaryrefslogtreecommitdiffstats
path: root/sound/firewire (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* ALSA: firewire-lib: insert descriptor for skipped cycleTakashi Sakamoto2021-05-181-5/+24
* ALSA: firewire-lib: check cycle continuityTakashi Sakamoto2021-05-182-3/+37
* ALSA: firewire-lib: code refactoring for check of CIP header about payload sizeTakashi Sakamoto2021-05-181-6/+4
* ALSA: firewire-lib: code refactoring for parser of IR context headerTakashi Sakamoto2021-05-181-12/+10
* ALSA: firewire-lib: code refactoring for helper function to compute OHCI 1394...Takashi Sakamoto2021-05-181-13/+13
* ALSA: firewire-lib: code refactoring for sequence descriptor'Takashi Sakamoto2021-05-182-21/+23
* ALSA: firewire-lib: handle the case that empty isochronous packet payload for...Takashi Sakamoto2021-05-181-5/+12
* ALSA: firewire-lib: code refactoring to refer the same frame count per period...Takashi Sakamoto2021-05-182-3/+1
* ALSA: oxfw: add quirk flag for blocking transmission methodTakashi Sakamoto2021-05-183-4/+19
* ALSA: oxfw: code refactoring for wrong_dbs quirkTakashi Sakamoto2021-05-183-3/+4