Home
last modified time | relevance | path

Searched refs:remove_codec (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/sound/aoa/core/
Dcore.c48 if (fabric->remove_codec) in attach_codec_to_fabric()
49 fabric->remove_codec(c); in attach_codec_to_fabric()
78 if (fabric && fabric->remove_codec) in aoa_codec_unregister()
79 fabric->remove_codec(codec); in aoa_codec_unregister()
144 if (codec->fabric->remove_codec) in aoa_fabric_unlink_codec()
145 codec->fabric->remove_codec(codec); in aoa_fabric_unlink_codec()
/linux-4.4.14/sound/aoa/
Daoa.h84 void (*remove_codec)(struct aoa_codec *codec); member
/linux-4.4.14/sound/aoa/fabrics/
Dlayout.c986 .remove_codec = layout_remove_codec,