Home
last modified time | relevance | path

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

/linux/drivers/net/wan/framer/pef2256/
H A Dpef2256.c616 struct mfd_cell *audio_devs; in pef2256_add_audio_devices() local
630 audio_devs = kcalloc(count, sizeof(*audio_devs), GFP_KERNEL); in pef2256_add_audio_devices()
631 if (!audio_devs) in pef2256_add_audio_devices()
635 audio_devs[i].name = "framer-codec"; in pef2256_add_audio_devices()
636 audio_devs[i].of_compatible = compatible; in pef2256_add_audio_devices()
637 audio_devs[i].id = i; in pef2256_add_audio_devices()
640 ret = mfd_add_devices(pef2256->dev, 0, audio_devs, count, NULL, 0, NULL); in pef2256_add_audio_devices()
641 kfree(audio_devs); in pef2256_add_audio_devices()