devm_snd_soc_register_card(9) resource managed card registration

SYNOPSIS

int devm_snd_soc_register_card(struct device * dev, struct snd_soc_card * card);

ARGUMENTS

dev

Device used to manage card

card

Card to register

DESCRIPTION

Register a card with automatic unregistration when the device is unregistered.

COPYRIGHT