Searched refs:ofile (Results 1 – 1 of 1) sorted by relevance
2756 struct snd_pcm_oss_file ofile; in snd_pcm_oss_poll() local2757 memset(&ofile, 0, sizeof(ofile)); in snd_pcm_oss_poll()2758 ofile.streams[SNDRV_PCM_STREAM_CAPTURE] = pcm_oss_file->streams[SNDRV_PCM_STREAM_CAPTURE]; in snd_pcm_oss_poll()2760 snd_pcm_oss_set_trigger(&ofile, PCM_ENABLE_INPUT); in snd_pcm_oss_poll()