Home
last modified time | relevance | path

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

/linux-4.4.14/sound/aoa/
Daoa.h21 struct aoa_codec { struct
28 int (*init)(struct aoa_codec *codec); argument
32 void (*exit)(struct aoa_codec *codec); argument
62 aoa_codec_register(struct aoa_codec *codec); argument
64 aoa_codec_unregister(struct aoa_codec *codec);
77 int (*found_codec)(struct aoa_codec *codec);
84 void (*remove_codec)(struct aoa_codec *codec);
87 void (*attached_codec)(struct aoa_codec *codec);
112 aoa_fabric_unlink_codec(struct aoa_codec *codec);
/linux-4.4.14/sound/aoa/core/
Dcore.c24 static int attach_codec_to_fabric(struct aoa_codec *c) in attach_codec_to_fabric()
58 int aoa_codec_register(struct aoa_codec *codec) in aoa_codec_register()
73 void aoa_codec_unregister(struct aoa_codec *codec) in aoa_codec_unregister()
87 struct aoa_codec *c; in aoa_fabric_register()
118 struct aoa_codec *c; in aoa_fabric_unregister()
134 void aoa_fabric_unlink_codec(struct aoa_codec *codec) in aoa_fabric_unlink_codec()
/linux-4.4.14/sound/aoa/codecs/
Dtoonie.c26 struct aoa_codec codec;
87 static int toonie_init_codec(struct aoa_codec *codec) in toonie_init_codec()
111 static void toonie_exit_codec(struct aoa_codec *codec) in toonie_exit_codec()
Dtas.c85 struct aoa_codec codec;
104 static struct tas *codec_to_tas(struct aoa_codec *codec) in codec_to_tas()
797 static int tas_init_codec(struct aoa_codec *codec) in tas_init_codec()
870 static void tas_exit_codec(struct aoa_codec *codec) in tas_exit_codec()
Donyx.c52 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-4.4.14/sound/aoa/fabrics/
Dlayout.c604 struct aoa_codec *codecs[MAX_CODECS_PER_BUS];
762 static int check_codec(struct aoa_codec *codec, in check_codec()
812 static int layout_found_codec(struct aoa_codec *codec) in layout_found_codec()
832 static void layout_remove_codec(struct aoa_codec *codec) in layout_remove_codec()
889 static void layout_attached_codec(struct aoa_codec *codec) in layout_attached_codec()