aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sof (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai26-633/+1186
2019-07-06ASoC: SOF: Intel: implement runtime idle for CNL/APLKai Vehmanen3-0/+15
2019-07-06ASoC: SOF: add runtime idle callbackKai Vehmanen6-2/+21
2019-07-05ASoC: SOF: debug: fix possible memory leak in sof_dfsentry_write()Wei Yongjun1-2/+2
2019-07-01Merge branch 'for-linus' into for-nextTakashi Iwai13-161/+226
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown3-0/+3
2019-06-24ASoC: SOF: Intel: hda: remove duplicated include from hda.cYueHaibing1-1/+0
2019-06-17ASoC: SOF: disallow building without CONFIG_PCI againArnd Bergmann3-16/+3
2019-06-17ASoC: SOF: Intel: hda: make sure RUN bit setting to 0 during clear stream statusZhu Yingjiang1-0/+22
2019-06-17ASoC: SOF: Intel: hda: make sure DMA is start/stop by read the RUN bitZhu Yingjiang2-0/+28
2019-06-17ASoC: SOF: Intel: hda: clear stream status and wakests properlyRanjani Sridharan1-16/+10
2019-06-17ASoC: SOF: Intel: hda: use the defined stop chip in suspendZhu Yingjiang1-9/+2
2019-06-17ASoC: SOF: Intel: hda: add function for hda stop chipZhu Yingjiang2-1/+68
2019-06-17ASoC: SOF: Intel: hda: use the SOF defined ppcap functionsZhu Yingjiang1-12/+4
2019-06-17ASoC: SOF: Intel: hda-stream: fix a deadlock with bus->reg_lockKeyon Jie1-2/+2
2019-06-17ASoC: SOF: Intel: hda: modify stream interrupt handlerRanjani Sridharan1-28/+51
2019-06-17ASoC: SOF: Intel: hda: couple host and link DMA during FE hw_freeRanjani Sridharan7-0/+46
2019-06-17ASoC: SOF: Intel: hda: release link DMA for paused streams during suspendRanjani Sridharan5-9/+53
2019-06-17ASoC: SOF: Intel: hda: reserve host DMA channel for hostless streamsRanjani Sridharan3-2/+20
2019-06-17ASoC: SOF: Intel: hda: assign link DMA channel at run-timeRanjani Sridharan3-148/+189
2019-06-17ASoC: SOF: topology: add cpu_dai_name for DAIsRanjani Sridharan2-0/+6
2019-06-17ASoC: SOF: Intel: hda: add new macro hstream_to_sof_hda_stream()Ranjani Sridharan1-0/+3
2019-06-17ASoC: SOF: Intel: hda: save handle to sdev in sof_intel_hda_streamRanjani Sridharan2-0/+5
2019-06-14docs: timers: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-14Merge tag 'sound-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds13-161/+226
2019-06-13ASoC: SOF: dont wake dsp up in kcontrol IOBard Liao2-232/+86
2019-06-13ASoC: SOF: Add DMIC token for unmute gain ramp timeSeppo Ingalsuo1-0/+4
2019-06-13ASoC: SOF: topology: pass volume min/max linear value to FWZhu Yingjiang1-0/+14
2019-06-13ASoC: SOF: topology: add min/max step for volume_tableZhu Yingjiang2-0/+4
2019-06-13ASoC: SOF: ipc: clarify operator precedencePierre-Louis Bossart1-3/+3
2019-06-13ASoC: SOF: ignore unrecoverable CTX_SAVE IPC errors at suspendKai Vehmanen1-1/+10
2019-06-13ASoC: SOF: intel: extend IPC dump informationKai Vehmanen3-0/+33
2019-06-13ASOC: SOF: ipc: prevent logging trace messagesDragos Tarcatu1-1/+2
2019-06-06Merge branch 'asoc-5.2' into asoc-5.3Mark Brown1-0/+4
2019-06-06ASoC: sof: use modern dai_link styleKuninori Morimoto2-15/+26
2019-06-06ASoC: SOF: Intel: hda: use the defined ppcap functionsZhu Yingjiang1-7/+3
2019-06-04ASoC: SOF: Intel: hda: Fix COMPILE_TEST build errorYueHaibing1-0/+4
2019-06-03ASoC: SOF: debug: add new debugfs entries for IPC flood testRanjani Sridharan3-1/+256
2019-06-03ASoC: SOF: ipc: Introduce SOF_IPC_GLB_TEST_MSG IPC commandRanjani Sridharan1-0/+9
2019-06-03ASoC: SOF: send time stamp to FW for alignmentBard liao1-3/+13
2019-06-03Merge branch 'asoc-5.2' into asoc-5.3Mark Brown5-24/+37
2019-06-03ASoC: SOF: topology: add support for mux/demux componentJaska Uimonen1-0/+2
2019-06-03ASoC: SOF: fix DSP oops definitions in FW ABIKai Vehmanen4-20/+30
2019-06-03ASoC: SOF: Intel: ipc: don't check for HIPCCTL register valuePierre-Louis Bossart2-10/+3
2019-06-03ASoC: SOF: Intel: hda-ipc: re-enable IPC IRQ at end of handlerPierre-Louis Bossart1-8/+16
2019-06-03ASoC: SOF: Intel: hda-ipc: read all IPC registers firstPierre-Louis Bossart1-5/+2
2019-06-03ASoC: SOF: Intel: cnl-ipc: re-enable IPC IRQ at end of handlerPierre-Louis Bossart1-8/+16
2019-06-03ASoC: SOF: Intel: cnl-ipc: move code around for clarityPierre-Louis Bossart1-9/+8
2019-06-03ASoC: SOF: Intel: cnl-ipc: read all IPC registers firstPierre-Louis Bossart1-4/+2