Lines Matching refs:snd_pcm_oss_file

51 static int snd_pcm_oss_get_rate(struct snd_pcm_oss_file *pcm_oss_file);
52 static int snd_pcm_oss_get_channels(struct snd_pcm_oss_file *pcm_oss_file);
53 static int snd_pcm_oss_get_format(struct snd_pcm_oss_file *pcm_oss_file);
1121 static int snd_pcm_oss_get_active_substream(struct snd_pcm_oss_file *pcm_oss_file, struct snd_pcm_s… in snd_pcm_oss_get_active_substream()
1573 static int snd_pcm_oss_reset(struct snd_pcm_oss_file *pcm_oss_file) in snd_pcm_oss_reset()
1595 static int snd_pcm_oss_post(struct snd_pcm_oss_file *pcm_oss_file) in snd_pcm_oss_post()
1660 static int snd_pcm_oss_sync(struct snd_pcm_oss_file *pcm_oss_file) in snd_pcm_oss_sync()
1757 static int snd_pcm_oss_set_rate(struct snd_pcm_oss_file *pcm_oss_file, int rate) in snd_pcm_oss_set_rate()
1785 static int snd_pcm_oss_get_rate(struct snd_pcm_oss_file *pcm_oss_file) in snd_pcm_oss_get_rate()
1796 static int snd_pcm_oss_set_channels(struct snd_pcm_oss_file *pcm_oss_file, unsigned int channels) in snd_pcm_oss_set_channels()
1823 static int snd_pcm_oss_get_channels(struct snd_pcm_oss_file *pcm_oss_file) in snd_pcm_oss_get_channels()
1834 static int snd_pcm_oss_get_block_size(struct snd_pcm_oss_file *pcm_oss_file) in snd_pcm_oss_get_block_size()
1845 static int snd_pcm_oss_get_formats(struct snd_pcm_oss_file *pcm_oss_file) in snd_pcm_oss_get_formats()
1891 static int snd_pcm_oss_set_format(struct snd_pcm_oss_file *pcm_oss_file, int format) in snd_pcm_oss_set_format()
1921 static int snd_pcm_oss_get_format(struct snd_pcm_oss_file *pcm_oss_file) in snd_pcm_oss_get_format()
1953 static int snd_pcm_oss_set_subdivide(struct snd_pcm_oss_file *pcm_oss_file, int subdivide) in snd_pcm_oss_set_subdivide()
1996 static int snd_pcm_oss_set_fragment(struct snd_pcm_oss_file *pcm_oss_file, unsigned int val) in snd_pcm_oss_set_fragment()
2050 static int snd_pcm_oss_get_caps(struct snd_pcm_oss_file *pcm_oss_file) in snd_pcm_oss_get_caps()
2073 static int snd_pcm_oss_set_trigger(struct snd_pcm_oss_file *pcm_oss_file, int trigger) in snd_pcm_oss_set_trigger()
2156 static int snd_pcm_oss_get_trigger(struct snd_pcm_oss_file *pcm_oss_file) in snd_pcm_oss_get_trigger()
2170 static int snd_pcm_oss_get_odelay(struct snd_pcm_oss_file *pcm_oss_file) in snd_pcm_oss_get_odelay()
2194 static int snd_pcm_oss_get_ptr(struct snd_pcm_oss_file *pcm_oss_file, int stream, struct count_info… in snd_pcm_oss_get_ptr()
2264 static int snd_pcm_oss_get_space(struct snd_pcm_oss_file *pcm_oss_file, int stream, struct audio_bu… in snd_pcm_oss_get_space()
2327 static int snd_pcm_oss_get_mapbuf(struct snd_pcm_oss_file *pcm_oss_file, int stream, struct buffmem… in snd_pcm_oss_get_mapbuf()
2405 static int snd_pcm_oss_release_file(struct snd_pcm_oss_file *pcm_oss_file) in snd_pcm_oss_release_file()
2421 struct snd_pcm_oss_file **rpcm_oss_file, in snd_pcm_oss_open_file()
2426 struct snd_pcm_oss_file *pcm_oss_file; in snd_pcm_oss_open_file()
2493 struct snd_pcm_oss_file *pcm_oss_file; in snd_pcm_oss_open()
2580 struct snd_pcm_oss_file *pcm_oss_file; in snd_pcm_oss_release()
2602 struct snd_pcm_oss_file *pcm_oss_file; in snd_pcm_oss_ioctl()
2779 struct snd_pcm_oss_file *pcm_oss_file; in snd_pcm_oss_read()
2802 struct snd_pcm_oss_file *pcm_oss_file; in snd_pcm_oss_write()
2843 struct snd_pcm_oss_file *pcm_oss_file; in snd_pcm_oss_poll()
2874 struct snd_pcm_oss_file ofile; in snd_pcm_oss_poll()
2887 struct snd_pcm_oss_file *pcm_oss_file; in snd_pcm_oss_mmap()