summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Louis Bossart2019-05-01 01:09:24 +0200
committerMark Brown2019-05-03 07:58:48 +0200
commitb0056fda7c8a474bef9bf01368f66caadcdd464c (patch)
treef74b9f5c57eb80ec47d684f2d9e5864310c9b607
parentASoC: SOF: Intel: hda: set bus->idx as 0 (diff)
downloadkernel-qcow2-linux-b0056fda7c8a474bef9bf01368f66caadcdd464c.tar.gz
kernel-qcow2-linux-b0056fda7c8a474bef9bf01368f66caadcdd464c.tar.xz
kernel-qcow2-linux-b0056fda7c8a474bef9bf01368f66caadcdd464c.zip
ASoC: SOF: Intel: hda-pcm: remove useless dependency on hdac_ext
Nothing depends on definitions in hdaudio_ext.h, don't include it Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--sound/soc/sof/intel/hda-pcm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/sof/intel/hda-pcm.c b/sound/soc/sof/intel/hda-pcm.c
index 5714a79fbe1a..9b730f183529 100644
--- a/sound/soc/sof/intel/hda-pcm.c
+++ b/sound/soc/sof/intel/hda-pcm.c
@@ -15,7 +15,6 @@
* Hardware interface for generic Intel audio DSP HDA IP
*/
-#include <sound/hdaudio_ext.h>
#include <sound/hda_register.h>
#include <sound/pcm_params.h>
#include "../ops.h"