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

/linux-master/sound/core/oss/
H A Dmixer_oss.c30 struct snd_mixer_oss_file *fmixer; local
71 struct snd_mixer_oss_file *fmixer; local
82 snd_mixer_oss_info(struct snd_mixer_oss_file *fmixer, mixer_info __user *_info) argument
98 snd_mixer_oss_info_obsolete(struct snd_mixer_oss_file *fmixer, _old_mixer_info __user *_info) argument
113 snd_mixer_oss_caps(struct snd_mixer_oss_file *fmixer) argument
125 snd_mixer_oss_devmask(struct snd_mixer_oss_file *fmixer) argument
142 snd_mixer_oss_stereodevs(struct snd_mixer_oss_file *fmixer) argument
159 snd_mixer_oss_recmask(struct snd_mixer_oss_file *fmixer) argument
181 snd_mixer_oss_get_recsrc(struct snd_mixer_oss_file *fmixer) argument
212 snd_mixer_oss_set_recsrc(struct snd_mixer_oss_file *fmixer, int recsrc) argument
251 snd_mixer_oss_get_volume(struct snd_mixer_oss_file *fmixer, int slot) argument
279 snd_mixer_oss_set_volume(struct snd_mixer_oss_file *fmixer, int slot, int volume) argument
306 snd_mixer_oss_ioctl1(struct snd_mixer_oss_file *fmixer, unsigned int cmd, unsigned long arg) argument
381 struct snd_mixer_oss_file fmixer; local
516 snd_mixer_oss_get_volume1_vol(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, unsigned int numid, int *left, int *right) argument
548 snd_mixer_oss_get_volume1_sw(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, unsigned int numid, int *left, int *right, int route) argument
582 snd_mixer_oss_get_volume1(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int *left, int *right) argument
608 snd_mixer_oss_put_volume1_vol(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, unsigned int numid, int left, int right) argument
644 snd_mixer_oss_put_volume1_sw(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, unsigned int numid, int left, int right, int route) argument
685 snd_mixer_oss_put_volume1(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int left, int right) argument
734 snd_mixer_oss_get_recsrc1_sw(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int *active) argument
747 snd_mixer_oss_get_recsrc1_route(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int *active) argument
760 snd_mixer_oss_put_recsrc1_sw(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int active) argument
770 snd_mixer_oss_put_recsrc1_route(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int active) argument
780 snd_mixer_oss_get_recsrc2(struct snd_mixer_oss_file *fmixer, unsigned int *active_index) argument
822 snd_mixer_oss_put_recsrc2(struct snd_mixer_oss_file *fmixer, unsigned int active_index) argument
[all...]

Completed in 142 milliseconds