Searched +full:clkout +full:- +full:lr +full:- +full:asynchronous (Results 1 – 3 of 3) sorted by relevance
1 // SPDX-License-Identifier: GPL-2.03 // Helper routines for R-Car sound ADG.7 #include <linux/clk-provider.h>16 #define CLKOUT 0 macro30 struct clk *clkout[CLKOUTMAX]; member49 ((pos) = adg->clk[i]); \54 ((pos) = adg->clkout[i]); \56 #define rsnd_priv_to_adg(priv) ((struct rsnd_adg *)(priv)->adg)72 for (i = 3; i >= 0; i--) { in rsnd_adg_calculate_rbgx()75 return (u32)((i << 8) | ((div / ratio) - 1)); in rsnd_adg_calculate_rbgx()[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Renesas R-Car Sound Driver10 - Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>13 port-def:14 $ref: audio-graph-port.yaml#/definitions/port-base17 "^endpoint(@[0-9a-f]+)?":18 $ref: audio-graph-port.yaml#/definitions/endpoint-base21 $ref: /schemas/types.yaml#/definitions/phandle-array[all …]
1 Renesas R-Car sound7 Renesas R-Car and RZ/G sound is constructed from below modules11 - SRC : Sampling Rate Converter12 - CMD13 - CTU : Channel Transfer Unit14 - MIX : Mixer15 - DVC : Digital Volume and Mute Function25 Multi channel is supported by Multi-SSI, or TDM-SSI.27 Multi-SSI : 6ch case, you can use stereo x 3 SSI28 TDM-SSI : 6ch case, you can use TDM[all …]