summaryrefslogtreecommitdiffstats
path: root/include/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: Allow const arrays for legacy resource management helpersTakashi Iwai2020-01-051-3/+3
* ALSA: control: Add verification for kctl accessesTakashi Iwai2020-01-041-0/+10
* ALSA: vx: Constify snd_vx_hardware and snd_vx_ops definitionsTakashi Iwai2020-01-031-4/+5
* ALSA: seq: Constify struct snd_midi_opTakashi Iwai2020-01-031-1/+2
* ALSA: info: Make snd_info_entry_ops as constTakashi Iwai2020-01-031-1/+1
* ALSA: ac97: Treat snd_ac97_bus_ops as constTakashi Iwai2020-01-031-2/+3
* ALSA: core: Treat snd_device_ops as constTakashi Iwai2020-01-031-2/+2
* Merge branch 'for-linus' into for-nextTakashi Iwai2019-12-181-0/+1
|\
| * Merge tag 'asoc-fix-v5.5-rc2' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2019-12-171-0/+1
| |\
| | * ASoC: core: Init pcm runtime work early to avoid warningsCurtis Malainey2019-12-041-0/+1
* | | Merge tag 'y2038-alsa-v8-signed' of git://git.kernel.org:/pub/scm/linux/kerne...Takashi Iwai2019-12-173-15/+67
|\ \ \
| * | | ALSA: Avoid using timespec for struct snd_pcm_statusBaolin Wang2019-12-111-2/+54
| * | | ALSA: Replace timespec with timespec64Baolin Wang2019-12-113-13/+13
| |/ /
* | | ALSA: hda: Unify get_response handlingTakashi Iwai2019-12-132-1/+1
* | | ALSA: hda: Use standard waitqueue for RIRB wakeupTakashi Iwai2019-12-101-0/+1
|/ /
* | ALSA: hda: Modify stream stripe mask only when neededTakashi Iwai2019-12-031-0/+1
* | Merge tag 'asoc-v5.5-2' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Takashi Iwai2019-11-253-2/+11
|\ \
| * | Merge branch 'asoc-5.5' into asoc-nextMark Brown2019-11-2217-31/+170
| |\|
| | * ASoC: core: add SND_SOC_BYTES_ETzung-Bi Shih2019-11-201-0/+6
| | * ASoC: add control components managementJaroslav Kysela2019-11-201-0/+1
| | * ASoC: soc-component: tidyup snd_soc_pcm_component_new/free() parameterKuninori Morimoto2019-11-191-2/+2
| | * ASoC: Intel: acpi-match: split CNL tables in threePierre-Louis Bossart2019-11-121-0/+2
* | | ASoC: component: Add sync_stop PCM opsTakashi Iwai2019-11-221-0/+3
* | | ALSA: pcm: Add card sync_irq fieldTakashi Iwai2019-11-201-0/+1
* | | ALSA: pcm: Add the support for sync-stop operationTakashi Iwai2019-11-201-0/+2
* | | ALSA: pcm: Move PCM_RUNTIME_CHECK() macro into local headerTakashi Iwai2019-11-201-2/+0
* | | ALSA: pcm: Introduce managed buffer allocation modeTakashi Iwai2019-11-201-0/+8
* | | ALSA: memalloc: Drop snd_dma_pci_data() macroTakashi Iwai2019-11-111-1/+0
* | | ALSA: pcm: Unexport snd_pcm_sgbuf_ops_pageTakashi Iwai2019-11-091-8/+0
* | | ALSA: timer: Fix possible race at assigning a timer instanceTakashi Iwai2019-11-081-1/+3
* | | ALSA: timer: Make snd_timer_close() returning voidTakashi Iwai2019-11-081-1/+1
* | | Merge tag 'asoc-v5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-11-0717-29/+159
|\ \ \ | | |/ | |/|
| * | Merge branch 'for-5.4' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2019-11-061-4/+4
| |\ \
| * | | ASoC: soc.h: dobj is used only when SND_SOC_TOPOLOGYKuninori Morimoto2019-11-051-1/+8
| * | | ASoC: soc-core: don't call snd_soc_dapm_new_dai_widgets() at snd_soc_register...Kuninori Morimoto2019-11-051-3/+3
| * | | ASoC: soc-core: have legacy_dai_naming at snd_soc_register_dai()Kuninori Morimoto2019-11-051-1/+2
| * | | ASoC: soc-core: add snd_soc_unregister_dai()Kuninori Morimoto2019-11-051-0/+1
| * | | ASoC: rt5682: improve the sensitivity of push buttonShuming Fan2019-10-301-0/+1
| * | | ASoC: Intel: skl-hda-dsp-generic: use snd-hda-codec-hdmiKai Vehmanen2019-10-291-0/+2
| * | | ALSA: hda/hdmi - implement mst_no_extra_pcms flagKai Vehmanen2019-10-291-0/+1
| * | | ASoC: SOF: ipc: introduce message for DSP power gatingKeyon Jie2019-10-282-0/+9
| * | | ASoC: Spelling s/configr/configur/Geert Uytterhoeven2019-10-251-1/+1
| * | | ASoC: soc-dpcm: tidyup for_each_dpcm_xx() macroKuninori Morimoto2019-10-251-9/+9
| * | | ASoC: Intel: common: add ACPI matching tables for JSLPan Xiuli2019-10-231-0/+1
| * | | ASoC: soc-core: add for_each_rtd_components() and replaceKuninori Morimoto2019-10-231-2/+6
| * | | ASoC: soc-core: remove for_each_rtdcom_safe()Kuninori Morimoto2019-10-221-2/+0
| * | | ASoC: sof: include types.h at header.hKuninori Morimoto2019-10-151-0/+1
| * | | ASoC: SOF: imx: Describe ESAI parameters to be sent to DSPDaniel Baluta2019-10-102-0/+36
| * | | ASoC: simple_card_utils.h: Add missing includeDaniel Baluta2019-10-091-0/+1
| * | | ASoC: soc-component: remove snd_pcm_ops from component driverKuninori Morimoto2019-10-081-5/+0