Searched +full:no +full:- +full:busif (Results 1 – 3 of 3) sorted by relevance
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 …]
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 <[email protected]>17 - items:18 - enum:19 - renesas,rcar_sound-r8a7778 # R-Car M1A20 - renesas,rcar_sound-r8a7779 # R-Car H121 - const: renesas,rcar_sound-gen1[all …]
1 // SPDX-License-Identifier: GPL-2.03 // Renesas R-Car SSIU/SSI support103 #define RSND_SSI_NO_BUSIF (1 << 1) /* SSI+DMA without BUSIF */109 ((pos) = ((struct rsnd_ssi *)(priv)->ssi + i)); \112 #define rsnd_ssi_get(priv, id) ((struct rsnd_ssi *)(priv->ssi) + id)113 #define rsnd_ssi_nr(priv) ((priv)->ssi_nr)294 if (ssi->usrcnt > 0) { in rsnd_ssi_master_clk_start()295 if (ssi->rate != rate) { in rsnd_ssi_master_clk_start()297 return -EINVAL; in rsnd_ssi_master_clk_start()300 if (ssi->chan != chan) { in rsnd_ssi_master_clk_start()[all …]