Home
last modified time | relevance | path

Searched refs:shared_root_clock (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/sound/soc/fsl/
H A Dfsl_spdif.c53 * @shared_root_clock: flag of sharing a clock source with others;
64 bool shared_root_clock; member
155 .shared_root_clock = false,
165 .shared_root_clock = false,
175 .shared_root_clock = true,
186 .shared_root_clock = true,
196 .shared_root_clock = false,
206 .shared_root_clock = true,
218 return (clk == STC_TXCLK_SPDIF_ROOT) && !spdif->soc->shared_root_clock; in fsl_spdif_can_set_clk_rate()
/kernel/linux/linux-5.10/sound/soc/fsl/
H A Dfsl_spdif.c50 * @shared_root_clock: flag of sharing a clock source with others;
55 bool shared_root_clock; member
130 .shared_root_clock = false,
135 .shared_root_clock = false,
140 .shared_root_clock = true,
146 return (clk == STC_TXCLK_SPDIF_ROOT) && !spdif->soc->shared_root_clock; in fsl_spdif_can_set_clk_rate()

Completed in 5 milliseconds