Ignore:
Timestamp:
Apr 21, 2025, 7:17:25 PM (4 months ago)
Author:
David Azarewicz
Message:

Merge from uniaud32-exp branch

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/alsa-kernel/include/sound/soc-acpi.h

    r772 r777  
    11/* SPDX-License-Identifier: GPL-2.0-only
    22 *
    3  * Copyright (C) 2013-15, Intel Corporation. All rights reserved.
     3 * Copyright (C) 2013-15, Intel Corporation
    44 */
    55
     
    6363 * @codec_mask: used for HDAudio support
    6464 * @dmic_num: number of SoC- or chipset-attached PDM digital microphones
    65  * @common_hdmi_codec_drv: use commom HDAudio HDMI codec driver
    6665 * @link_mask: SoundWire links enabled on the board
    6766 * @links: array of SoundWire link _ADR descriptors, null terminated
     
    7170 * @subsystem_vendor: optional PCI SSID vendor value
    7271 * @subsystem_device: optional PCI SSID device value
     72 * @subsystem_rev: optional PCI SSID revision value
    7373 * @subsystem_id_set: true if a value has been written to
    7474 *                    subsystem_vendor and subsystem_device.
     75 * @bt_link_mask: BT offload link enabled on the board
    7576 */
    7677struct snd_soc_acpi_mach_params {
     
    7980        u32 codec_mask;
    8081        u32 dmic_num;
    81         bool common_hdmi_codec_drv;
    8282        u32 link_mask;
    8383        const struct snd_soc_acpi_link_adr *links;
     
    8787        unsigned short subsystem_vendor;
    8888        unsigned short subsystem_device;
     89        unsigned short subsystem_rev;
    8990        bool subsystem_id_set;
     91        u32 bt_link_mask;
    9092};
    9193
     
    151153 */
    152154#define SND_SOC_ACPI_TPLG_INTEL_DMIC_NUMBER BIT(2)
     155
     156/*
     157 * when set the speaker amplifier name suffix (i.e. "-max98360a") will be
     158 * appended to topology file name
     159 */
     160#define SND_SOC_ACPI_TPLG_INTEL_AMP_NAME BIT(3)
     161
     162/*
     163 * when set the headphone codec name suffix (i.e. "-rt5682") will be appended to
     164 * topology file name
     165 */
     166#define SND_SOC_ACPI_TPLG_INTEL_CODEC_NAME BIT(4)
    153167
    154168/**
Note: See TracChangeset for help on using the changeset viewer.