Home
last modified time | relevance | path

Searched refs:card_device_link (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/
H A Dsoc-core.c1988 if (component->card_device_link) { in snd_soc_remove_device_links()
1989 device_link_del(component->card_device_link); in snd_soc_remove_device_links()
1990 component->card_device_link = NULL; in snd_soc_remove_device_links()
2147 component->card_device_link = device_link_add(card->dev, in snd_soc_bind_card()
2150 if (!component->card_device_link) { in snd_soc_bind_card()
/linux/include/sound/
H A Dsoc-component.h222 struct device_link *card_device_link; member