cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

soc-acpi-intel-sdw-mockup-match.h (526B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * soc-acpi-intel-sdw-mockup-match.h - tables and support for SoundWire
      4 * mockup device ACPI enumeration.
      5 *
      6 * Copyright (c) 2021, Intel Corporation.
      7 *
      8 */
      9
     10#ifndef _SND_SOC_ACPI_INTEL_SDW_MOCKUP_MATCH
     11#define _SND_SOC_ACPI_INTEL_SDW_MOCKUP_MATCH
     12
     13extern const struct snd_soc_acpi_link_adr sdw_mockup_headset_1amp_mic[];
     14extern const struct snd_soc_acpi_link_adr sdw_mockup_headset_2amps_mic[];
     15extern const struct snd_soc_acpi_link_adr sdw_mockup_mic_headset_1amp[];
     16
     17#endif