diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2018-08-22 22:24:57 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-08-28 21:18:06 +0200 |
commit | b4af16d617add4f6380d6651473b8efba13ca8ca (patch) | |
tree | 10c42aa880597e62c395e36d7a704431100a8e8f /sound/pci/hda/hda_bind.c | |
parent | ASoC: rt5682: Update calibration function (diff) | |
download | linux-b4af16d617add4f6380d6651473b8efba13ca8ca.tar.xz linux-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 'sound/pci/hda/hda_bind.c')
-rw-r--r-- | sound/pci/hda/hda_bind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_bind.c b/sound/pci/hda/hda_bind.c index d361bb77ca00..2222b47d4ec4 100644 --- a/sound/pci/hda/hda_bind.c +++ b/sound/pci/hda/hda_bind.c @@ -11,7 +11,7 @@ #include <linux/pm.h> #include <linux/pm_runtime.h> #include <sound/core.h> -#include "hda_codec.h" +#include <sound/hda_codec.h> #include "hda_local.h" /* |