summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof
Commit message (Expand)AuthorAgeFilesLines
...
* | ASoC: SOF: Introduce snd_sof_dsp_get_window_offsetDaniel Baluta2019-08-092-0/+11
* | ASoC: SOF: Introduce snd_sof_dsp_get_mailbox_offsetDaniel Baluta2019-08-092-0/+11
* | ASoC: SOF: Intel: hda: Use generic function for fw ready / mem windows creationDaniel Baluta2019-08-094-149/+13
* | ASoC: SOF: Intel: bdw: Use generic function for fw ready / mem windows creationDaniel Baluta2019-08-091-143/+13
* | ASoC: SOF: Remove call to snd_sof_dsp_mailbox_initDaniel Baluta2019-08-092-10/+0
* | ASoC: SOF: Intel: Add missing include file hdac_hda.hYueHaibing2019-08-092-3/+1
* | Merge branch 'topic/hda-bus-ops-cleanup' of https://git.kernel.org/pub/scm/li...Mark Brown2019-08-084-83/+50
|\ \
| * | ASoC: SOF: Intel: Initialize hdaudio bus properlyTakashi Iwai2019-08-083-29/+11
| * | ALSA: hda: Direct MMIO accessesTakashi Iwai2019-08-082-41/+1
| * | ALSA: hda: Remove page allocation redirectionTakashi Iwai2019-08-081-14/+0
* | | ASoC: sof: Fix warning when IPC flood test is not enabledMark Brown2019-08-081-1/+2
* | | ASoC: SOF: Intel: hda: fix MSI handlingPierre-Louis Bossart2019-08-071-1/+1
* | | ASoC: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-022-8/+2
* | | ASoC: SOF: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-08-013-39/+20
* | | Merge branch 'asoc-5.3' into asoc-5.4Mark Brown2019-07-262-4/+4
|\ \ \ | | |/ | |/|
| * | ASoC: SOF: Intel: hda: remove misleading error trace from IRQ threadKai Vehmanen2019-07-232-4/+4
* | | ASoC: SOF: Makefile - fix the top-level kernel module names (add snd- prefix)Jaroslav Kysela2019-07-251-2/+2
* | | ASoC: SOF: Intel: hda: fix stream id settingRander Wang2019-07-232-5/+18
* | | ASoC: SOF: Intel: hda: fix link DMA configRander Wang2019-07-232-12/+13
* | | ASoC: SOF: Intel: ssp: BCLK delay parameterJanusz Jankowski2019-07-231-0/+3
* | | ASoC: SOF: Intel: hda: reset link DMA state in prepareKai Vehmanen2019-07-233-17/+9
* | | ASoC: SOF: Intel: hda: add a parameter to disable MSIGuennadi Liakhovetski2019-07-232-12/+18
* | | ASoC: SOF: Intel: hda: remove duplicated clear WAKESTSZhu Yingjiang2019-07-231-5/+0
* | | ASoC: SOF: Intel: hda: use SOF defined init chip in resumeZhu Yingjiang2019-07-232-26/+9
* | | ASoC: SOF: Intel: hda: set position buffer in init chipZhu Yingjiang2019-07-231-5/+4
* | | ASoC: SOF: Intel: hda: Enable jack detectionRander Wang2019-07-233-13/+54
* | | ASoC: SOF: Intel: hda: reduce ifdef usage for hdaRander Wang2019-07-231-12/+10
* | | ASoC: SOF: Intel: hda: correct ROM state maskKeyon Jie2019-07-231-1/+1
* | | ASoC: SOF: remove unused state variable in suspend functionFred Oh2019-07-235-17/+15
* | | ASoC: SOF: loader: Don't ignore SRAM block typesDaniel Baluta2019-07-231-1/+2
* | | ASoC: SOF: loader: Use the BAR provided by FWDaniel Baluta2019-07-231-2/+9
* | | ASoC: SOF: Introduce snd_sof_dsp_get_bar_index opsDaniel Baluta2019-07-232-0/+22
* | | ASoC: SOF: core: increase default IPC timeoutsKai Vehmanen2019-07-231-2/+2
* | | ASoC: SOF: ipc: use timeout configured at probeKai Vehmanen2019-07-231-7/+1
* | | ASoC: SOF: use common code to send PCM_FREE IPCKai Vehmanen2019-07-231-25/+25
* | | ASoC: SOF: reset DMA state in prepareKai Vehmanen2019-07-233-14/+17
* | | ASoC: SOF: pci: mark last_busy value at runtime PM initPan Xiuli2019-07-231-0/+3
* | | ASoC: SOF: Intel: hda: Make hdac_device device-managedRanjani Sridharan2019-07-221-4/+2
| |/ |/|
* | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\ \
| * | docs: timers: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
* | | Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-0826-633/+1186
|\ \ \ | | |/ | |/|
| * | ASoC: SOF: Intel: implement runtime idle for CNL/APLKai Vehmanen2019-07-063-0/+15
| * | ASoC: SOF: add runtime idle callbackKai Vehmanen2019-07-066-2/+21
| * | ASoC: SOF: debug: fix possible memory leak in sof_dfsentry_write()Wei Yongjun2019-07-051-2/+2
| * | Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown2019-06-263-0/+3
| |\ \
| | * \ Merge tag 'sound-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-06-1413-161/+226
| | |\ \ | | | |/ | | |/|
| | * | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3
| * | | ASoC: SOF: Intel: hda: remove duplicated include from hda.cYueHaibing2019-06-241-1/+0
| * | | ASoC: SOF: disallow building without CONFIG_PCI againArnd Bergmann2019-06-173-16/+3
| * | | ASoC: SOF: Intel: hda: make sure RUN bit setting to 0 during clear stream statusZhu Yingjiang2019-06-171-0/+22