Searched refs:remove_codec (Results 1 – 2 of 2) 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()
82 void (*remove_codec)(struct aoa_codec *codec); member