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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/aoa/
H A Daoa.h21 struct aoa_codec { struct
28 int (*init)(struct aoa_codec *codec);
32 void (*exit)(struct aoa_codec *codec);
62 aoa_codec_register(struct aoa_codec *codec);
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);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/aoa/core/
H A Dcore.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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/aoa/codecs/
H A Dtoonie.c26 struct aoa_codec codec;
87 static int toonie_init_codec(struct aoa_codec *codec)
111 static void toonie_exit_codec(struct aoa_codec *codec)
H A Dtas.c13 * property of the aoa_codec struct, hence if
37 * - this should actually register *two* aoa_codec
85 struct aoa_codec codec;
104 static struct tas *codec_to_tas(struct aoa_codec *codec)
803 static int tas_init_codec(struct aoa_codec *codec)
876 static void tas_exit_codec(struct aoa_codec *codec)
H A Donyx.c13 * to be used in aoa_codec.connected):
52 struct aoa_codec codec;
864 static int onyx_init_codec(struct aoa_codec *codec)
986 static void onyx_exit_codec(struct aoa_codec *codec)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/aoa/fabrics/
H A Dlayout.c50 /* codec dependent bit to be set in the aoa_codec.connected field.
594 struct aoa_codec *codecs[MAX_CODECS_PER_BUS];
752 static int check_codec(struct aoa_codec *codec,
802 static int layout_found_codec(struct aoa_codec *codec)
822 static void layout_remove_codec(struct aoa_codec *codec)
879 static void layout_attached_codec(struct aoa_codec *codec)

Completed in 108 milliseconds