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.c627 struct mfd_cell *audio_devs; in pef2256_add_audio_devices() local
641 audio_devs = kcalloc(count, sizeof(*audio_devs), GFP_KERNEL); in pef2256_add_audio_devices()
642 if (!audio_devs) in pef2256_add_audio_devices()
646 audio_devs[i].name = "framer-codec"; in pef2256_add_audio_devices()
647 audio_devs[i].of_compatible = compatible; in pef2256_add_audio_devices()
648 audio_devs[i].id = i; in pef2256_add_audio_devices()
651 ret = devm_mfd_add_devices(pef2256->dev, 0, audio_devs, count, in pef2256_add_audio_devices()
653 kfree(audio_devs); in pef2256_add_audio_devices()