Home
last modified time | relevance | path

Searched refs:snd_proto (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/sound/soc/atmel/
Dmikroe-proto.c54 static struct snd_soc_card snd_proto = { variable
79 snd_proto.dev = &pdev->dev; in snd_proto_probe()
80 ret = snd_soc_of_parse_card_name(&snd_proto, "model"); in snd_proto_probe()
93 snd_proto.dai_link = dai; in snd_proto_probe()
94 snd_proto.num_links = 1; in snd_proto_probe()
143 ret = snd_soc_register_card(&snd_proto); in snd_proto_probe()
160 return snd_soc_unregister_card(&snd_proto); in snd_proto_remove()