Changeset 777 for GPL/trunk/alsa-kernel/include/sound/soc-acpi.h
- Timestamp:
- Apr 21, 2025, 7:17:25 PM (4 months ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-exp merged: 766-767,770-771,773-774
- Property svn:mergeinfo changed
-
GPL/trunk/alsa-kernel/include/sound/soc-acpi.h
r772 r777 1 1 /* SPDX-License-Identifier: GPL-2.0-only 2 2 * 3 * Copyright (C) 2013-15, Intel Corporation . All rights reserved.3 * Copyright (C) 2013-15, Intel Corporation 4 4 */ 5 5 … … 63 63 * @codec_mask: used for HDAudio support 64 64 * @dmic_num: number of SoC- or chipset-attached PDM digital microphones 65 * @common_hdmi_codec_drv: use commom HDAudio HDMI codec driver66 65 * @link_mask: SoundWire links enabled on the board 67 66 * @links: array of SoundWire link _ADR descriptors, null terminated … … 71 70 * @subsystem_vendor: optional PCI SSID vendor value 72 71 * @subsystem_device: optional PCI SSID device value 72 * @subsystem_rev: optional PCI SSID revision value 73 73 * @subsystem_id_set: true if a value has been written to 74 74 * subsystem_vendor and subsystem_device. 75 * @bt_link_mask: BT offload link enabled on the board 75 76 */ 76 77 struct snd_soc_acpi_mach_params { … … 79 80 u32 codec_mask; 80 81 u32 dmic_num; 81 bool common_hdmi_codec_drv;82 82 u32 link_mask; 83 83 const struct snd_soc_acpi_link_adr *links; … … 87 87 unsigned short subsystem_vendor; 88 88 unsigned short subsystem_device; 89 unsigned short subsystem_rev; 89 90 bool subsystem_id_set; 91 u32 bt_link_mask; 90 92 }; 91 93 … … 151 153 */ 152 154 #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) 153 167 154 168 /**
Note:
See TracChangeset
for help on using the changeset viewer.