aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-11ALSA: firewire-lib: add context information to tracepointsTakashi Sakamoto2-14/+28
2016-05-11ALSA: firewire-lib: permit to flush queued packets only in process context for better PCM period granularityTakashi Sakamoto2-7/+17
2016-05-10ALSA: firewire-lib: enable the same feature as CIP_SKIP_INIT_DBC_CHECK flagTakashi Sakamoto5-12/+5
2016-05-10ALSA: firewire-lib: code cleanup for outgoing packet handlingTakashi Sakamoto1-8/+7
2016-05-10ALSA: firewire-lib: code cleanup for incoming packet handlingTakashi Sakamoto1-23/+21
2016-05-10ALSA: firewire-lib: handle IT/IR contexts in each software interrupt contextTakashi Sakamoto2-64/+11
2016-05-10ALSA: firewire-tascam: drop reuse of incoming packet parameter for outgoing packet parameterTakashi Sakamoto1-14/+12
2016-05-10ALSA: fireworks: drop reuse of incoming packet parameter for ougoing packet parameterTakashi Sakamoto2-68/+17
2016-05-10ALSA: bebob: drop reuse of incoming packet parameter for outgoing packet parameterTakashi Sakamoto2-74/+26
2016-05-09ALSA: firewire-lib: add tracepoints to dump a part of isochronous packet dataTakashi Sakamoto3-6/+116
2016-05-09ALSA: firewire-lib: compute the value of second field in cycle count for IR contextTakashi Sakamoto1-0/+14
2016-05-09ALSA: firewire-lib: compute the value of second field in cycle count for IT contextTakashi Sakamoto1-12/+30
2016-05-08ALSA: dice: add support for M-Audio Profire 610 and perhaps 2626Takashi Sakamoto1-0/+7
2016-04-25ALSA: firewire-tascam: deleyed registration of sound cardTakashi Sakamoto2-36/+84
2016-03-31ALSA: firewire-digi00x: delayed registration of sound cardTakashi Sakamoto3-32/+85
2016-03-31ALSA: oxfw: delayed registration of sound cardTakashi Sakamoto2-53/+101
2016-03-31ALSA: fireworks: delayed registration of sound cardTakashi Sakamoto2-47/+103
2016-03-31ALSA: bebob: delayed registration of sound cardTakashi Sakamoto2-89/+131
2016-03-31ALSA: firewire-lib: add new function to schedule a work for sound card registrationTakashi Sakamoto3-20/+38
2016-03-31ALSA: dice: simplify unit probe processingTakashi Sakamoto1-6/+5
2016-03-31ALSA: firewire-lib: suppress kernel warnings when releasing uninitialized stream dataTakashi Sakamoto1-0/+4
2016-03-28ALSA: firewire-tascam: add Kconfig entry for TASCAM FW-1804Takashi Sakamoto1-0/+1
2016-03-28ALSA: fireworks: move model quirk detection code to information parserTakashi Sakamoto1-10/+11