Searched refs:drvs (Results 1 – 1 of 1) sorted by relevance
20 struct snd_soc_dai_driver *drvs; in hda_codec_create_dais() local24 drvs = devm_kcalloc(dev, pcm_count, sizeof(*drvs), GFP_KERNEL); in hda_codec_create_dais()25 if (!drvs) in hda_codec_create_dais()35 drvs[i].id = i; in hda_codec_create_dais()36 drvs[i].name = pcm->name; in hda_codec_create_dais()37 drvs[i].ops = &snd_soc_hda_codec_dai_ops; in hda_codec_create_dais()40 stream = &drvs[i].playback; in hda_codec_create_dais()60 stream = &drvs[i].capture; in hda_codec_create_dais()79 *drivers = drvs; in hda_codec_create_dais()85 struct snd_soc_dai_driver *drvs = NULL; in hda_codec_register_dais() local[all …]
Completed in 6 milliseconds