summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ALSA: pcm: Add card sync_irq fieldTakashi Iwai2019-11-203-0/+4
* ALSA: pcm: Add the support for sync-stop operationTakashi Iwai2019-11-202-0/+17
* ALSA: pcm: Move PCM_RUNTIME_CHECK() macro into local headerTakashi Iwai2019-11-203-2/+3
* ALSA: docs: Update document about the default PCM ioctl opsTakashi Iwai2019-11-201-4/+4
* ALSA: pcm: Allow NULL ioctl opsTakashi Iwai2019-11-201-4/+15
* ALSA: docs: Update for managed buffer allocation modeTakashi Iwai2019-11-201-35/+64
* ALSA: pcm: Introduce managed buffer allocation modeTakashi Iwai2019-11-203-13/+90
* ALSA: aloop: Support runtime change of snd_timer via info interfaceAndrew Gabbasov2019-11-201-3/+34
* ALSA: aloop: Support selection of snd_timer instead of jiffiesTimo Wischer2019-11-201-1/+476
* ALSA: aloop: Move CABLE_VALID_BOTH to the top of fileTimo Wischer2019-11-201-4/+4
* ALSA: aloop: Rename all jiffies timer specific functionsTimo Wischer2019-11-201-13/+15
* ALSA: aloop: Use callback functions for timer specific implementationsTimo Wischer2019-11-201-19/+94
* ALSA: aloop: Support return of error code for timer start and stopTimo Wischer2019-11-201-11/+19
* ALSA: aloop: Describe units of variablesTimo Wischer2019-11-201-2/+4
* ALSA: hda - Add mute led support for HP ProBook 645 G4Kai-Heng Feng2019-11-201-0/+1
* ALSA: hda - Add DP-MST support for NVIDIA codecsNikhil Mahale2019-11-191-22/+73
* ALSA: hda - Add DP-MST support for non-acomp codecsNikhil Mahale2019-11-191-33/+67
* ALSA: hda - Add DP-MST jack supportNikhil Mahale2019-11-193-80/+244
* ALSA: hda - Rename snd_hda_pin_sense to snd_hda_jack_pin_senseNikhil Mahale2019-11-193-6/+6
* ALSA: hda - remove forced polling workaround for CFL and CNLKai Vehmanen2019-11-151-6/+0
* ALSA: hda: hdmi - remove redundant code commentsKai Vehmanen2019-11-151-4/+1
* ALSA: hda: hdmi - fix port numbering for ICL and TGL platformsKai Vehmanen2019-11-151-6/+6
* ALSA: usb-audio: Add skip_validation optionTakashi Iwai2019-11-143-3/+24
* ALSA: hda/hdmi - Clean up Intel platform-specific fixup checksTakashi Iwai2019-11-141-22/+5
* Merge branch 'for-linus' into for-nextTakashi Iwai2019-11-147-9/+23
|\
| * ALSA: usb-audio: Fix incorrect size check for processing/extension unitsTakashi Iwai2019-11-141-3/+3
| * ALSA: usb-audio: Fix incorrect NULL check in create_yamaha_midi_quirk()Takashi Iwai2019-11-141-2/+2
| * ALSA: pcm: Fix stream lock usage in snd_pcm_period_elapsed()paulhsia2019-11-131-2/+6
| * ALSA: usb-audio: not submit urb for stopped endpointHenry Lin2019-11-131-0/+3
| * ALSA: hda: hdmi - fix pin setup on TigerlakeKai Vehmanen2019-11-111-1/+3
| * ALSA: hda: Add Cometlake-S PCI IDChiou, Cooper2019-11-111-0/+3
| * ALSA: usb-audio: Fix missing error check at mixer resolution testTakashi Iwai2019-11-091-1/+3
* | ALSA: au88x0: Fix incorrect device pointer for preallocationTakashi Iwai2019-11-121-1/+1
* | ALSA: timer: Fix the breakage of slave link openTakashi Iwai2019-11-111-3/+2
* | ALSA: memalloc: Drop snd_dma_pci_data() macroTakashi Iwai2019-11-111-1/+0
* | media: tw686x: audio: Avoid non-standard macro usageTakashi Iwai2019-11-111-1/+1
* | media: solo6x10: Remove superfluous snd_dma_continuous_data()Takashi Iwai2019-11-112-3/+2
* | staging: most: Convert to the common vmalloc memallocTakashi Iwai2019-11-091-4/+4
* | usb: gadget: u_audio: Remove superfluous snd_dma_continuous_data()Takashi Iwai2019-11-091-1/+1
* | ALSA: pcm: Unexport snd_pcm_sgbuf_ops_pageTakashi Iwai2019-11-093-10/+6
* | ASoC: cros_ec_codec: Convert to the common vmalloc memallocTakashi Iwai2019-11-091-8/+8
* | ASoC: rt5677-spi: Convert to the common vmalloc memallocTakashi Iwai2019-11-091-9/+8
* | ASoC: SOF: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai2019-11-091-12/+0
* | ASoC: intel: Avoid non-standard macro usageTakashi Iwai2019-11-091-1/+1
* | ASoC: intel: Drop superfluous snd_pcm_sgbuf_ops_pageTakashi Iwai2019-11-092-24/+0
* | ASoC: rt5514-spi: Convert to the common vmalloc memallocTakashi Iwai2019-11-091-10/+11
* | ASoC: Remove superfluous snd_dma_continuous_data()Takashi Iwai2019-11-093-3/+3
* | ALSA: pcm: Yet another missing check of non-cached buffer typeTakashi Iwai2019-11-091-1/+2
* | ALSA: timer: Fix possible race at assigning a timer instanceTakashi Iwai2019-11-083-56/+63
* | ALSA: timer: Make snd_timer_close() returning voidTakashi Iwai2019-11-082-12/+8