Searched refs:snd_seq_oss_control (Results  1 – 2 of 2) sorted by relevance
| /Linux-v6.6/sound/core/seq/oss/ | 
| D | seq_oss_writeq.c | 45 	snd_seq_oss_control(dp, SNDRV_SEQ_IOCTL_SET_CLIENT_POOL, &pool);  in snd_seq_oss_writeq_new()73 	snd_seq_oss_control(q->dp, SNDRV_SEQ_IOCTL_REMOVE_EVENTS, &reset);  in snd_seq_oss_writeq_clear()
 143 	snd_seq_oss_control(q->dp, SNDRV_SEQ_IOCTL_GET_CLIENT_POOL, &pool);  in snd_seq_oss_writeq_get_free_size()
 156 	snd_seq_oss_control(q->dp, SNDRV_SEQ_IOCTL_GET_CLIENT_POOL, &pool);  in snd_seq_oss_writeq_set_output()
 158 	snd_seq_oss_control(q->dp, SNDRV_SEQ_IOCTL_SET_CLIENT_POOL, &pool);  in snd_seq_oss_writeq_set_output()
 
 | 
| D | seq_oss_device.h | 143 snd_seq_oss_control(struct seq_oss_devinfo *dp, unsigned int type, void *arg)  in snd_seq_oss_control()  function
 |