aboutsummaryrefslogtreecommitdiff
path: root/sound/firewire
AgeCommit message (Expand)AuthorFilesLines
2016-08-31ALSA: fireworks: accessing to user space outside spinlockGravatar Takashi Sakamoto 4-25/+56
2016-08-31ALSA: firewire-tascam: accessing to user space outside spinlockGravatar Takashi Sakamoto 1-22/+11
2016-05-18ALSA: firewire-lib: change a member of event structure to suppress sparse wan...Gravatar Takashi Sakamoto 1-4/+4
2016-05-11ALSA: firewire-lib: drop skip argument from helper functions to queue a packetGravatar Takashi Sakamoto 1-11/+11
2016-05-11ALSA: firewire-lib: add context information to tracepointsGravatar Takashi Sakamoto 2-14/+28
2016-05-11ALSA: firewire-lib: permit to flush queued packets only in process context fo...Gravatar Takashi Sakamoto 2-7/+17
2016-05-10ALSA: firewire-lib: enable the same feature as CIP_SKIP_INIT_DBC_CHECK flagGravatar Takashi Sakamoto 5-12/+5
2016-05-10ALSA: firewire-lib: code cleanup for outgoing packet handlingGravatar Takashi Sakamoto 1-8/+7
2016-05-10ALSA: firewire-lib: code cleanup for incoming packet handlingGravatar Takashi Sakamoto 1-23/+21
2016-05-10ALSA: firewire-lib: handle IT/IR contexts in each software interrupt contextGravatar Takashi Sakamoto 2-64/+11
2016-05-10ALSA: firewire-tascam: drop reuse of incoming packet parameter for outgoing p...Gravatar Takashi Sakamoto 1-14/+12
2016-05-10ALSA: fireworks: drop reuse of incoming packet parameter for ougoing packet p...Gravatar Takashi Sakamoto 2-68/+17
2016-05-10ALSA: bebob: drop reuse of incoming packet parameter for outgoing packet para...Gravatar Takashi Sakamoto 2-74/+26
2016-05-09ALSA: firewire-lib: add tracepoints to dump a part of isochronous packet dataGravatar Takashi Sakamoto 3-6/+116
2016-05-09ALSA: firewire-lib: compute the value of second field in cycle count for IR c...Gravatar Takashi Sakamoto 1-0/+14
2016-05-09ALSA: firewire-lib: compute the value of second field in cycle count for IT c...Gravatar Takashi Sakamoto 1-12/+30
2016-05-08ALSA: dice: add support for M-Audio Profire 610 and perhaps 2626Gravatar Takashi Sakamoto 1-0/+7
2016-04-25ALSA: firewire-tascam: deleyed registration of sound cardGravatar Takashi Sakamoto 2-36/+84
2016-03-31ALSA: firewire-digi00x: delayed registration of sound cardGravatar Takashi Sakamoto 3-32/+85
2016-03-31ALSA: oxfw: delayed registration of sound cardGravatar Takashi Sakamoto 2-53/+101
2016-03-31ALSA: fireworks: delayed registration of sound cardGravatar Takashi Sakamoto 2-47/+103
2016-03-31ALSA: bebob: delayed registration of sound cardGravatar Takashi Sakamoto 2-89/+131
2016-03-31ALSA: firewire-lib: add new function to schedule a work for sound card regist...Gravatar Takashi Sakamoto 3-20/+38
2016-03-31ALSA: dice: simplify unit probe processingGravatar Takashi Sakamoto 1-6/+5
2016-03-31ALSA: firewire-lib: suppress kernel warnings when releasing uninitialized str...Gravatar Takashi Sakamoto 1-0/+4
2016-03-28ALSA: firewire-tascam: add Kconfig entry for TASCAM FW-1804Gravatar Takashi Sakamoto 1-0/+1
2016-03-28ALSA: fireworks: move model quirk detection code to information parserGravatar Takashi Sakamoto 1-10/+11
2016-03-28ALSA: oxfw: remove needless member from private structureGravatar Takashi Sakamoto 1-1/+0
2016-03-28ALSA: bebob: remove needless argument from local functionGravatar Takashi Sakamoto 1-2/+2
2016-03-28ALSA: dice: fix memory leak when unpluggingGravatar Takashi Sakamoto 1-10/+4
2016-03-10ALSA: dice: use structure to represent register parameters instead of array w...Gravatar Takashi Sakamoto 1-56/+54
2016-03-09ALSA: dice: force to add two pcm devices for listed modelsGravatar Takashi Sakamoto 3-9/+58
2016-03-09ALSA: dice: handle several PCM substreams when any isochronous streams are av...Gravatar Takashi Sakamoto 1-46/+75
2016-03-09ALSA: dice: handle whole available isochronous streamsGravatar Takashi Sakamoto 1-143/+255
2016-03-09ALSA: dice: have two sets of isochronous resources/streamsGravatar Takashi Sakamoto 4-48/+79
2016-02-28ALSA: dice: drop duplex streams synchronization to transfer own time stampsGravatar Takashi Sakamoto 1-40/+2
2016-02-24ALSA: oxfw: discontinue MIDI substream for scs1x at transaction failureGravatar Takashi Sakamoto 1-3/+10
2016-02-24ALSA: oxfw: retry MIDI transferring for scs1x at transaction failureGravatar Takashi Sakamoto 1-3/+11
2016-02-20ALSA: fireworks: serialize transactions to update connections at bus resetGravatar Takashi Sakamoto 2-4/+5
2016-02-20ALSA: bebob: give up updating streams at bus reset handlerGravatar Takashi Sakamoto 3-20/+16
2016-02-20ALSA: bebob: change type of substream counter from atomic_t to unsigned intGravatar Takashi Sakamoto 4-11/+11
2016-02-20ALSA: bebob: move mutex from function callee to callersGravatar Takashi Sakamoto 3-11/+24
2016-02-20ALSA: bebob: simplify bus-reset handlingGravatar Takashi Sakamoto 3-36/+5
2016-02-18ALSA: oxfw: use workqueue instead of tasklet for scs1xGravatar Takashi Sakamoto 1-6/+6
2016-02-12ALSA: dice: old firmware optimization for Dice notificationGravatar Takashi Sakamoto 1-3/+14
2016-02-12ALSA: dice: change notification mask to detect lock status changeGravatar Takashi Sakamoto 1-1/+1
2016-02-09Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 4-8/+16
2016-02-09ALSA: dice: ensure phase lock before starting streamingGravatar Takashi Sakamoto 3-57/+32
2016-02-09ALSA: dice: purge generating channel cacheGravatar Takashi Sakamoto 3-93/+5
2016-02-09ALSA: dice: get the number of MBLA data channel at opening PCM substreamGravatar Takashi Sakamoto 1-8/+21