mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-17 02:36:21 +00:00
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: Bard Liao <yung-chuan.liao@linux.intel.com> Signed-off-by: Brent Lu <brent.lu@intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Link: https://msgid.link/r/20240327162408.63953-3-pierre-louis.bossart@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
94a944a8c4
commit
bd1222ad17
@ -7,8 +7,8 @@
|
||||
#define __SOF_INTEL_BOARD_HELPERS_H
|
||||
|
||||
#include <sound/soc.h>
|
||||
#include <sound/soc-acpi-intel-ssp-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
|
||||
|
@ -9,7 +9,7 @@
|
||||
#define __SOF_CIRRUS_COMMON_H
|
||||
|
||||
#include <sound/soc.h>
|
||||
#include "../common/sof_ssp_common.h"
|
||||
#include <sound/soc-acpi-intel-ssp-common.h>
|
||||
|
||||
/*
|
||||
* Cirrus Logic CS35L41/CS35L53
|
||||
|
@ -11,7 +11,7 @@
|
||||
#define __SOF_MAXIM_COMMON_H
|
||||
|
||||
#include <sound/soc.h>
|
||||
#include "../common/sof_ssp_common.h"
|
||||
#include <sound/soc-acpi-intel-ssp-common.h>
|
||||
|
||||
/*
|
||||
* Maxim MAX98373
|
||||
|
@ -9,7 +9,7 @@
|
||||
#define __SOF_NUVOTON_COMMON_H
|
||||
|
||||
#include <sound/soc.h>
|
||||
#include "../common/sof_ssp_common.h"
|
||||
#include <sound/soc-acpi-intel-ssp-common.h>
|
||||
|
||||
/*
|
||||
* Nuvoton NAU8318
|
||||
|
@ -11,7 +11,7 @@
|
||||
#define __SOF_REALTEK_COMMON_H
|
||||
|
||||
#include <sound/soc.h>
|
||||
#include "../common/sof_ssp_common.h"
|
||||
#include <sound/soc-acpi-intel-ssp-common.h>
|
||||
|
||||
/*
|
||||
* Realtek ALC1011
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
#include <linux/device.h>
|
||||
#include <sound/soc-acpi.h>
|
||||
#include "sof_ssp_common.h"
|
||||
#include <sound/soc-acpi-intel-ssp-common.h>
|
||||
|
||||
/*
|
||||
* Codec probe function
|
||||
|
Loading…
x
Reference in New Issue
Block a user