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 <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 // SPDX-License-Identifier: GPL-2.03 // Renesas R-Car SSIU/SSI support101 #define RSND_SSI_NO_BUSIF (1 << 1) /* SSI+DMA without BUSIF */107 ((pos) = ((struct rsnd_ssi *)(priv)->ssi + i)); \110 #define rsnd_ssi_get(priv, id) ((struct rsnd_ssi *)(priv->ssi) + id)111 #define rsnd_ssi_nr(priv) ((priv)->ssi_nr)292 if (ssi->usrcnt > 0) { in rsnd_ssi_master_clk_start()293 if (ssi->rate != rate) { in rsnd_ssi_master_clk_start()295 return -EINVAL; in rsnd_ssi_master_clk_start()298 if (ssi->chan != chan) { in rsnd_ssi_master_clk_start()[all …]