aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-05ALSA: fireface: add transaction supportTakashi Sakamoto4-1/+328
2017-04-05ALSA: fireface: add an abstraction layer for model-specific protocolsTakashi Sakamoto1-0/+31
2017-04-05ALSA: fireface: add model specific structureTakashi Sakamoto2-4/+19
2017-04-05ALSA: fireface: postpone sound card registrationTakashi Sakamoto2-22/+67
2017-04-05ALSA: fireface: add skeleton for RME Fireface seriesTakashi Sakamoto5-0/+150
2017-03-28ALSA: firewire-motu: add support for MOTU 828mk3 (FireWire/Hybrid) as a model with protocol version 3Takashi Sakamoto6-1/+345
2017-03-28ALSA: firewire-lib: add a quirk of packet without valid EOH in CIP formatTakashi Sakamoto2-2/+6
2017-03-28ALSA: firewire-motu: add support for MOTU 828mk2 as a model with protocol version 2Takashi Sakamoto5-1/+256
2017-03-28ALSA: firewire-motu: enable to read transaction cache via hwdep interfaceTakashi Sakamoto2-2/+28
2017-03-28ALSA: firewire-motu: add hwdep interfaceTakashi Sakamoto7-5/+281
2017-03-28ALSA: firewire-motu: add MIDI functionalityTakashi Sakamoto6-4/+260
2017-03-28ALSA: firewire-motu: add PCM functionalityTakashi Sakamoto4-1/+393
2017-03-28ALSA: firewire-motu: add proc node to show current statuc of clock and packet formatsTakashi Sakamoto4-1/+125
2017-03-28ALSA: firewire-motu: add stream management functionalityTakashi Sakamoto4-1/+356
2017-03-28ALSA: firewire-motu: handle transactions specific for MOTU FireWire modelsTakashi Sakamoto4-1/+140
2017-03-28ALSA: firewire-motu: add MOTU specific protocol layerTakashi Sakamoto3-3/+304
2017-03-28ALSA: firewire-lib: enable CIP_DBC_IS_END_EVENT for both directions of streamTakashi Sakamoto2-3/+9
2017-03-28ALSA: firewire-lib: add support for source packet header field in CIP headerTakashi Sakamoto2-2/+7
2017-03-28ALSA: firewire-lib: record cycle count for the first packetTakashi Sakamoto2-2/+14
2017-03-28ALSA: firewire-motu: add an abstraction layer for three types of protocolsTakashi Sakamoto2-0/+55
2017-03-28ALSA: firewire-motu: add a structure for model-dependent parameters.Takashi Sakamoto2-3/+30
2017-03-28ALSA: firewire-motu: postpone sound card registrationTakashi Sakamoto2-24/+78
2017-03-28ALSA: firewire-motu: add skeleton for Mark of the unicorn (MOTU) FireWire seriesTakashi Sakamoto5-0/+176
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar6-0/+6
2017-01-25Merge branch 'topic/intel-lpe-audio' into for-nextTakashi Iwai2-3/+3
2017-01-14ALSA: oxfw: enclose identifiers referred by single function for scs1x featureTakashi Sakamoto1-6/+6
2017-01-12ALSA: firewire: Constify snd_rawmidi_opsTakashi Iwai7-16/+16
2017-01-05ALSA: firewire-tascam: enclose identifiers referred by single functionTakashi Sakamoto3-50/+45
2017-01-05ALSA: firewire-digi00x: enclose identifiers referred by single functionTakashi Sakamoto3-64/+57
2017-01-05ALSA: dice: enclose identifiers referred by single functionTakashi Sakamoto1-12/+10
2017-01-05ALSA: oxfw: enclose identifiers referred by single functionTakashi Sakamoto1-14/+12
2017-01-05ALSA: fireworks: enclose identifiers referred by single functionTakashi Sakamoto3-51/+46
2017-01-05ALSA: bebob: enclose identifiers referred by single functionTakashi Sakamoto3-49/+45
2017-01-05Revert "ALSA: firewire-lib: change structure member with proper type"Takashi Sakamoto2-3/+3
2017-01-03Merge branch 'for-linus' into for-nextTakashi Iwai4-5/+5
2017-01-03ALSA: dice: ensure transmission speed for transmitted packetsTakashi Sakamoto2-1/+12
2017-01-03ALSA: firewire-lib: change structure member with proper typeTakashi Sakamoto2-3/+3
2017-01-03ALSA: firewire-tascam: Fix to handle error from initialization of stream dataTakashi Sakamoto1-1/+1
2017-01-03ALSA: fireworks: fix asymmetric API call at unit removalTakashi Sakamoto1-1/+1
2017-01-03ALSA: oxfw: add support for Mackie Onyx 1640iTakashi Sakamoto2-0/+2
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-3/+3
2016-11-18ALSA: bebob: compare whole string for model name so that readers are not confusedTakashi Sakamoto1-2/+2
2016-09-11Merge branch 'for-linus' into for-nextTakashi Iwai5-47/+67
2016-09-02ALSA: firewire: constify snd_pcm_ops structuresJulia Lawall4-8/+8
2016-08-31ALSA: fireworks: accessing to user space outside spinlockTakashi Sakamoto4-25/+56
2016-08-31ALSA: firewire-tascam: accessing to user space outside spinlockTakashi Sakamoto1-22/+11
2016-08-24ALSA: bebob: unify configurations for some models produced by Yamaha/TerratecTakashi Sakamoto4-38/+9
2016-08-24ALSA: bebob: rename file with vendor-dependent code so that it's for Yamaha/TerratecTakashi Sakamoto2-4/+5
2016-05-18ALSA: firewire-lib: change a member of event structure to suppress sparse wanings to bool typeTakashi Sakamoto1-4/+4
2016-05-11ALSA: firewire-lib: drop skip argument from helper functions to queue a packetTakashi Sakamoto1-11/+11