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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/aoa/
H A Daoa.h23 struct aoa_codec { struct
30 int (*init)(struct aoa_codec *codec);
34 void (*exit)(struct aoa_codec *codec);
64 aoa_codec_register(struct aoa_codec *codec);
66 aoa_codec_unregister(struct aoa_codec *codec);
79 int (*found_codec)(struct aoa_codec *codec);
86 void (*remove_codec)(struct aoa_codec *codec);
89 void (*attached_codec)(struct aoa_codec *codec);
114 aoa_fabric_unlink_codec(struct aoa_codec *codec);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/aoa/core/
H A Dsnd-aoa-core.c24 static int attach_codec_to_fabric(struct aoa_codec *c)
58 int aoa_codec_register(struct aoa_codec *codec)
73 void aoa_codec_unregister(struct aoa_codec *codec)
87 struct aoa_codec *c;
118 struct aoa_codec *c;
134 void aoa_fabric_unlink_codec(struct aoa_codec *codec)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/aoa/codecs/
H A Dsnd-aoa-codec-toonie.c25 struct aoa_codec codec;
86 static int toonie_init_codec(struct aoa_codec *codec)
110 static void toonie_exit_codec(struct aoa_codec *codec)
H A Dsnd-aoa-codec-tas.c13 * property of the aoa_codec struct, hence if
37 * - this should actually register *two* aoa_codec
84 struct aoa_codec codec;
103 static struct tas *codec_to_tas(struct aoa_codec *codec)
800 static int tas_init_codec(struct aoa_codec *codec)
873 static void tas_exit_codec(struct aoa_codec *codec)
H A Dsnd-aoa-codec-onyx.c13 * to be used in aoa_codec.connected):
51 struct aoa_codec codec;
867 static int onyx_init_codec(struct aoa_codec *codec)
989 static void onyx_exit_codec(struct aoa_codec *codec)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/aoa/fabrics/
H A Dsnd-aoa-fabric-layout.c51 /* codec dependent bit to be set in the aoa_codec.connected field.
557 struct aoa_codec *codecs[MAX_CODECS_PER_BUS];
721 static int check_codec(struct aoa_codec *codec,
771 static int layout_found_codec(struct aoa_codec *codec)
791 static void layout_remove_codec(struct aoa_codec *codec)
848 static void layout_attached_codec(struct aoa_codec *codec)

Completed in 52 milliseconds