mbox series

[0/6] ASoC: SOF: small update to align with Mark's tree

Message ID 20190509201027.3906-1-pierre-louis.bossart@linux.intel.com (mailing list archive)
Headers show
Series ASoC: SOF: small update to align with Mark's tree | expand

Message

Pierre-Louis Bossart May 9, 2019, 8:10 p.m. UTC
This small patchset removes unneeded include files, fixes a race
condition seen in QEMU tests, removes unnecessary PM calls, fixes
typos and updates ICL configurations.

Jaska Uimonen (1):
  ASoC: SOF: uapi: remove unused sof header files

Kai Vehmanen (1):
  ASoC: SOF: fix race in FW boot timeout handling

Ranjani Sridharan (2):
  ASoC: SOF: pcm: remove runtime PM calls during pcm open/close
  ASoC: SOF: fix error in verbose ipc command parsing

Zhu Yingjiang (2):
  ASoC: SOF: Intel: ICL: add Icelake SSP count
  ASoC: SOF: Intel: ICL add Icelake chip info struct

 include/uapi/sound/sof/eq.h       | 172 ---------------------------
 include/uapi/sound/sof/manifest.h | 188 ------------------------------
 include/uapi/sound/sof/tone.h     |  21 ----
 include/uapi/sound/sof/trace.h    |  66 -----------
 sound/soc/sof/intel/cnl.c         |  19 +++
 sound/soc/sof/intel/hda.h         |   2 +
 sound/soc/sof/ipc.c               |   2 +-
 sound/soc/sof/loader.c            |   2 +
 sound/soc/sof/pcm.c               |  29 +----
 sound/soc/sof/sof-pci-dev.c       |   2 +-
 10 files changed, 27 insertions(+), 476 deletions(-)
 delete mode 100644 include/uapi/sound/sof/eq.h
 delete mode 100644 include/uapi/sound/sof/manifest.h
 delete mode 100644 include/uapi/sound/sof/tone.h
 delete mode 100644 include/uapi/sound/sof/trace.h