Searched refs:remove_codec (Results 1 – 3 of 3) sorted by relevance
47 if (fabric->remove_codec) in attach_codec_to_fabric()48 fabric->remove_codec(c); in attach_codec_to_fabric()77 if (fabric && fabric->remove_codec) in aoa_codec_unregister()78 fabric->remove_codec(codec); in aoa_codec_unregister()143 if (codec->fabric->remove_codec) in aoa_fabric_unlink_codec()144 codec->fabric->remove_codec(codec); in aoa_fabric_unlink_codec()
83 void (*remove_codec)(struct aoa_codec *codec); member
992 .remove_codec = layout_remove_codec,
Completed in 6 milliseconds