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

/linux-4.1.27/sound/aoa/codecs/
H A DMakefile
H A Donyx.c48 struct onyx { struct
68 static int onyx_read_register(struct onyx *onyx, u8 reg, u8 *value) onyx_read_register() argument
84 static int onyx_write_register(struct onyx *onyx, u8 reg, u8 value) onyx_write_register() argument
122 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_snd_vol_get() local
139 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_snd_vol_put() local
198 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_snd_inputgain_get() local
214 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_snd_inputgain_put() local
252 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_snd_capture_source_get() local
264 static void onyx_set_capture_source(struct onyx *onyx, int mic) onyx_set_capture_source() argument
312 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_snd_mute_get() local
328 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_snd_mute_put() local
369 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_snd_single_bit_get() local
388 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_snd_single_bit_put() local
490 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_spdif_get() local
513 struct onyx *onyx = snd_kcontrol_chip(kcontrol); onyx_spdif_put() local
579 static int onyx_register_init(struct onyx *onyx) onyx_register_init() argument
673 struct onyx *onyx = cii->codec_data; onyx_usable() local
698 struct onyx *onyx = cii->codec_data; onyx_prepare() local
747 struct onyx *onyx = cii->codec_data; onyx_open() local
759 struct onyx *onyx = cii->codec_data; onyx_close() local
773 struct onyx *onyx = cii->codec_data; onyx_switch_clock() local
796 struct onyx *onyx = cii->codec_data; onyx_suspend() local
814 struct onyx *onyx = cii->codec_data; onyx_resume() local
863 struct onyx *onyx = codec_to_onyx(codec); onyx_init_codec() local
979 snd_device_free(aoa_get_card(), onyx); onyx_init_codec() local
985 struct onyx *onyx = codec_to_onyx(codec); onyx_exit_codec() local
998 struct onyx *onyx; onyx_i2c_probe() local
1035 struct onyx *onyx = i2c_get_clientdata(client); onyx_i2c_remove() local

Completed in 186 milliseconds