summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "ALSA: firewire-lib: fix inverted node IDs for amdtp_packet events"Takashi Sakamoto2019-06-241-3/+3
* ALSA: oxfw: ensure to release isochronous resources in pcm.hw_params callbackTakashi Sakamoto2019-06-211-0/+2
* ALSA: fireworks: ensure to release isochronous resources in pcm.hw_params cal...Takashi Sakamoto2019-06-211-0/+3
* ALSA: bebob: ensure to release isochronous resources in pcm.hw_params callbackTakashi Sakamoto2019-06-211-0/+3
* ALSA: dice: unify stop and release method for duplex streamsTakashi Sakamoto2019-06-214-9/+2
* ALSA: firewire-digi00x: unify stop and release method for duplex streamsTakashi Sakamoto2019-06-214-12/+5
* ALSA: firewire-motu: unify stop and release method for duplex streamsTakashi Sakamoto2019-06-214-12/+5
* ALSA: fireface: unify stop and release method for duplex streamsTakashi Sakamoto2019-06-213-11/+5
* ALSA: firewire-tascam: unify stop and release method for duplex streamsTakashi Sakamoto2019-06-213-11/+5
* ALSA: firewire-motu: code refactoring for pcm.hw_params/hw_free callbacksTakashi Sakamoto2019-06-181-47/+7
* ALSA: firewire-motu: update isochronous resources when starting packet stream...Takashi Sakamoto2019-06-181-0/+11
* ALSA: firewire-motu: reserve/release isochronous resources in pcm.hw_params/h...Takashi Sakamoto2019-06-184-56/+84
* ALSA: firewire-motu: code refactoring to finish streaming sessionTakashi Sakamoto2019-06-181-11/+6
* ALSA: firewire-motu: minor code refactoring to stop isochronous contextTakashi Sakamoto2019-06-181-17/+4
* ALSA: firewire-motu: rename helper functions to begin/finish streaming sessionTakashi Sakamoto2019-06-181-5/+5
* ALSA: firewire-motu: code refactoring for condition to stop streamingTakashi Sakamoto2019-06-181-10/+4
* ALSA: firewire-motu: add helper function to keep isochronous resourcesTakashi Sakamoto2019-06-181-25/+32
* ALSA: firewire-motu: unify midi callback functionTakashi Sakamoto2019-06-181-43/+6
* ALSA: firewire-motu: unify the count of subscriber for packet streamingTakashi Sakamoto2019-06-184-21/+15
* ALSA: firewire-lib: split allocation of isochronous resources from establishm...Takashi Sakamoto2019-06-175-51/+100
* ALSA: fireworks: change the range of critical section for stream data in PCM....Takashi Sakamoto2019-06-171-4/+5
* ALSA: bebob: code refactoring for error path to start duplex streamTakashi Sakamoto2019-06-171-2/+0
* ALSA: bebob: change the range of critical section for stream data in PCM.hw_f...Takashi Sakamoto2019-06-171-4/+5
* ALSA: bebob: code refactoring for callback function to rawmidi interfaceTakashi Sakamoto2019-06-171-41/+6
* ALSA: bebob: code rafactoring for callback functions to PCM interfaceTakashi Sakamoto2019-06-171-48/+7
* ALSA: pci: echoaudio: remove variable which is a constantWolfram Sang2019-06-131-5/+2
* ALSA: hda/hdmi - consider eld_valid also in sync_eld_via_acomp()Jaroslav Kysela2019-06-131-1/+2
* ALSA: hda: remove an unused field from struct hda_codecGuennadi Liakhovetski2019-06-131-3/+0
* ALSA: hda: Add Elkhart Lake PCI IDLai, Poey Seng2019-06-131-0/+3
* ALSA: dice: fix compiler warning due to returning uninitialized valueTakashi Sakamoto2019-06-131-1/+1
* ALSA: oxfw: configure stream parameter in pcm.hw_params callbackTakashi Sakamoto2019-06-121-40/+57
* ALSA: oxfw: configure packet format in pcm.hw_params callbackTakashi Sakamoto2019-06-124-29/+62
* ALSA: oxfw: unify substreams counterTakashi Sakamoto2019-06-124-12/+11
* ALSA: oxfw: rename helper functions for duplex streamsTakashi Sakamoto2019-06-125-53/+58
* ALSA: oxfw: expand stop procedure for packet streamingTakashi Sakamoto2019-06-121-33/+35
* ALSA: oxfw: break packet streaming at bus-reset handlerTakashi Sakamoto2019-06-121-10/+3
* ALSA: oxfw: start duplex streams if supportedTakashi Sakamoto2019-06-121-53/+49
* ALSA: oxfw: set packet parameter according to current configurationTakashi Sakamoto2019-06-121-24/+24
* ALSA: oxfw: code refactoring for stop condition of packet streamingTakashi Sakamoto2019-06-121-5/+2
* ALSA: fireworks: don't set XRUN in stop streamingTakashi Sakamoto2019-06-121-1/+0
* ALSA: fireworks: configure stream parameters in pcm.hw_params callbackTakashi Sakamoto2019-06-121-33/+49
* ALSA: fireworks: configure sampling transfer frequency in pcm.hw_params callbackTakashi Sakamoto2019-06-124-32/+57
* ALSA: fireworks: code refactoring for pcm.hw_params/hw_freeTakashi Sakamoto2019-06-121-39/+6
* ALSA: fireworks: code refactoring for rawmidi.open/closeTakashi Sakamoto2019-06-121-39/+6
* ALSA: fireworks: unify substream counterTakashi Sakamoto2019-06-124-27/+19
* ALSA: bebob: code refactoring to initialize/destroy stream dataTakashi Sakamoto2019-06-121-60/+61
* ALSA: bebob: obsolete useless member of private structureTakashi Sakamoto2019-06-122-9/+0
* ALSA: bebob: don't set XRUN in stop streamingTakashi Sakamoto2019-06-121-3/+0
* ALSA: bebob: configure sampling transfer frequency in pcm.hw_params callbackTakashi Sakamoto2019-06-124-123/+136
* ALSA: hda: fix a mask for unsolicited event tagsGuennadi Liakhovetski2019-06-111-1/+1