aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_analog.c
diff options
context:
space:
mode:
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>2018-08-22 15:24:57 -0500
committerMark Brown <broonie@kernel.org>2018-08-28 20:18:06 +0100
commitb4af16d617add4f6380d6651473b8efba13ca8ca (patch)
tree10c42aa880597e62c395e36d7a704431100a8e8f /sound/pci/hda/patch_analog.c
parentASoC: rt5682: Update calibration function (diff)
downloadlinux-dev-b4af16d617add4f6380d6651473b8efba13ca8ca.tar.xz
linux-dev-b4af16d617add4f6380d6651473b8efba13ca8ca.zip
ALSA: hda: move hda_codec.h to include/sound
As suggested by Takashi, move this header file to make it easier to include from e.g. the Intel Skylake driver in follow-up patches Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to '')
-rw-r--r--sound/pci/hda/patch_analog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
index fd476fb40e1b..ebfd0be885b3 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -24,7 +24,7 @@
#include <linux/module.h>
#include <sound/core.h>
-#include "hda_codec.h"
+#include <sound/hda_codec.h>
#include "hda_local.h"
#include "hda_auto_parser.h"
#include "hda_beep.h"