Lines Matching +full:open +full:- +full:firmware
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
82 * snd_soc_acpi_endpoint - endpoint descriptor
85 * @group_position: zero-based order (only when @aggregated is 1)
86 * @group_id: platform-unique group identifier (only when @aggregrated is 1)
96 * snd_soc_acpi_adr_device - descriptor for _ADR-enumerated device
110 * snd_soc_acpi_link_adr - ACPI-based list of _ADR enumerated devices
116 * multi-drop configurations.
126 * snd_soc_acpi_mach: ACPI-based machine descriptor. Most of the fields are
127 * related to the hardware, except for the firmware and topology file names.
128 * A platform supported by legacy and Sound Open Firmware (SOF) would expose
129 * all firmware/topology related fields.
135 * @fw_filename: firmware file name. Used when SOF is not enabled.
141 * @pdata: intended for platform data or machine specific-ops. This structure
142 * is not constant since this field may be updated at run-time
143 * @sof_fw_filename: Sound Open Firmware file name, if enabled
144 * @sof_tplg_filename: Sound Open Firmware topology file name, if enabled
180 return dev->parent && dev->parent->driver && dev->parent->driver->name && in snd_soc_acpi_sof_parent()
181 !strncmp(dev->parent->driver->name, "sof-audio-acpi", strlen("sof-audio-acpi")); in snd_soc_acpi_sof_parent()