Lines Matching +full:i2c +full:- +full:topology

1 /* SPDX-License-Identifier: GPL-2.0-only
3 * Copyright (C) 2013-15, Intel Corporation. All rights reserved.
21 /* codec name is used in DAIs is i2c-<HID>:00 with HID being 8 chars */
60 * @acpi_ipc_irq_index: used for BYT-CR detection
63 * @dmic_num: number of SoC- or chipset-attached PDM digital microphones
85 * snd_soc_acpi_endpoint - endpoint descriptor
88 * @group_position: zero-based order (only when @aggregated is 1)
89 * @group_id: platform-unique group identifier (only when @aggregrated is 1)
99 * snd_soc_acpi_adr_device - descriptor for _ADR-enumerated device
113 * snd_soc_acpi_link_adr - ACPI-based list of _ADR enumerated devices
119 * multi-drop configurations.
129 * when set the topology uses the -ssp<N> suffix, where N is determined based on
141 * when set the topology uses the -dmic<N>ch suffix, where N is determined based on
147 * snd_soc_acpi_mach: ACPI-based machine descriptor. Most of the fields are
148 * related to the hardware, except for the firmware and topology file names.
150 * all firmware/topology related fields.
154 * firmware and topology
159 * @tplg_filename: topology file name. Used when SOF is not enabled.
165 * @pdata: intended for platform data or machine specific-ops. This structure
166 * is not constant since this field may be updated at run-time
167 * @sof_tplg_filename: Sound Open Firmware topology file name, if enabled
168 * @tplg_quirk_mask: quirks to select different topology files dynamically
206 return dev->parent && dev->parent->driver && dev->parent->driver->name && in snd_soc_acpi_sof_parent()
207 !strncmp(dev->parent->driver->name, "sof-audio-acpi", strlen("sof-audio-acpi")); in snd_soc_acpi_sof_parent()