Lines Matching full:custom
3 // audio-graph-card2-custom-sample.c
14 * Custom driver can have own priv
20 /* custom driver's own params */
33 dev_info(dev, "custom probe\n"); in custom_card_probe()
45 /* You can custom before parsing */ in custom_hook_pre()
56 /* You can custom after parsing */ in custom_hook_post()
73 * You can custom Normal parsing in custom_normal()
88 * You can custom DPCM parsing in custom_dpcm()
103 * You can custom Codec2Codec parsing in custom_c2c()
128 dev_info(dev, "custom startup\n"); in custom_startup()
133 /* You can use custom ops */
154 /* "audio-graph-card2-custom-sample" is too long */ in custom_probe()
155 simple_priv->snd_card.name = "card2-custom"; in custom_probe()
157 /* use audio-graph-card2 parsing with own custom hooks */ in custom_probe()
168 { .compatible = "audio-graph-card2-custom-sample", },
175 .name = "audio-graph-card2-custom-sample",
183 MODULE_ALIAS("platform:asoc-audio-graph-card2-custom-sample");
185 MODULE_DESCRIPTION("ASoC Audio Graph Card2 Custom Sample");