summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2018-10-02ALSA: hda/ca0132 - Add ZxR quirks + new quirk check functionConnor McAdams1-0/+28
2018-10-02ALSA: hda/ca0132 - Fix surround sound with output effectsConnor McAdams1-5/+14
2018-10-02ALSA: hda/ca0132 - Fix AE-5 control typeConnor McAdams1-2/+2
2018-10-02ALSA: hda: Fix mismatch for register mask and value in ext controller.Keyon Jie1-8/+14
2018-09-20ALSA: hda/ca0132 - Add AE-5 exit functionConnor McAdams1-0/+28
2018-09-20ALSA: hda/ca0132 - Add AE-5 specific controlsConnor McAdams1-1/+238
2018-09-20ALSA: hda/ca0132 - Add input selection commands for AE-5Connor McAdams1-6/+29
2018-09-20ALSA: hda/ca0132 - Add output set commands for AE-5Connor McAdams1-10/+70
2018-09-20ALSA: hda/ca0132 - Clean up ca0132_alt_out_selectConnor McAdams1-51/+69
2018-09-20ALSA: hda/ca0132 - Add DSP setup functions for AE-5Connor McAdams1-0/+215
2018-09-20ALSA: hda/ca0132 - Merge post-dsp functions + cleanupConnor McAdams1-96/+75
2018-09-20ALSA: hda/ca0132 - Change firmware name and usageConnor McAdams1-5/+7
2018-09-20ALSA: hda/ca0132 - Add AE-5 regular init setupConnor McAdams1-0/+12
2018-09-20ALSA: hda/ca0132 - Add AE-5 pre-init and ca0113 functionsConnor McAdams1-23/+134
2018-09-20ALSA: hda/ca0132 - Change ca0132_mmio_init for AE-5Connor McAdams1-6/+55
2018-09-20ALSA: hda/ca0132 - Set AE-5 bools and select mixerConnor McAdams1-1/+10
2018-09-20ALSA: hda/ca0132 - Add pincfg for AE-5Connor McAdams1-13/+60
2018-09-20ALSA: hda/ca0132 - Add quirk for Sound BlasterX AE-5Connor McAdams1-0/+2
2018-09-20ALSA: hda/ca0132 - Define new verbs and control paramsConnor McAdams1-11/+12
2018-09-20ALSA: xen-front: Refine indentations and constify snd_pcm_opsNick Simonov1-23/+23
2018-09-14ALSA: atiixp: fix fall-through annotationsGustavo A. R. Silva1-3/+3
2018-09-13ALSA: intel8x0m: Register irq handler after register initializationsTakashi Iwai1-10/+10
2018-09-11ALSA: hda: fix unused variable warningAnders Roxell1-5/+4
2018-09-10ALSA: pcm: Update hardware pointer before start captureRicardo Biehl Pasquali1-3/+5
2018-09-04Merge branch 'topic/pcm-indirect-fixes' into for-nextTakashi Iwai7-43/+30
2018-09-04ALSA: mips: Cleanup indirect PCM helper usagesTakashi Iwai1-6/+3
2018-09-04ALSA: cs46xx: Use SNDRV_PCM_INFO_SYNC_APPLPTR info flagTakashi Iwai1-2/+4
2018-09-04ALSA: emu10k1: Use SNDRV_PCM_INFO_SYNC_APPLPTR info flagTakashi Iwai1-1/+2
2018-09-04ALSA: mips: Use SNDRV_PCM_INFO_SYNC_APPLPTR info flagTakashi Iwai1-2/+2
2018-09-04ALSA: rme32: Use SNDRV_PCM_INFO_SYNC_APPLPTR info flagTakashi Iwai1-14/+8
2018-09-04ALSA: hda: Fix several mismatch for register mask and valueKeyon Jie1-15/+7
2018-09-04ALSA: aoa: Convert to using %pOFn instead of device_node.nameRob Herring1-7/+8
2018-09-03ALSA: rawmidi: Initialize allocated buffersTakashi Iwai1-2/+2
2018-08-30Merge tag 'hda-codec-h-move' of git://git.kernel.org/pub/scm/linux/kernel/git...Takashi Iwai25-558/+24
2018-08-30ALSA: hda: move hda_codec.h to include/soundPierre-Louis Bossart25-558/+24
2018-08-30ALSA: hda - Fix cancel_work_sync() stall from jackpoll workTakashi Iwai1-1/+2
2018-08-30ALSA: hda - Clean up jackpoll_ms option handlingTakashi Iwai3-24/+4
2018-08-28ALSA: intel_hdmi: Use the new non-cached allocationTakashi Iwai1-26/+3
2018-08-28ALSA: intel8x0: Use the new non-cached allocation for 440MX workaroundTakashi Iwai1-77/+12
2018-08-28ALSA: hda: Remove substream allocation/free opsTakashi Iwai4-41/+5
2018-08-28ALSA: hda: Use new non-cached allocation for non-snoop modeTakashi Iwai3-79/+8
2018-08-28ALSA: hda: Check the non-cached stream buffers more explicitlyTakashi Iwai2-3/+9
2018-08-28ALSA: memalloc: Add non-cached buffer typeTakashi Iwai2-2/+30
2018-08-28ALSA: memalloc: Simplify snd_malloc_dev_pages() callsTakashi Iwai1-11/+7
2018-08-28ALSA: memalloc: Don't align the size to power-of-twoTakashi Iwai1-7/+2
2018-08-28ALSA: seq: Do error checks at creating system portsTakashi Iwai1-3/+15
2018-08-28ALSA: seq: add error check in snd_seq_system_client_init()Dan Carpenter1-0/+4
2018-08-27ALSA: pcm: signedness bug in snd_pcm_plug_alloc()Dan Carpenter1-2/+2
2018-08-27ALSA: hdspm: fix spelling mistake "Initializeing" -> "Initializing"Colin Ian King1-1/+1
2018-08-27ALSA: pcm: Return 0 when size < start_threshold in captureRicardo Biehl Pasquali1-4/+9