Searched refs:remove_codec (Results 1 – 3 of 3) sorted by relevance
48 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()
84 void (*remove_codec)(struct aoa_codec *codec); member
986 .remove_codec = layout_remove_codec,