Scroll to navigation

SND_SOC_REGISTER_DAI(9) ASoC SND_SOC_REGISTER_DAI(9)

NAME

snd_soc_register_dai - Register a DAI dynamically & create its widgets

SYNOPSIS

int snd_soc_register_dai(struct snd_soc_component * component, struct snd_soc_dai_driver * dai_drv);

ARGUMENTS

component

The component the DAIs are registered for

dai_drv

DAI driver to use for the DAI

DESCRIPTION

Topology can use this API to register DAIs when probing a component. These DAIs's widgets will be freed in the card cleanup and the DAIs will be freed in the component cleanup.

COPYRIGHT

January 2017 Kernel Hackers Manual 4.8.