Searched refs:onyx (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/aoa/codecs/
H A Donyx.c27 * this means you can only have one onyx on a system. This
39 MODULE_DESCRIPTION("pcm3052 (onyx) codec driver for snd-aoa");
41 #include "onyx.h"
46 #define PFX "snd-aoa-codec-onyx: "
48 struct onyx { struct
65 #define codec_to_onyx(c) container_of(c, struct onyx, codec)
68 static int onyx_read_register(struct onyx *onyx, u8 reg, u8 *value) argument
73 *value = onyx->cache[reg-FIRSTREGISTER];
76 v = i2c_smbus_read_byte_data(onyx
84 onyx_write_register(struct onyx *onyx, u8 reg, u8 value) argument
122 struct onyx *onyx = snd_kcontrol_chip(kcontrol); local
139 struct onyx *onyx = snd_kcontrol_chip(kcontrol); local
198 struct onyx *onyx = snd_kcontrol_chip(kcontrol); local
214 struct onyx *onyx = snd_kcontrol_chip(kcontrol); local
258 struct onyx *onyx = snd_kcontrol_chip(kcontrol); local
270 onyx_set_capture_source(struct onyx *onyx, int mic) argument
318 struct onyx *onyx = snd_kcontrol_chip(kcontrol); local
334 struct onyx *onyx = snd_kcontrol_chip(kcontrol); local
375 struct onyx *onyx = snd_kcontrol_chip(kcontrol); local
394 struct onyx *onyx = snd_kcontrol_chip(kcontrol); local
496 struct onyx *onyx = snd_kcontrol_chip(kcontrol); local
519 struct onyx *onyx = snd_kcontrol_chip(kcontrol); local
585 onyx_register_init(struct onyx *onyx) argument
679 struct onyx *onyx = cii->codec_data; local
704 struct onyx *onyx = cii->codec_data; local
751 struct onyx *onyx = cii->codec_data; local
763 struct onyx *onyx = cii->codec_data; local
777 struct onyx *onyx = cii->codec_data; local
800 struct onyx *onyx = cii->codec_data; local
818 struct onyx *onyx = cii->codec_data; local
866 struct onyx *onyx = codec_to_onyx(codec); local
982 snd_device_free(aoa_get_card(), onyx); local
988 struct onyx *onyx = codec_to_onyx(codec); local
1036 struct onyx *onyx; local
1108 struct onyx *onyx = i2c_get_clientdata(client); local
[all...]
H A DMakefile1 snd-aoa-codec-onyx-objs := onyx.o
5 obj-$(CONFIG_SND_AOA_ONYX) += snd-aoa-codec-onyx.o

Completed in 68 milliseconds