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>
这个提交包含在:
Pierre-Louis Bossart
2018-08-22 15:24:57 -05:00
提交者 Mark Brown
父节点 5b394b2ddf
当前提交 be57bfffb7
修改 25 个文件,包含 24 行新增24 行删除

查看文件

@@ -13,7 +13,7 @@
#include <linux/export.h>
#include <linux/sort.h>
#include <sound/core.h>
#include "hda_codec.h"
#include <sound/hda_codec.h>
#include "hda_local.h"
#include "hda_auto_parser.h"