Lines Matching refs:sound
1 Renesas R-Car sound
7 Renesas R-Car and RZ/G sound is constructed from below modules
42 see "Example: simple sound card"
79 see "Example: simple sound card for Asynchronous mode"
112 ${LINUX}/sound/soc/sh/rcar/ctu.c
116 see "Example: simple sound card for channel convert"
140 MIX merges 2 sounds path. You can see 2 sound interface on system,
152 see "Example: simple sound card for MIXer"
191 TDM Split mode merges 4 sounds. You can see 4 sound interface on system,
208 see "Example: simple sound card for TDM Split"
247 see "Example: simple sound card for Multi channel"
255 see "Example: simple sound card for TDM"
316 - #sound-dai-cells : it must be 0 if your system is using single DAI
364 rcar_sound: sound@ec500000 {
365 #sound-dai-cells = <1>;
548 Example: simple sound card
551 rsnd_ak4643: sound {
559 sound-dai = <&rcar_sound>;
563 sound-dai = <&ak4643>;
573 #sound-dai-cells = <0>;
589 Example: simple sound card for Asynchronous mode
592 sound {
606 sound-dai = <&rcar_sound>;
614 Example: simple sound card for channel convert
617 sound {
628 sound-dai = <&rcar_sound>;
636 Example: simple sound card for MIXer
639 sound {
643 sound-dai = <&rcar_sound 0>;
646 sound-dai = <&rcar_sound 1>;
666 Example: simple sound card for TDM
669 rsnd_tdm: sound {
677 sound-dai = <&rcar_sound>;
682 sound-dai = <&xxx>;
687 Example: simple sound card for TDM Split
690 sound_card: sound {
759 Example: simple sound card for Multi channel
767 #sound-dai-cells = <0>;