aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/baytrail/sst-baytrail-ipc.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-06ASoC: dwc: Drop superfluous PCM preallocation error checksTakashi Iwai1-1/+2
2019-02-06ASoC: amd: Drop superfluous PCM preallocation error checksTakashi Iwai2-20/+15
2019-02-06ALSA: usb: Drop superfluous PCM preallocation error checksTakashi Iwai2-22/+18
2019-02-06ALSA: spi: Drop superfluous PCM preallocation error checksTakashi Iwai1-1/+1
2019-02-06ALSA: sparc: Drop superfluous PCM preallocation error checksTakashi Iwai1-6/+3
2019-02-06ALSA: sh: Drop superfluous PCM preallocation error checksTakashi Iwai1-8/+6
2019-02-06ALSA: ppc: Drop superfluous PCM preallocation error checksTakashi Iwai1-5/+1
2019-02-06ALSA: pci: Drop superfluous PCM preallocation error checksTakashi Iwai10-101/+63
2019-02-06ALSA: parisc: Drop superfluous PCM preallocation error checksTakashi Iwai1-8/+2
2019-02-06ALSA: atmel: Drop superfluous PCM preallocation error checksTakashi Iwai1-3/+1
2019-02-05ALSA: core: Don't allow NULL device for memory allocationTakashi Iwai1-0/+2
2019-02-05ASoC: sh: Avoid passing NULL to memory allocatorsTakashi Iwai1-1/+1
2019-02-05ASoC: amd: Avoid passing NULL to memory allocatorsTakashi Iwai1-1/+2
2019-02-04ALSA: arm: Avoid passing NULL to memory allocatorsTakashi Iwai1-1/+2
2019-02-04ALSA: x86: Avoid passing NULL to memory allocatorsTakashi Iwai1-1/+2
2019-02-01ALSA: isa: Avoid passing NULL to memory allocatorsTakashi Iwai11-18/+18
2019-02-01ALSA: mips: pass struct device to DMA API functionsChristoph Hellwig1-3/+4
2019-02-01ALSA: hal2: pass struct device to DMA API functionsChristoph Hellwig1-14/+17
2019-01-31ALSA: pcm: remove a superfluous function declarationGuennadi Liakhovetski1-2/+0
2019-01-29ALSA: hda - Use standard device registration for beepTakashi Iwai3-94/+72
2019-01-29ALSA: hda/realtek - Apply ALC294 hp init also for S4 resumeTakashi Iwai1-1/+3
2019-01-29ALSA: hda - Record the current power state before suspend/resume callsTakashi Iwai1-2/+41
2019-01-29ALSA: hda/realtek - Fixed hp_pin no valueKailang Yang1-33/+45
2019-01-29ALSA: usb-audio: Cleanup DSD whitelistJussi Laako1-16/+2
2019-01-28ALSA: dice: add support for Solid State Logic Duende Classic/MiniTakashi Sakamoto1-1/+11
2019-01-25ALSA: pcm: Fix tight loop of OSS capture streamTakashi Iwai1-1/+8
2019-01-25ALSA: usb-audio: Add Opus #3 to quirks for native DSD supportOlek Poplavsky1-0/+1
2019-01-25ALSA: pcm: Use the common error path in __snd_pcm_lib_xfer()Takashi Iwai1-3/+2
2019-01-25ALSA: fireface: Off by one in latter_handle_midi_msg()Dan Carpenter1-1/+1
2019-01-24ALSA: proc: Avoid possible leaks of snd_info_entry objectsTakashi Iwai1-2/+10
2019-01-24ALSA: pcm: Simplify proc file destructionTakashi Iwai3-80/+13
2019-01-24ALSA: pcm: Drop unused snd_pcm_substream.file fieldTakashi Iwai3-5/+1
2019-01-24ALSA: fireface: comment cleanup about destination address of async transactions for MIDI messagesTakashi Sakamoto3-29/+48
2019-01-23ALSA: pcm: Cleanup snd_pcm_stream_lock() & coTakashi Iwai1-52/+16
2019-01-23ALSA: pcm: Remove down_write() hack for snd_pcm_link_rwsemTakashi Iwai1-14/+2
2019-01-23ALSA: pcm: More fine-grained PCM link lockingTakashi Iwai2-44/+124
2019-01-22ALSA: fireface: support rx MIDI functionality for Fireface UCXTakashi Sakamoto4-2/+99
2019-01-22ALSA: fireface: add protocol-specific operation to fill transaction buffer with MIDI messagesTakashi Sakamoto3-19/+38
2019-01-22ALSA: fireface: add model-dependent parameter for address to receive async transaction for MIDI messagesTakashi Sakamoto3-5/+6
2019-01-22ALSA: fireface: support tx MIDI functionality of Fireface UCXTakashi Sakamoto2-14/+54
2019-01-22ALSA: fireface: add model-dependent parameter for address range to receive async transactionTakashi Sakamoto3-1/+4
2019-01-22ALSA: fireface: change prototype of handler for async transaction with MIDI messagesTakashi Sakamoto3-4/+9
2019-01-22ALSA: hda/tegra: add driver flag for runtime PMSameer Pujar1-1/+2
2019-01-22ALSA: hda/tegra: implement runtime suspend/resumeSameer Pujar1-16/+33
2019-01-22ALSA: hda/tegra: remove redundant clock enable APISameer Pujar1-7/+0
2019-01-22ALSA: hda/tegra: add runtime PM callbacksSameer Pujar1-0/+15
2019-01-22ALSA: hda/tegra: get clock handles early in probeSameer Pujar1-16/+27
2019-01-22ALSA: hda/tegra: runtime power management supportSameer Pujar1-1/+14
2019-01-21ALSA: pcm: Avoid confusing loop in snd_pcm_unlink()Takashi Iwai1-5/+3
2019-01-21ALSA: pcm: Make PCM linked list consistent while re-groupingTakashi Iwai2-15/+20