Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/aoa/codecs/
H A Donyx.c25 * this means you can only have one onyx on a system. This
36 MODULE_DESCRIPTION("pcm3052 (onyx) codec driver for snd-aoa");
38 #include "onyx.h"
43 #define PFX "snd-aoa-codec-onyx: "
45 struct onyx { struct
62 #define codec_to_onyx(c) container_of(c, struct onyx, codec)
65 static int onyx_read_register(struct onyx *onyx, u8 reg, u8 *value) in onyx_read_register() argument
70 *value = onyx->cache[reg-FIRSTREGISTER]; in onyx_read_register()
73 v = i2c_smbus_read_byte_data(onyx in onyx_read_register()
83 onyx_write_register(struct onyx *onyx, u8 reg, u8 value) onyx_write_register() argument
121 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_snd_vol_get() local
138 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_snd_vol_put() local
197 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_snd_inputgain_get() local
213 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_snd_inputgain_put() local
251 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_snd_capture_source_get() local
263 onyx_set_capture_source(struct onyx *onyx, int mic) onyx_set_capture_source() argument
311 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_snd_mute_get() local
327 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_snd_mute_put() local
368 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_snd_single_bit_get() local
387 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_snd_single_bit_put() local
489 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_spdif_get() local
512 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_spdif_put() local
578 onyx_register_init(struct onyx *onyx) onyx_register_init() argument
672 struct onyx *onyx = cii->codec_data; onyx_usable() local
697 struct onyx *onyx = cii->codec_data; onyx_prepare() local
746 struct onyx *onyx = cii->codec_data; onyx_open() local
758 struct onyx *onyx = cii->codec_data; onyx_close() local
772 struct onyx *onyx = cii->codec_data; onyx_switch_clock() local
795 struct onyx *onyx = cii->codec_data; onyx_suspend() local
813 struct onyx *onyx = cii->codec_data; onyx_resume() local
862 struct onyx *onyx = codec_to_onyx(codec); onyx_init_codec() local
978 snd_device_free(aoa_get_card(), onyx); onyx_init_codec() local
984 struct onyx *onyx = codec_to_onyx(codec); onyx_exit_codec() local
997 struct onyx *onyx; onyx_i2c_probe() local
1034 struct onyx *onyx = i2c_get_clientdata(client); onyx_i2c_remove() local
[all...]
H A DMakefile2 snd-aoa-codec-onyx-objs := onyx.o
6 obj-$(CONFIG_SND_AOA_ONYX) += snd-aoa-codec-onyx.o
/kernel/linux/linux-6.6/sound/aoa/codecs/
H A Donyx.c25 * this means you can only have one onyx on a system. This
36 MODULE_DESCRIPTION("pcm3052 (onyx) codec driver for snd-aoa");
38 #include "onyx.h"
43 #define PFX "snd-aoa-codec-onyx: "
45 struct onyx { struct
62 #define codec_to_onyx(c) container_of(c, struct onyx, codec)
65 static int onyx_read_register(struct onyx *onyx, u8 reg, u8 *value) in onyx_read_register() argument
70 *value = onyx->cache[reg-FIRSTREGISTER]; in onyx_read_register()
73 v = i2c_smbus_read_byte_data(onyx in onyx_read_register()
83 onyx_write_register(struct onyx *onyx, u8 reg, u8 value) onyx_write_register() argument
121 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_snd_vol_get() local
138 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_snd_vol_put() local
197 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_snd_inputgain_get() local
213 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_snd_inputgain_put() local
251 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_snd_capture_source_get() local
263 onyx_set_capture_source(struct onyx *onyx, int mic) onyx_set_capture_source() argument
311 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_snd_mute_get() local
327 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_snd_mute_put() local
368 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_snd_single_bit_get() local
387 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_snd_single_bit_put() local
489 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_spdif_get() local
512 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_spdif_put() local
578 onyx_register_init(struct onyx *onyx) onyx_register_init() argument
672 struct onyx *onyx = cii->codec_data; onyx_usable() local
697 struct onyx *onyx = cii->codec_data; onyx_prepare() local
746 struct onyx *onyx = cii->codec_data; onyx_open() local
758 struct onyx *onyx = cii->codec_data; onyx_close() local
772 struct onyx *onyx = cii->codec_data; onyx_switch_clock() local
795 struct onyx *onyx = cii->codec_data; onyx_suspend() local
813 struct onyx *onyx = cii->codec_data; onyx_resume() local
862 struct onyx *onyx = codec_to_onyx(codec); onyx_init_codec() local
978 snd_device_free(aoa_get_card(), onyx); onyx_init_codec() local
984 struct onyx *onyx = codec_to_onyx(codec); onyx_exit_codec() local
996 struct onyx *onyx; onyx_i2c_probe() local
1033 struct onyx *onyx = i2c_get_clientdata(client); onyx_i2c_remove() local
[all...]
H A DMakefile2 snd-aoa-codec-onyx-objs := onyx.o
6 obj-$(CONFIG_SND_AOA_ONYX) += snd-aoa-codec-onyx.o

Completed in 3 milliseconds