Home
last modified time | relevance | path

Searched refs:aoa_get_card (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/sound/aoa/core/
H A Dalsa.c45 struct snd_card *aoa_get_card(void) in aoa_get_card() function
51 EXPORT_SYMBOL_GPL(aoa_get_card);
64 struct snd_card *card = aoa_get_card(); in aoa_snd_device_new()
/openbmc/linux/sound/aoa/codecs/
H A Dtoonie.c99 aoa_get_card(), in toonie_init_codec()
102 snd_device_free(aoa_get_card(), toonie); in toonie_init_codec()
H A Dtas.c815 aoa_get_card(), in tas_init_codec()
864 snd_device_free(aoa_get_card(), tas); in tas_init_codec()
H A Donyx.c919 aoa_get_card(), in onyx_init_codec()
978 snd_device_free(aoa_get_card(), onyx); in onyx_init_codec()
/openbmc/linux/sound/aoa/
H A Daoa.h120 extern struct snd_card *aoa_get_card(void);
/openbmc/linux/sound/aoa/fabrics/
H A Dlayout.c856 struct snd_card *card = aoa_get_card(); in layout_notify()