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-28 20:18:06 +0100 |
commit | b4af16d617add4f6380d6651473b8efba13ca8ca (patch) | |
tree | 10c42aa880597e62c395e36d7a704431100a8e8f /sound/pci/hda/patch_ca0132.c | |
parent | 513792c2554bdece11d82568ea25501a555abd34 (diff) |
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/patch_ca0132.c')
-rw-r--r-- | sound/pci/hda/patch_ca0132.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c index 0166a3d7cd55..a585d0ec6d77 100644 --- a/sound/pci/hda/patch_ca0132.c +++ b/sound/pci/hda/patch_ca0132.c @@ -32,7 +32,7 @@ #include <linux/io.h> #include <linux/pci.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_jack.h" |