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

/linux-master/sound/aoa/codecs/
H A Donyx.c25 * this means you can only have one onyx on a system. This
37 MODULE_DESCRIPTION("pcm3052 (onyx) codec driver for snd-aoa");
39 #include "onyx.h"
44 #define PFX "snd-aoa-codec-onyx: "
46 struct onyx { struct
63 #define codec_to_onyx(c) container_of(c, struct onyx, codec)
66 static int onyx_read_register(struct onyx *onyx, u8 reg, u8 *value) argument
71 *value = onyx->cache[reg-FIRSTREGISTER];
74 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
252 struct onyx *onyx = snd_kcontrol_chip(kcontrol); local
264 onyx_set_capture_source(struct onyx *onyx, int mic) argument
312 struct onyx *onyx = snd_kcontrol_chip(kcontrol); local
328 struct onyx *onyx = snd_kcontrol_chip(kcontrol); local
369 struct onyx *onyx = snd_kcontrol_chip(kcontrol); local
388 struct onyx *onyx = snd_kcontrol_chip(kcontrol); local
490 struct onyx *onyx = snd_kcontrol_chip(kcontrol); local
513 struct onyx *onyx = snd_kcontrol_chip(kcontrol); local
579 onyx_register_init(struct onyx *onyx) argument
673 struct onyx *onyx = cii->codec_data; local
698 struct onyx *onyx = cii->codec_data; local
747 struct onyx *onyx = cii->codec_data; local
759 struct onyx *onyx = cii->codec_data; local
773 struct onyx *onyx = cii->codec_data; local
796 struct onyx *onyx = cii->codec_data; local
814 struct onyx *onyx = cii->codec_data; local
863 struct onyx *onyx = codec_to_onyx(codec); local
979 snd_device_free(aoa_get_card(), onyx); local
985 struct onyx *onyx = codec_to_onyx(codec); local
997 struct onyx *onyx; local
1034 struct onyx *onyx = i2c_get_clientdata(client); local
[all...]
H A DMakefile2 snd-aoa-codec-onyx-y := onyx.o
6 obj-$(CONFIG_SND_AOA_ONYX) += snd-aoa-codec-onyx.o

Completed in 85 milliseconds