diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2018-08-22 15:24:57 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-08-30 15:45:10 +0100 |
commit | be57bfffb7b5ba72e1293643053f8861fcaa5163 (patch) | |
tree | f2e8c3bfee2770977099e2ecadece7db0794662f /sound/pci/hda/hda_jack.c | |
parent | 5b394b2ddf0347bef56e50c69a58773c94343ff3 (diff) | |
download | linux-be57bfffb7b5ba72e1293643053f8861fcaa5163.tar.bz2 |
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 'sound/pci/hda/hda_jack.c')
-rw-r--r-- | sound/pci/hda/hda_jack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_jack.c b/sound/pci/hda/hda_jack.c index a33234e04d4f..c499727920e6 100644 --- a/sound/pci/hda/hda_jack.c +++ b/sound/pci/hda/hda_jack.c @@ -15,7 +15,7 @@ #include <sound/core.h> #include <sound/control.h> #include <sound/jack.h> -#include "hda_codec.h" +#include <sound/hda_codec.h> #include "hda_local.h" #include "hda_auto_parser.h" #include "hda_jack.h" |