Searched defs:onyx (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/sound/aoa/codecs/ |
| D | onyx.c | 45 struct onyx { struct 62 #define codec_to_onyx(c) container_of(c, struct onyx, codec) argument 65 static int onyx_read_register(struct onyx *onyx, u8 reg, u8 *value) in onyx_read_register() 83 static int onyx_write_register(struct onyx *onyx, u8 reg, u8 value) in onyx_write_register() 121 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_vol_get() local 138 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_vol_put() local 197 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_inputgain_get() local 213 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_inputgain_put() local 251 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_capture_source_get() local 263 static void onyx_set_capture_source(struct onyx *onyx, int mic) in onyx_set_capture_source() [all …]
|
| /kernel/linux/linux-6.6/sound/aoa/codecs/ |
| D | onyx.c | 45 struct onyx { struct 62 #define codec_to_onyx(c) container_of(c, struct onyx, codec) argument 65 static int onyx_read_register(struct onyx *onyx, u8 reg, u8 *value) in onyx_read_register() 83 static int onyx_write_register(struct onyx *onyx, u8 reg, u8 value) in onyx_write_register() 121 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_vol_get() local 138 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_vol_put() local 197 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_inputgain_get() local 213 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_inputgain_put() local 251 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_capture_source_get() local 263 static void onyx_set_capture_source(struct onyx *onyx, int mic) in onyx_set_capture_source() [all …]
|