Lines Matching +full:dai +full:- +full:links
1 /* SPDX-License-Identifier: (GPL-2.0 OR BSD-3-Clause) */
2 /* Copyright(c) 2015-17 Intel Corporation. */
17 struct snd_soc_dai *dai; member
30 struct snd_soc_dai *dai; member
46 * struct sdw_intel_acpi_info - Soundwire Intel information found in ACPI tables
48 * @count: link count found with "sdw-master-count" property
49 * @link_mask: bit-wise mask listing links enabled by BIOS menu
63 /* Intel clock-stop/pm_runtime quirk definitions */
74 * reset and re-enumeration will be performed when the bus
76 * in-band wakes.
82 * (e.g. speaker amplifiers). The clock-stop mode is typically
83 * slightly higher power than when the IP is completely powered-off.
88 * Require a bus reset (and complete re-enumeration) when exiting
103 * struct sdw_intel_ctx - context allocated by the controller
108 * @link_mask: bit-wise mask listing SoundWire links reported by the
110 * @num_slaves: total number of devices exposed across all enabled links
112 * @links: information for each link (controller-specific and kept
115 * links
116 * @link_list: list to handle interrupts across all links
126 struct sdw_intel_link_res *links; member
134 * struct sdw_intel_res - Soundwire Intel global resource structure,
144 * @link_mask: bit-wise mask listing links selected by the DSP driver
146 * machine-specific quirks are handled in the DSP driver.
148 * DSP driver. The quirks are common for all links for now.