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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/sound/
H A Dmixer_oss.h34 int (*get_volume)(struct snd_mixer_oss_file *fmixer,
37 int (*put_volume)(struct snd_mixer_oss_file *fmixer,
40 int (*get_recsrc)(struct snd_mixer_oss_file *fmixer,
43 int (*put_recsrc)(struct snd_mixer_oss_file *fmixer,
58 int (*get_recsrc)(struct snd_mixer_oss_file *fmixer,
60 int (*put_recsrc)(struct snd_mixer_oss_file *fmixer,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/sound/
H A Dmixer_oss.h34 int (*get_volume)(struct snd_mixer_oss_file *fmixer,
37 int (*put_volume)(struct snd_mixer_oss_file *fmixer,
40 int (*get_recsrc)(struct snd_mixer_oss_file *fmixer,
43 int (*put_recsrc)(struct snd_mixer_oss_file *fmixer,
58 int (*get_recsrc)(struct snd_mixer_oss_file *fmixer,
60 int (*put_recsrc)(struct snd_mixer_oss_file *fmixer,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/core/oss/
H A Dmixer_oss.c43 struct snd_mixer_oss_file *fmixer; local
59 fmixer = kzalloc(sizeof(*fmixer), GFP_KERNEL);
60 if (fmixer == NULL) {
64 fmixer->card = card;
65 fmixer->mixer = card->mixer_oss;
66 file->private_data = fmixer;
68 kfree(fmixer);
77 struct snd_mixer_oss_file *fmixer; local
80 fmixer
88 snd_mixer_oss_info(struct snd_mixer_oss_file *fmixer, mixer_info __user *_info) argument
104 snd_mixer_oss_info_obsolete(struct snd_mixer_oss_file *fmixer, _old_mixer_info __user *_info) argument
119 snd_mixer_oss_caps(struct snd_mixer_oss_file *fmixer) argument
131 snd_mixer_oss_devmask(struct snd_mixer_oss_file *fmixer) argument
147 snd_mixer_oss_stereodevs(struct snd_mixer_oss_file *fmixer) argument
163 snd_mixer_oss_recmask(struct snd_mixer_oss_file *fmixer) argument
184 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
249 snd_mixer_oss_get_volume(struct snd_mixer_oss_file *fmixer, int slot) argument
276 snd_mixer_oss_set_volume(struct snd_mixer_oss_file *fmixer, int slot, int volume) argument
301 snd_mixer_oss_ioctl1(struct snd_mixer_oss_file *fmixer, unsigned int cmd, unsigned long arg) argument
376 struct snd_mixer_oss_file fmixer; local
489 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
526 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
565 snd_mixer_oss_get_volume1(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int *left, int *right) argument
591 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
631 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
676 snd_mixer_oss_put_volume1(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int left, int right) argument
725 snd_mixer_oss_get_recsrc1_sw(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int *active) argument
738 snd_mixer_oss_get_recsrc1_route(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int *active) argument
751 snd_mixer_oss_put_recsrc1_sw(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int active) argument
761 snd_mixer_oss_put_recsrc1_route(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int active) argument
771 snd_mixer_oss_get_recsrc2(struct snd_mixer_oss_file *fmixer, unsigned int *active_index) argument
821 snd_mixer_oss_put_recsrc2(struct snd_mixer_oss_file *fmixer, unsigned int active_index) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/core/oss/
H A Dmixer_oss.c43 struct snd_mixer_oss_file *fmixer; local
59 fmixer = kzalloc(sizeof(*fmixer), GFP_KERNEL);
60 if (fmixer == NULL) {
64 fmixer->card = card;
65 fmixer->mixer = card->mixer_oss;
66 file->private_data = fmixer;
68 kfree(fmixer);
77 struct snd_mixer_oss_file *fmixer; local
80 fmixer
88 snd_mixer_oss_info(struct snd_mixer_oss_file *fmixer, mixer_info __user *_info) argument
104 snd_mixer_oss_info_obsolete(struct snd_mixer_oss_file *fmixer, _old_mixer_info __user *_info) argument
119 snd_mixer_oss_caps(struct snd_mixer_oss_file *fmixer) argument
131 snd_mixer_oss_devmask(struct snd_mixer_oss_file *fmixer) argument
147 snd_mixer_oss_stereodevs(struct snd_mixer_oss_file *fmixer) argument
163 snd_mixer_oss_recmask(struct snd_mixer_oss_file *fmixer) argument
184 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
249 snd_mixer_oss_get_volume(struct snd_mixer_oss_file *fmixer, int slot) argument
276 snd_mixer_oss_set_volume(struct snd_mixer_oss_file *fmixer, int slot, int volume) argument
301 snd_mixer_oss_ioctl1(struct snd_mixer_oss_file *fmixer, unsigned int cmd, unsigned long arg) argument
376 struct snd_mixer_oss_file fmixer; local
489 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
526 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
565 snd_mixer_oss_get_volume1(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int *left, int *right) argument
591 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
631 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
676 snd_mixer_oss_put_volume1(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int left, int right) argument
725 snd_mixer_oss_get_recsrc1_sw(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int *active) argument
738 snd_mixer_oss_get_recsrc1_route(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int *active) argument
751 snd_mixer_oss_put_recsrc1_sw(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int active) argument
761 snd_mixer_oss_put_recsrc1_route(struct snd_mixer_oss_file *fmixer, struct snd_mixer_oss_slot *pslot, int active) argument
771 snd_mixer_oss_get_recsrc2(struct snd_mixer_oss_file *fmixer, unsigned int *active_index) argument
821 snd_mixer_oss_put_recsrc2(struct snd_mixer_oss_file *fmixer, unsigned int active_index) argument
[all...]

Completed in 67 milliseconds