aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_via.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-30 15:45:10 +0100
commitbe57bfffb7b5ba72e1293643053f8861fcaa5163 (patch)
treef2e8c3bfee2770977099e2ecadece7db0794662f /sound/pci/hda/patch_via.c
parentLinux 4.19-rc1 (diff)
downloadlinux-dev-be57bfffb7b5ba72e1293643053f8861fcaa5163.tar.xz
linux-dev-be57bfffb7b5ba72e1293643053f8861fcaa5163.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_via.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_via.c b/sound/pci/hda/patch_via.c
index 6b9617aee0e6..9f6f13e25145 100644
--- a/sound/pci/hda/patch_via.c
+++ b/sound/pci/hda/patch_via.c
@@ -52,7 +52,7 @@
#include <linux/module.h>
#include <sound/core.h>
#include <sound/asoundef.h>
-#include "hda_codec.h"
+#include <sound/hda_codec.h>
#include "hda_local.h"
#include "hda_auto_parser.h"
#include "hda_jack.h"