Home
last modified time | relevance | path

Searched refs:aoa_codec (Results 1 – 6 of 6) sorted by relevance

/linux/sound/aoa/
A Daoa.h19 struct aoa_codec { struct
26 int (*init)(struct aoa_codec *codec); argument
30 void (*exit)(struct aoa_codec *codec); argument
60 aoa_codec_register(struct aoa_codec *codec); argument
62 aoa_codec_unregister(struct aoa_codec *codec);
75 int (*found_codec)(struct aoa_codec *codec);
82 void (*remove_codec)(struct aoa_codec *codec);
85 void (*attached_codec)(struct aoa_codec *codec);
110 aoa_fabric_unlink_codec(struct aoa_codec *codec);
/linux/sound/aoa/core/
A Dcore.c23 static int attach_codec_to_fabric(struct aoa_codec *c) in attach_codec_to_fabric()
57 int aoa_codec_register(struct aoa_codec *codec) in aoa_codec_register()
72 void aoa_codec_unregister(struct aoa_codec *codec) in aoa_codec_unregister()
86 struct aoa_codec *c; in aoa_fabric_register()
117 struct aoa_codec *c; in aoa_fabric_unregister()
133 void aoa_fabric_unlink_codec(struct aoa_codec *codec) in aoa_fabric_unlink_codec()
/linux/sound/aoa/codecs/
A Dtoonie.c24 struct aoa_codec codec;
85 static int toonie_init_codec(struct aoa_codec *codec) in toonie_init_codec()
109 static void toonie_exit_codec(struct aoa_codec *codec) in toonie_exit_codec()
A Dtas.c83 struct aoa_codec codec;
102 static struct tas *codec_to_tas(struct aoa_codec *codec) in codec_to_tas()
795 static int tas_init_codec(struct aoa_codec *codec) in tas_init_codec()
868 static void tas_exit_codec(struct aoa_codec *codec) in tas_exit_codec()
A Donyx.c50 struct aoa_codec codec;
861 static int onyx_init_codec(struct aoa_codec *codec) in onyx_init_codec()
983 static void onyx_exit_codec(struct aoa_codec *codec) in onyx_exit_codec()
/linux/sound/aoa/fabrics/
A Dlayout.c611 struct aoa_codec *codecs[MAX_CODECS_PER_BUS];
769 static int check_codec(struct aoa_codec *codec, in check_codec()
819 static int layout_found_codec(struct aoa_codec *codec) in layout_found_codec()
839 static void layout_remove_codec(struct aoa_codec *codec) in layout_remove_codec()
896 static void layout_attached_codec(struct aoa_codec *codec) in layout_attached_codec()

Completed in 18 milliseconds