Lines Matching +full:per +full:- +full:board
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
64 * @link_mask: links enabled on the board
78 * snd_soc_acpi_endpoint - endpoint descriptor
79 * @num: endpoint number (mandatory, unique per device)
81 * @group_position: zero-based order (only when @aggregated is 1)
82 * @group_id: platform-unique group identifier (only when @aggregrated is 1)
92 * snd_soc_acpi_adr_device - descriptor for _ADR-enumerated device
106 * snd_soc_acpi_link_adr - ACPI-based list of _ADR enumerated devices
111 * The number of devices per link can be more than 1, e.g. in SoundWire
112 * multi-drop configurations.
122 * snd_soc_acpi_mach: ACPI-based machine descriptor. Most of the fields are
128 * @link_mask: describes required board layout, e.g. for SoundWire.
132 * @board: board name
137 * @pdata: intended for platform data or machine specific-ops. This structure
138 * is not constant since this field may be updated at run-time
149 const char *board; member