summaryrefslogtreecommitdiffstats
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2019-06-11ALSA: dice: code refactoring for pcm.hw_params/hw_free callbacksTakashi Sakamoto1-47/+7
2019-06-11ALSA: dice: update isochronous resources when starting packet streaming after...Takashi Sakamoto1-0/+10
2019-06-11ALSA: dice: reserve/release isochronous resources in pcm.hw_params/hw_free ca...Takashi Sakamoto4-115/+143
2019-06-11ALSA: dice: code refactoring to keep isochronous resourcesTakashi Sakamoto1-59/+74
2019-06-11ALSA: dice: code refactoring to stop packet streamingTakashi Sakamoto1-13/+14
2019-06-11ALSA: firewire-digi00x: code refactoring for pcm.hw_params/hw_free callbacksTakashi Sakamoto1-48/+7
2019-06-11ALSA: firewire-digi00x: update isochronous resources when starting packet str...Takashi Sakamoto1-0/+11
2019-06-11ALSA: firewire-digi00x: reserve/release isochronous resources in pcm.hw_param...Takashi Sakamoto4-51/+73
2019-06-11ALSA: firewire-digi00x: code refactoring to keep isochronous resourcesTakashi Sakamoto1-24/+18
2019-06-11ALSA: firewire-digi00x: simplify error path to begin streaming sessionTakashi Sakamoto1-6/+3
2019-06-11ALSA: firewire-digi00x: code refactoring to finish streaming sessionTakashi Sakamoto1-13/+9
2019-06-11ALSA: firewire-digi00x: refactoring to move timing of registration for isochr...Takashi Sakamoto1-22/+19
2019-06-11ALSA: usb-audio: Enable .product_name override for Emagic, Unitor 8.Stefan Sauer1-1/+1
2019-06-11ALSA: fireface: code refactoring for pcm.hw_params/hw_free callbacksTakashi Sakamoto1-48/+7
2019-06-11ALSA: fireface: minor code refactoring to finish streaming sessionTakashi Sakamoto1-17/+6
2019-06-11ALSA: fireface: update isochronous resources when starting packet streaming a...Takashi Sakamoto3-14/+36
2019-06-11ALSA: fireface: reserve/release isochronous resources in pcm.hw_params/hw_fre...Takashi Sakamoto3-30/+57
2019-06-11ALSA: fireface: support allocate_resources operation in latter protocolTakashi Sakamoto1-57/+56
2019-06-11ALSA: fireface: support allocate_resources operation in ff400 protocolTakashi Sakamoto1-20/+16
2019-06-11ALSA: fireface: support allocate_resources operation in ff800 protocolTakashi Sakamoto1-24/+22
2019-06-11ALSA: fireface: add protocol-specific operation to allocate isochronous resou...Takashi Sakamoto2-0/+5
2019-06-11ALSA: firewire-tascam: code refactoring for pcm.hw_params/hw_free callbacksTakashi Sakamoto1-48/+7
2019-06-11ALSA: firewire-tascam: minor code refactoring to finish streaming sessionTakashi Sakamoto1-16/+5
2019-06-11ALSA: firewire-tascam: update isochronous resources when starting packet stre...Takashi Sakamoto1-1/+12
2019-06-11ALSA: firewire-tascam: reserve/release isochronous resources in pcm.hw_params...Takashi Sakamoto3-37/+66
2019-06-11ALSA: firewire-tascam: code refactoring for release of isochronous resourcesTakashi Sakamoto1-10/+8
2019-06-11ALSA: firewire-tascam: code refactoring for reservation of isochronous resourcesTakashi Sakamoto1-22/+16
2019-06-11ALSA: firewire-tascam: code refactoring for registration of isochronous channelsTakashi Sakamoto1-44/+40
2019-06-11ALSA: lx6464es - Remove set but not used variables 'orun_mask, urun_mask'YueHaibing1-5/+0
2019-05-31ALSA: hda/ca0132: Use struct_size()Takashi Iwai1-1/+1
2019-05-31ALSA: hda: Use struct_size()Takashi Iwai1-1/+1
2019-05-31ALSA: control: Use struct_size()Takashi Iwai1-5/+1
2019-05-30Merge branch 'topic/hda-polling-mode' into for-nextTakashi Iwai1-1/+1
2019-05-30ALSA: hda: fix: lock reg_lock before calling snd_hdac_bus_update_rirbBard Liao1-1/+1
2019-05-28Merge branch 'topic/line6-cleanup' into for-nextTakashi Iwai6-278/+113
2019-05-28ALSA: line6: Use container_of()Takashi Iwai4-19/+25
2019-05-28ALSA: line6: Drop superfluous timer helper functionTakashi Iwai2-20/+0
2019-05-28ALSA: line6: variax: Rewrite complex timer & work combo with a delayed workTakashi Iwai1-93/+35
2019-05-28ALSA: line6: podhd: Rewrite complex timer & work combo with a delayed workTakashi Iwai1-66/+8
2019-05-28ALSA: line6: pod: Rewrite complex timer & work combo with a delayed workTakashi Iwai1-69/+27
2019-05-28ALSA: line6: Assure canceling delayed work at disconnectionTakashi Iwai3-12/+19
2019-05-28Merge branch 'topic/hda-polling-mode' into for-nextTakashi Iwai6-21/+34
2019-05-28ASoC: SOF: Force polling mode on CFL and CNLBard Liao1-0/+8
2019-05-28ALSA: hda - Force polling mode on CNL for fixing codec communicationBard Liao1-2/+3
2019-05-28ALSA: hda: add polling mode in snd_hdac_bus_get_responseBard Liao1-0/+2
2019-05-28ALSA: hda: move polling_mode flag to struct hdac_busBard Liao3-9/+7
2019-05-28ALSA: hda: assign polling_mode after azx_bus_initBard Liao1-4/+4
2019-05-24ALSA: firewire-lib: refactoring to obsolete IR packet handlerTakashi Sakamoto1-37/+39
2019-05-24ALSA: firewire-lib: refactoring to obsolete IT packet handlerTakashi Sakamoto1-31/+31
2019-05-24ALSA: firewire-lib: fix inverted node IDs for amdtp_packet eventsTakashi Sakamoto1-3/+3