diff options
author | Mark Brown <broonie@kernel.org> | 2021-08-30 12:30:33 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-08-30 12:30:33 +0100 |
commit | 38b7673000949ca784fcb8a9feb70d2a802befa6 (patch) | |
tree | a5d23c2784c2825c680b840ff8eb0653bdb5625e /sound/soc/intel/common/soc-acpi-intel-sdw-mockup-match.h | |
parent | a617f7d45c499b56689cdcef37dfa86fdeb99940 (diff) | |
parent | 3202e2f5fac0032cb1128fb8d5b7f3368902c8d8 (diff) |
Merge remote-tracking branch 'asoc/for-5.15' into asoc-linus
Diffstat (limited to 'sound/soc/intel/common/soc-acpi-intel-sdw-mockup-match.h')
-rw-r--r-- | sound/soc/intel/common/soc-acpi-intel-sdw-mockup-match.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sound/soc/intel/common/soc-acpi-intel-sdw-mockup-match.h b/sound/soc/intel/common/soc-acpi-intel-sdw-mockup-match.h new file mode 100644 index 000000000000..c99eecd19e03 --- /dev/null +++ b/sound/soc/intel/common/soc-acpi-intel-sdw-mockup-match.h @@ -0,0 +1,17 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ +/* + * soc-acpi-intel-sdw-mockup-match.h - tables and support for SoundWire + * mockup device ACPI enumeration. + * + * Copyright (c) 2021, Intel Corporation. + * + */ + +#ifndef _SND_SOC_ACPI_INTEL_SDW_MOCKUP_MATCH +#define _SND_SOC_ACPI_INTEL_SDW_MOCKUP_MATCH + +extern const struct snd_soc_acpi_link_adr sdw_mockup_headset_1amp_mic[]; +extern const struct snd_soc_acpi_link_adr sdw_mockup_headset_2amps_mic[]; +extern const struct snd_soc_acpi_link_adr sdw_mockup_mic_headset_1amp[]; + +#endif |