diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2019-05-01 01:09:24 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-05-03 07:58:48 +0200 |
commit | b0056fda7c8a474bef9bf01368f66caadcdd464c (patch) | |
tree | f74b9f5c57eb80ec47d684f2d9e5864310c9b607 /sound | |
parent | ASoC: SOF: Intel: hda: set bus->idx as 0 (diff) | |
download | linux-b0056fda7c8a474bef9bf01368f66caadcdd464c.tar.xz 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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/sof/intel/hda-pcm.c | 1 |
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" |