Searched +full:audio +full:- +full:graph +full:- +full:card2 (Results 1 – 7 of 7) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.02 snd-soc-simple-card-utils-objs := simple-card-utils.o3 snd-soc-simple-card-objs := simple-card.o4 snd-soc-audio-graph-card-objs := audio-graph-card.o5 snd-soc-audio-graph-card2-objs := audio-graph-card2.o6 snd-soc-audio-graph-card2-custom-sample-objs := audio-graph-card2-custom-sample.o7 snd-soc-test-component-objs := test-component.o9 obj-$(CONFIG_SND_SIMPLE_CARD_UTILS) += snd-soc-simple-card-utils.o10 obj-$(CONFIG_SND_SIMPLE_CARD) += snd-soc-simple-card.o11 obj-$(CONFIG_SND_AUDIO_GRAPH_CARD) += snd-soc-audio-graph-card.o[all …]
1 # SPDX-License-Identifier: GPL-2.0-only13 tristate "ASoC Audio Graph sound card support"18 with OF-graph DT bindings.22 tristate "ASoC Audio Graph sound card2 support"26 This option enables generic simple sound card2 support27 with OF-graph DT bindings.30 tristate "ASoC Audio Graph Card2 base custom sample support"33 This option enables Audio Graph Card2 base custom sample
1 // SPDX-License-Identifier: GPL-2.03 // audio-graph-card2-custom-sample.c35 custom_priv->custom_params = 1; in custom_card_probe()61 card->probe = custom_card_probe; in custom_hook_post()112 * audio-graph-card2 has many hooks for your customizing.125 struct asoc_simple_priv *priv = snd_soc_card_get_drvdata(rtd->card); in custom_startup()144 struct device *dev = &pdev->dev; in custom_probe()149 return -ENOMEM; in custom_probe()151 simple_priv = &custom_priv->simple_priv; in custom_probe()152 simple_priv->ops = &custom_ops; /* customize dai_link ops */ in custom_probe()[all …]
1 // SPDX-License-Identifier: GPL-2.03 * audio-graph-card2-custom-sample.dtsi8 * This sample indicates how to use audio-graph-card2 and its9 * custom driver. "audio-graph-card2-custom-sample" is the custome driver10 * which is using audio-graph-card2.15 * #include "../../../../../sound/soc/generic/audio-graph-card2-custom-sample.dtsi"23 * "compatible" on each test-component. see below26 * - compatible = "test-cpu";27 * + compatible = "test-cpu-verbose";32 * - compatible = "test-codec";[all …]
1 // SPDX-License-Identifier: GPL-2.03 // ASoC Audio Graph Card2 support8 // based on ${LINUX}/sound/soc/generic/audio-graph-card.c28 bitclock-master;30 frame-master;42 sample0: left_j, bitclock-master, frame-master43 sample1: i2s, bitclock-master51 Normal Audio-Graph54 CPU <---> Codec57 compatible = "audio-graph-card2";[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/sound/audio-graph-card2.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Audio Graph Card210 - Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>15 - audio-graph-card217 $ref: /schemas/types.yaml#/definitions/phandle-array22 A list of the connections between audio components.25 $ref: /schemas/types.yaml#/definitions/non-unique-string-array[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Device Tree Source for the R-Car Gen3 ULCB board10 * SSI-AK461311 * aplay -D plughw:0,0 xxx.wav12 * arecord -D plughw:0,0 xxx.wav13 * SSI-HDMI14 * aplay -D plughw:0,1 xxx.wav17 #include <dt-bindings/gpio/gpio.h>18 #include <dt-bindings/input/input.h>21 model = "Renesas R-Car Gen3 ULCB board";[all …]