Symbol: aoa_codec
sound/aoa/aoa.h
110
aoa_fabric_unlink_codec(struct aoa_codec *codec);
sound/aoa/aoa.h
26
int (*init)(struct aoa_codec *codec);
sound/aoa/aoa.h
30
void (*exit)(struct aoa_codec *codec);
sound/aoa/aoa.h
60
aoa_codec_register(struct aoa_codec *codec);
sound/aoa/aoa.h
62
aoa_codec_unregister(struct aoa_codec *codec);
sound/aoa/aoa.h
75
int (*found_codec)(struct aoa_codec *codec);
sound/aoa/aoa.h
82
void (*remove_codec)(struct aoa_codec *codec);
sound/aoa/aoa.h
85
void (*attached_codec)(struct aoa_codec *codec);
sound/aoa/codecs/onyx.c
50
struct aoa_codec codec;
sound/aoa/codecs/onyx.c
821
static int onyx_init_codec(struct aoa_codec *codec)
sound/aoa/codecs/onyx.c
943
static void onyx_exit_codec(struct aoa_codec *codec)
sound/aoa/codecs/tas.c
102
static struct tas *codec_to_tas(struct aoa_codec *codec)
sound/aoa/codecs/tas.c
761
static int tas_init_codec(struct aoa_codec *codec)
sound/aoa/codecs/tas.c
83
struct aoa_codec codec;
sound/aoa/codecs/tas.c
833
static void tas_exit_codec(struct aoa_codec *codec)
sound/aoa/codecs/toonie.c
109
static void toonie_exit_codec(struct aoa_codec *codec)
sound/aoa/codecs/toonie.c
24
struct aoa_codec codec;
sound/aoa/codecs/toonie.c
85
static int toonie_init_codec(struct aoa_codec *codec)
sound/aoa/core/core.c
117
struct aoa_codec *c;
sound/aoa/core/core.c
133
void aoa_fabric_unlink_codec(struct aoa_codec *codec)
sound/aoa/core/core.c
23
static int attach_codec_to_fabric(struct aoa_codec *c)
sound/aoa/core/core.c
57
int aoa_codec_register(struct aoa_codec *codec)
sound/aoa/core/core.c
72
void aoa_codec_unregister(struct aoa_codec *codec)
sound/aoa/core/core.c
86
struct aoa_codec *c;
sound/aoa/fabrics/layout.c
611
struct aoa_codec *codecs[MAX_CODECS_PER_BUS];
sound/aoa/fabrics/layout.c
769
static int check_codec(struct aoa_codec *codec,
sound/aoa/fabrics/layout.c
819
static int layout_found_codec(struct aoa_codec *codec)
sound/aoa/fabrics/layout.c
839
static void layout_remove_codec(struct aoa_codec *codec)
sound/aoa/fabrics/layout.c
896
static void layout_attached_codec(struct aoa_codec *codec)