• Home
  • Raw
  • Download

Lines Matching refs:kcontrol

202 static int aureon_universe_inmux_info(struct snd_kcontrol *kcontrol,  in aureon_universe_inmux_info()  argument
211 static int aureon_universe_inmux_get(struct snd_kcontrol *kcontrol, in aureon_universe_inmux_get() argument
214 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_universe_inmux_get()
220 static int aureon_universe_inmux_put(struct snd_kcontrol *kcontrol, in aureon_universe_inmux_put() argument
223 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_universe_inmux_put()
361 static int aureon_ac97_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in aureon_ac97_vol_info() argument
364 uinfo->count = kcontrol->private_value & AUREON_AC97_STEREO ? 2 : 1; in aureon_ac97_vol_info()
370 static int aureon_ac97_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_ac97_vol_get() argument
372 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_ac97_vol_get()
377 vol = aureon_ac97_read(ice, kcontrol->private_value & 0x7F); in aureon_ac97_vol_get()
379 if (kcontrol->private_value & AUREON_AC97_STEREO) in aureon_ac97_vol_get()
386 static int aureon_ac97_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_ac97_vol_put() argument
388 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_ac97_vol_put()
394 ovol = aureon_ac97_read(ice, kcontrol->private_value & 0x7F); in aureon_ac97_vol_put()
396 if (kcontrol->private_value & AUREON_AC97_STEREO) in aureon_ac97_vol_put()
402 aureon_ac97_write(ice, kcontrol->private_value & 0x7F, nvol); in aureon_ac97_vol_put()
414 static int aureon_ac97_mute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_ac97_mute_get() argument
416 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_ac97_mute_get()
421 kcontrol->private_value & 0x7F) & 0x8000 ? 0 : 1; in aureon_ac97_mute_get()
427 static int aureon_ac97_mute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_ac97_mute_put() argument
429 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_ac97_mute_put()
435 ovol = aureon_ac97_read(ice, kcontrol->private_value & 0x7F); in aureon_ac97_mute_put()
440 aureon_ac97_write(ice, kcontrol->private_value & 0x7F, nvol); in aureon_ac97_mute_put()
452 static int aureon_ac97_micboost_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucont… in aureon_ac97_micboost_get() argument
454 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_ac97_micboost_get()
464 static int aureon_ac97_micboost_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucont… in aureon_ac97_micboost_put() argument
466 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_ac97_micboost_put()
655 static int aureon_ac97_mmute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_ac97_mmute_get() argument
657 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_ac97_mmute_get()
667 static int aureon_ac97_mmute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_ac97_mmute_put() argument
669 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_ac97_mmute_put()
717 static int wm_pcm_mute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_pcm_mute_get() argument
719 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_pcm_mute_get()
727 static int wm_pcm_mute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_pcm_mute_put() argument
729 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_pcm_mute_put()
747 static int wm_master_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in wm_master_vol_info() argument
756 static int wm_master_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_master_vol_get() argument
758 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_master_vol_get()
767 static int wm_master_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_master_vol_put() argument
769 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_master_vol_put()
796 static int wm_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in wm_vol_info() argument
798 int voices = kcontrol->private_value >> 8; in wm_vol_info()
806 static int wm_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_vol_get() argument
808 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_vol_get()
812 voices = kcontrol->private_value >> 8; in wm_vol_get()
813 ofs = kcontrol->private_value & 0xff; in wm_vol_get()
820 static int wm_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_vol_put() argument
822 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_vol_put()
827 voices = kcontrol->private_value >> 8; in wm_vol_put()
828 ofs = kcontrol->private_value & 0xff; in wm_vol_put()
850 static int wm_mute_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in wm_mute_info() argument
853 uinfo->count = kcontrol->private_value >> 8; in wm_mute_info()
859 static int wm_mute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_mute_get() argument
861 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_mute_get()
865 voices = kcontrol->private_value >> 8; in wm_mute_get()
866 ofs = kcontrol->private_value & 0xFF; in wm_mute_get()
874 static int wm_mute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_mute_put() argument
876 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_mute_put()
880 voices = kcontrol->private_value >> 8; in wm_mute_put()
881 ofs = kcontrol->private_value & 0xFF; in wm_mute_put()
905 static int wm_master_mute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_master_mute_get() argument
907 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_master_mute_get()
917 static int wm_master_mute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_master_mute_put() argument
919 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_master_mute_put()
947 static int wm_pcm_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in wm_pcm_vol_info() argument
956 static int wm_pcm_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_pcm_vol_get() argument
958 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_pcm_vol_get()
969 static int wm_pcm_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_pcm_vol_put() argument
971 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_pcm_vol_put()
995 static int wm_adc_mute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_adc_mute_get() argument
997 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_mute_get()
1010 static int wm_adc_mute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_adc_mute_put() argument
1012 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_mute_put()
1033 static int wm_adc_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in wm_adc_vol_info() argument
1042 static int wm_adc_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_adc_vol_get() argument
1044 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_vol_get()
1058 static int wm_adc_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_adc_vol_put() argument
1060 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_vol_put()
1082 static int wm_adc_mux_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in wm_adc_mux_info() argument
1101 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_mux_info()
1109 static int wm_adc_mux_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_adc_mux_get() argument
1111 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_mux_get()
1122 static int wm_adc_mux_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_adc_mux_put() argument
1124 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_mux_put()
1143 static int aureon_cs8415_mux_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in aureon_cs8415_mux_info() argument
1145 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_cs8415_mux_info()
1160 static int aureon_cs8415_mux_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_cs8415_mux_get() argument
1162 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_cs8415_mux_get()
1172 static int aureon_cs8415_mux_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_cs8415_mux_put() argument
1174 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_cs8415_mux_put()
1191 static int aureon_cs8415_rate_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in aureon_cs8415_rate_info() argument
1200 static int aureon_cs8415_rate_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in aureon_cs8415_rate_get() argument
1202 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_cs8415_rate_get()
1214 static int aureon_cs8415_mute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in aureon_cs8415_mute_get() argument
1216 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_cs8415_mute_get()
1223 static int aureon_cs8415_mute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in aureon_cs8415_mute_put() argument
1225 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_cs8415_mute_put()
1244 static int aureon_cs8415_qsub_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in aureon_cs8415_qsub_info() argument
1251 static int aureon_cs8415_qsub_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in aureon_cs8415_qsub_get() argument
1253 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_cs8415_qsub_get()
1262 static int aureon_cs8415_spdif_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in aureon_cs8415_spdif_info() argument
1269 static int aureon_cs8415_mask_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in aureon_cs8415_mask_get() argument
1275 static int aureon_cs8415_spdif_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontr… in aureon_cs8415_spdif_get() argument
1277 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_cs8415_spdif_get()
1321 static int aureon_hpamp_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_hpamp_get() argument
1323 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_hpamp_get()
1330 static int aureon_hpamp_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_hpamp_put() argument
1332 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_hpamp_put()
1343 static int aureon_deemp_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_deemp_get() argument
1345 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_deemp_get()
1350 static int aureon_deemp_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_deemp_put() argument
1352 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_deemp_put()
1376 static int aureon_oversampling_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontr… in aureon_oversampling_get() argument
1378 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_oversampling_get()
1383 static int aureon_oversampling_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontr… in aureon_oversampling_put() argument
1386 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_oversampling_put()