• Home
  • Raw
  • Download

Lines Matching refs:kcontrol

188 static int aureon_universe_inmux_info(struct snd_kcontrol *kcontrol,  in aureon_universe_inmux_info()  argument
197 static int aureon_universe_inmux_get(struct snd_kcontrol *kcontrol, in aureon_universe_inmux_get() argument
200 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_universe_inmux_get()
206 static int aureon_universe_inmux_put(struct snd_kcontrol *kcontrol, in aureon_universe_inmux_put() argument
209 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_universe_inmux_put()
347 static int aureon_ac97_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in aureon_ac97_vol_info() argument
350 uinfo->count = kcontrol->private_value & AUREON_AC97_STEREO ? 2 : 1; in aureon_ac97_vol_info()
356 static int aureon_ac97_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_ac97_vol_get() argument
358 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_ac97_vol_get()
363 vol = aureon_ac97_read(ice, kcontrol->private_value & 0x7F); in aureon_ac97_vol_get()
365 if (kcontrol->private_value & AUREON_AC97_STEREO) in aureon_ac97_vol_get()
372 static int aureon_ac97_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_ac97_vol_put() argument
374 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_ac97_vol_put()
380 ovol = aureon_ac97_read(ice, kcontrol->private_value & 0x7F); in aureon_ac97_vol_put()
382 if (kcontrol->private_value & AUREON_AC97_STEREO) in aureon_ac97_vol_put()
388 aureon_ac97_write(ice, kcontrol->private_value & 0x7F, nvol); in aureon_ac97_vol_put()
400 static int aureon_ac97_mute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_ac97_mute_get() argument
402 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_ac97_mute_get()
407 kcontrol->private_value & 0x7F) & 0x8000 ? 0 : 1; in aureon_ac97_mute_get()
413 static int aureon_ac97_mute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_ac97_mute_put() argument
415 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_ac97_mute_put()
421 ovol = aureon_ac97_read(ice, kcontrol->private_value & 0x7F); in aureon_ac97_mute_put()
426 aureon_ac97_write(ice, kcontrol->private_value & 0x7F, nvol); in aureon_ac97_mute_put()
438 static int aureon_ac97_micboost_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucont… in aureon_ac97_micboost_get() argument
440 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_ac97_micboost_get()
450 static int aureon_ac97_micboost_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucont… in aureon_ac97_micboost_put() argument
452 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_ac97_micboost_put()
641 static int aureon_ac97_mmute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_ac97_mmute_get() argument
643 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_ac97_mmute_get()
653 static int aureon_ac97_mmute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_ac97_mmute_put() argument
655 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_ac97_mmute_put()
703 static int wm_pcm_mute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_pcm_mute_get() argument
705 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_pcm_mute_get()
713 static int wm_pcm_mute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_pcm_mute_put() argument
715 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_pcm_mute_put()
733 static int wm_master_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in wm_master_vol_info() argument
742 static int wm_master_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_master_vol_get() argument
744 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_master_vol_get()
753 static int wm_master_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_master_vol_put() argument
755 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_master_vol_put()
782 static int wm_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in wm_vol_info() argument
784 int voices = kcontrol->private_value >> 8; in wm_vol_info()
792 static int wm_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_vol_get() argument
794 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_vol_get()
798 voices = kcontrol->private_value >> 8; in wm_vol_get()
799 ofs = kcontrol->private_value & 0xff; in wm_vol_get()
806 static int wm_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_vol_put() argument
808 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_vol_put()
813 voices = kcontrol->private_value >> 8; in wm_vol_put()
814 ofs = kcontrol->private_value & 0xff; in wm_vol_put()
836 static int wm_mute_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in wm_mute_info() argument
839 uinfo->count = kcontrol->private_value >> 8; in wm_mute_info()
845 static int wm_mute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_mute_get() argument
847 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_mute_get()
851 voices = kcontrol->private_value >> 8; in wm_mute_get()
852 ofs = kcontrol->private_value & 0xFF; in wm_mute_get()
860 static int wm_mute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_mute_put() argument
862 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_mute_put()
866 voices = kcontrol->private_value >> 8; in wm_mute_put()
867 ofs = kcontrol->private_value & 0xFF; in wm_mute_put()
891 static int wm_master_mute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_master_mute_get() argument
893 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_master_mute_get()
903 static int wm_master_mute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_master_mute_put() argument
905 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_master_mute_put()
933 static int wm_pcm_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in wm_pcm_vol_info() argument
942 static int wm_pcm_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_pcm_vol_get() argument
944 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_pcm_vol_get()
955 static int wm_pcm_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_pcm_vol_put() argument
957 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_pcm_vol_put()
981 static int wm_adc_mute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_adc_mute_get() argument
983 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_mute_get()
996 static int wm_adc_mute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_adc_mute_put() argument
998 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_mute_put()
1019 static int wm_adc_vol_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in wm_adc_vol_info() argument
1028 static int wm_adc_vol_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_adc_vol_get() argument
1030 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_vol_get()
1044 static int wm_adc_vol_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_adc_vol_put() argument
1046 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_vol_put()
1068 static int wm_adc_mux_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in wm_adc_mux_info() argument
1087 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_mux_info()
1095 static int wm_adc_mux_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_adc_mux_get() argument
1097 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_mux_get()
1108 static int wm_adc_mux_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in wm_adc_mux_put() argument
1110 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in wm_adc_mux_put()
1129 static int aureon_cs8415_mux_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in aureon_cs8415_mux_info() argument
1131 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_cs8415_mux_info()
1146 static int aureon_cs8415_mux_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_cs8415_mux_get() argument
1148 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_cs8415_mux_get()
1158 static int aureon_cs8415_mux_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_cs8415_mux_put() argument
1160 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_cs8415_mux_put()
1177 static int aureon_cs8415_rate_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in aureon_cs8415_rate_info() argument
1186 static int aureon_cs8415_rate_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in aureon_cs8415_rate_get() argument
1188 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_cs8415_rate_get()
1200 static int aureon_cs8415_mute_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in aureon_cs8415_mute_get() argument
1202 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_cs8415_mute_get()
1209 static int aureon_cs8415_mute_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in aureon_cs8415_mute_put() argument
1211 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_cs8415_mute_put()
1230 static int aureon_cs8415_qsub_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in aureon_cs8415_qsub_info() argument
1237 static int aureon_cs8415_qsub_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in aureon_cs8415_qsub_get() argument
1239 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_cs8415_qsub_get()
1248 static int aureon_cs8415_spdif_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo) in aureon_cs8415_spdif_info() argument
1255 static int aureon_cs8415_mask_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontro… in aureon_cs8415_mask_get() argument
1261 static int aureon_cs8415_spdif_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontr… in aureon_cs8415_spdif_get() argument
1263 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_cs8415_spdif_get()
1307 static int aureon_hpamp_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_hpamp_get() argument
1309 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_hpamp_get()
1316 static int aureon_hpamp_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_hpamp_put() argument
1318 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_hpamp_put()
1329 static int aureon_deemp_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_deemp_get() argument
1331 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_deemp_get()
1336 static int aureon_deemp_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol) in aureon_deemp_put() argument
1338 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_deemp_put()
1362 static int aureon_oversampling_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontr… in aureon_oversampling_get() argument
1364 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_oversampling_get()
1369 static int aureon_oversampling_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontr… in aureon_oversampling_put() argument
1372 struct snd_ice1712 *ice = snd_kcontrol_chip(kcontrol); in aureon_oversampling_put()