summaryrefslogtreecommitdiffstats
path: root/sound/firewire
AgeCommit message (Expand)AuthorLines
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-1/+1
2018-05-28sound: Use octal not symbolic permissionsJoe Perches-8/+8
2018-05-27ALSA: dice: unuse second stream for MIDI conformant data channel for TC Elect...Takashi Sakamoto-5/+3
2018-05-27ALSA: dice: fix stream format parameters for TC Electronic Studio Konnekt 48Takashi Sakamoto-2/+2
2018-05-22ALSA: oxfw: use match_string() helperYisheng Xie-7/+1
2018-05-21ALSA: dice: add stream format parameters for TC Electronic Digital Konnekt x32Takashi Sakamoto-0/+15
2018-05-18ALSA: dice: fix a bounds check in snd_dice_detect_tcelectronic_formats()Dan Carpenter-2/+1
2018-05-18ALSA: dice: add stream format parameters for Mytek devicesMelvin Vermeeren-1/+57
2018-05-15Merge branch 'for-linus' into for-nextTakashi Iwai-3/+4
2018-05-14ALSA: isight: use position offset macro of TLV dataTakashi Sakamoto-4/+6
2018-05-02ALSA: dice: remove local frag of force_two_pcmsTakashi Sakamoto-70/+8
2018-05-02ALSA: dice: use cache for PCM constraints and rulesTakashi Sakamoto-57/+170
2018-05-02ALSA: dice: use stream formats to add MIDI substreamsTakashi Sakamoto-16/+7
2018-05-02ALSA: dice: enable to change current sampling transmission frequencyTakashi Sakamoto-4/+43
2018-05-02ALSA: dice: add a helper function to restart all of available streamsTakashi Sakamoto-57/+62
2018-05-02ALSA: dice: use cache of stream format to check running streamTakashi Sakamoto-19/+31
2018-05-02ALSA: dice: use extended protocol to detect available stream formatsTakashi Sakamoto-5/+193
2018-05-02ALSA: dice: add parameters of stream formats for models produced by AlesisTakashi Sakamoto-1/+66
2018-05-02ALSA: dice: add parameters of stream formats for models produced by TC Electr...Takashi Sakamoto-10/+174
2018-05-02ALSA: dice: cache stream formats at current mode of sampling transmission fre...Takashi Sakamoto-0/+93
2018-05-02ALSA: dice: add proc node for stream formationTakashi Sakamoto-0/+35
2018-05-02ALSA: dice: add 'firewire' directory for proc nodesTakashi Sakamoto-3/+32
2018-05-02ALSA: dice: add cache of stream formatsTakashi Sakamoto-0/+11
2018-04-29ALSA: dice: fix kernel NULL pointer dereference due to invalid calculation fo...Takashi Sakamoto-2/+3
2018-04-26ALSA: dice: fix error path to destroy initialized stream dataTakashi Sakamoto-1/+1
2018-04-25Merge branch 'for-linus' into for-nextTakashi Iwai-1/+1
2018-04-24ALSA: dice: improve support for ancient firmware for DICETakashi Sakamoto-28/+40
2018-04-24ALSA: dice: fix OUI for TC groupTakashi Sakamoto-1/+1
2018-03-28treewide: remove large struct-pass-by-value from tracepoint argumentsAlexei Starovoitov-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-10/+10
2017-11-27sound: annotate ->poll() instancesAl Viro-16/+16
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar-0/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+11
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland-52/+51
2017-09-12ALSA: firewire: Use common error handling code in snd_motu_stream_start_duplex()Markus Elfring-8/+8
2017-08-23ALSA: fireface: Use common error handling code in pcm_open()Markus Elfring-10/+10
2017-08-22ALSA: firewire: add const qualifier to identifiers for read-only symbolsTakashi Sakamoto-23/+22
2017-08-22Merge branch 'for-linus' into for-nextTakashi Iwai-1/+7
2017-08-21ALSA: firewire-motu: add support for MOTU Audio ExpressTakashi Sakamoto-0/+13
2017-08-21ALSA: firewire-motu: add specification flag for position of flag for MIDI mes...Takashi Sakamoto-17/+50
2017-08-20ALSA: firewire-motu: destroy stream data surely at failure of card initializa...Takashi Sakamoto-0/+1
2017-08-20ALSA: firewire: fix NULL pointer dereference when releasing uninitialized dat...Takashi Sakamoto-1/+6
2017-08-19ALSA: firewire: constify snd_pcm_ops structuresArvind Yadav-3/+3
2017-08-15ALSA: firewire-motu: constify snd_rawmidi_ops structuresJulia Lawall-2/+2
2017-06-20Merge branch 'for-linus' into for-nextTakashi Iwai-3/+7
2017-06-19ALSA: firewire-lib: Fix stall of process context at packet errorTakashi Sakamoto-3/+7
2017-06-08ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicat...Takashi Sakamoto-174/+36
2017-06-07ALSA: fireface: constify ALSA specific operationsTakashi Sakamoto-39/+35
2017-06-07ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callbackTakashi Sakamoto-0/+150