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

/linux-4.4.14/sound/aoa/core/
H A Dcore.c48 if (fabric->remove_codec) attach_codec_to_fabric()
49 fabric->remove_codec(c); attach_codec_to_fabric()
78 if (fabric && fabric->remove_codec) aoa_codec_unregister()
79 fabric->remove_codec(codec); aoa_codec_unregister()
144 if (codec->fabric->remove_codec) aoa_fabric_unlink_codec()
145 codec->fabric->remove_codec(codec); aoa_fabric_unlink_codec()
/linux-4.4.14/sound/aoa/
H A Daoa.h84 void (*remove_codec)(struct aoa_codec *codec); member in struct:aoa_fabric
103 * When calling, the remove_codec will be called
110 * Note that remove_codec is called for it! */
/linux-4.4.14/sound/aoa/fabrics/
H A Dlayout.c986 .remove_codec = layout_remove_codec,

Completed in 119 milliseconds