Commit bd1222ad authored by Brent Lu's avatar Brent Lu Committed by Mark Brown

ASoC: Intel: ssp-common: relocate header file

Moving ssp-common header file from sound/soc/intel/common directory to
include/sound directory and rename the file. Keep file content
unchanged for tracking purpose.
Reviewed-by: default avatarBard Liao <yung-chuan.liao@linux.intel.com>
Signed-off-by: default avatarBrent Lu <brent.lu@intel.com>
Signed-off-by: default avatarPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://msgid.link/r/20240327162408.63953-3-pierre-louis.bossart@linux.intel.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 94a944a8
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
#define __SOF_INTEL_BOARD_HELPERS_H #define __SOF_INTEL_BOARD_HELPERS_H
#include <sound/soc.h> #include <sound/soc.h>
#include <sound/soc-acpi-intel-ssp-common.h>
#include "sof_hdmi_common.h" #include "sof_hdmi_common.h"
#include "../common/sof_ssp_common.h"
/* /*
* Common board quirks: from bit 8 to 31, LSB 8 bits reserved for machine * Common board quirks: from bit 8 to 31, LSB 8 bits reserved for machine
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#define __SOF_CIRRUS_COMMON_H #define __SOF_CIRRUS_COMMON_H
#include <sound/soc.h> #include <sound/soc.h>
#include "../common/sof_ssp_common.h" #include <sound/soc-acpi-intel-ssp-common.h>
/* /*
* Cirrus Logic CS35L41/CS35L53 * Cirrus Logic CS35L41/CS35L53
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#define __SOF_MAXIM_COMMON_H #define __SOF_MAXIM_COMMON_H
#include <sound/soc.h> #include <sound/soc.h>
#include "../common/sof_ssp_common.h" #include <sound/soc-acpi-intel-ssp-common.h>
/* /*
* Maxim MAX98373 * Maxim MAX98373
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#define __SOF_NUVOTON_COMMON_H #define __SOF_NUVOTON_COMMON_H
#include <sound/soc.h> #include <sound/soc.h>
#include "../common/sof_ssp_common.h" #include <sound/soc-acpi-intel-ssp-common.h>
/* /*
* Nuvoton NAU8318 * Nuvoton NAU8318
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#define __SOF_REALTEK_COMMON_H #define __SOF_REALTEK_COMMON_H
#include <sound/soc.h> #include <sound/soc.h>
#include "../common/sof_ssp_common.h" #include <sound/soc-acpi-intel-ssp-common.h>
/* /*
* Realtek ALC1011 * Realtek ALC1011
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include <linux/device.h> #include <linux/device.h>
#include <sound/soc-acpi.h> #include <sound/soc-acpi.h>
#include "sof_ssp_common.h" #include <sound/soc-acpi-intel-ssp-common.h>
/* /*
* Codec probe function * Codec probe function
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment