devm_snd_soc_register_card (9) Linux Manual Page
devm_snd_soc_register_card – 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.
