Lines Matching refs:kcontrol

109 static int onyx_snd_vol_info(struct snd_kcontrol *kcontrol,  in onyx_snd_vol_info()  argument
119 static int onyx_snd_vol_get(struct snd_kcontrol *kcontrol, in onyx_snd_vol_get() argument
122 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_vol_get()
136 static int onyx_snd_vol_put(struct snd_kcontrol *kcontrol, in onyx_snd_vol_put() argument
139 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_vol_put()
185 static int onyx_snd_inputgain_info(struct snd_kcontrol *kcontrol, in onyx_snd_inputgain_info() argument
195 static int onyx_snd_inputgain_get(struct snd_kcontrol *kcontrol, in onyx_snd_inputgain_get() argument
198 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_inputgain_get()
211 static int onyx_snd_inputgain_put(struct snd_kcontrol *kcontrol, in onyx_snd_inputgain_put() argument
214 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_inputgain_put()
241 static int onyx_snd_capture_source_info(struct snd_kcontrol *kcontrol, in onyx_snd_capture_source_info() argument
249 static int onyx_snd_capture_source_get(struct snd_kcontrol *kcontrol, in onyx_snd_capture_source_get() argument
252 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_capture_source_get()
277 static int onyx_snd_capture_source_put(struct snd_kcontrol *kcontrol, in onyx_snd_capture_source_put() argument
282 onyx_set_capture_source(snd_kcontrol_chip(kcontrol), in onyx_snd_capture_source_put()
309 static int onyx_snd_mute_get(struct snd_kcontrol *kcontrol, in onyx_snd_mute_get() argument
312 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_mute_get()
325 static int onyx_snd_mute_put(struct snd_kcontrol *kcontrol, in onyx_snd_mute_put() argument
328 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_mute_put()
366 static int onyx_snd_single_bit_get(struct snd_kcontrol *kcontrol, in onyx_snd_single_bit_get() argument
369 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_single_bit_get()
371 long int pv = kcontrol->private_value; in onyx_snd_single_bit_get()
385 static int onyx_snd_single_bit_put(struct snd_kcontrol *kcontrol, in onyx_snd_single_bit_put() argument
388 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_snd_single_bit_put()
391 long int pv = kcontrol->private_value; in onyx_snd_single_bit_put()
458 static int onyx_spdif_info(struct snd_kcontrol *kcontrol, in onyx_spdif_info() argument
466 static int onyx_spdif_mask_get(struct snd_kcontrol *kcontrol, in onyx_spdif_mask_get() argument
487 static int onyx_spdif_get(struct snd_kcontrol *kcontrol, in onyx_spdif_get() argument
490 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_spdif_get()
510 static int onyx_spdif_put(struct snd_kcontrol *kcontrol, in onyx_spdif_put() argument
513 struct onyx *onyx = snd_kcontrol_chip(kcontrol); in onyx_spdif_put()