PCM_ENABLE_INPUT 1994 sound/core/oss/pcm_oss.c 		if (trigger & PCM_ENABLE_INPUT) {
PCM_ENABLE_INPUT 2026 sound/core/oss/pcm_oss.c 		result |= PCM_ENABLE_INPUT;
PCM_ENABLE_INPUT 2708 sound/core/oss/pcm_oss.c 			snd_pcm_oss_set_trigger(&ofile, PCM_ENABLE_INPUT);
PCM_ENABLE_INPUT 1095 sound/oss/ad1848.c 	if ((devc->audio_mode & PCM_ENABLE_INPUT) && (audio_devs[dev]->flags & DMA_AUTOMODE) &&
PCM_ENABLE_INPUT 1099 sound/oss/ad1848.c 		devc->audio_mode |= PCM_ENABLE_INPUT;
PCM_ENABLE_INPUT 1121 sound/oss/ad1848.c 	devc->audio_mode |= PCM_ENABLE_INPUT;
PCM_ENABLE_INPUT 1349 sound/oss/ad1848.c 		devc->audio_mode &= ~PCM_ENABLE_INPUT;
PCM_ENABLE_INPUT 1355 sound/oss/ad1848.c 	devc->audio_mode &= ~PCM_ENABLE_INPUT;
PCM_ENABLE_INPUT 1410 sound/oss/ad1848.c 		  if (state & PCM_ENABLE_INPUT)
PCM_ENABLE_INPUT 2246 sound/oss/ad1848.c 		if ((devc->open_mode & OPEN_READ) && (devc->audio_mode & PCM_ENABLE_INPUT) && (alt_stat & 0x20))
PCM_ENABLE_INPUT 1568 sound/oss/au1550_ac97.c 			val |= PCM_ENABLE_INPUT;
PCM_ENABLE_INPUT 1578 sound/oss/au1550_ac97.c 			if (val & PCM_ENABLE_INPUT) {
PCM_ENABLE_INPUT  825 sound/oss/audio.c 			if (!(audio_devs[dev]->flags & DMA_DUPLEX) && (bits & PCM_ENABLE_INPUT) &&
PCM_ENABLE_INPUT  829 sound/oss/audio.c 			if (bits & PCM_ENABLE_INPUT)
PCM_ENABLE_INPUT  832 sound/oss/audio.c 				changed = (audio_devs[dev]->enable_bits ^ bits) & PCM_ENABLE_INPUT;
PCM_ENABLE_INPUT  842 sound/oss/audio.c 					audio_devs[dev]->enable_bits |= PCM_ENABLE_INPUT;
PCM_ENABLE_INPUT  845 sound/oss/audio.c 					audio_devs[dev]->enable_bits &= ~PCM_ENABLE_INPUT;
PCM_ENABLE_INPUT   74 sound/oss/dev_table.h #define DMODE_INPUT		PCM_ENABLE_INPUT
PCM_ENABLE_INPUT  522 sound/oss/dmabuf.c 	if (!(adev->enable_bits & PCM_ENABLE_INPUT))
PCM_ENABLE_INPUT  571 sound/oss/dmabuf.c 		if (!(adev->enable_bits & PCM_ENABLE_INPUT) || !adev->go) {
PCM_ENABLE_INPUT 1211 sound/oss/dmabuf.c 		    adev->enable_bits & PCM_ENABLE_INPUT &&
PCM_ENABLE_INPUT  354 sound/oss/pas2_pcm.c 	else if (state & PCM_ENABLE_INPUT)
PCM_ENABLE_INPUT   22 sound/oss/sb.h #define IMODE_INPUT		PCM_ENABLE_INPUT
PCM_ENABLE_INPUT  109 sound/oss/sound_config.h #define OPEN_READ	PCM_ENABLE_INPUT
PCM_ENABLE_INPUT 2127 sound/oss/swarm_cs4297a.c 			val |= PCM_ENABLE_INPUT;
PCM_ENABLE_INPUT 2136 sound/oss/swarm_cs4297a.c 			if (val & PCM_ENABLE_INPUT) {
PCM_ENABLE_INPUT 2811 sound/oss/vwsnd.c 					ival |= PCM_ENABLE_INPUT;
PCM_ENABLE_INPUT 2835 sound/oss/vwsnd.c 		if (((rport && !(ival & PCM_ENABLE_INPUT)) ||
PCM_ENABLE_INPUT 2845 sound/oss/vwsnd.c 				if (ival & PCM_ENABLE_INPUT)
PCM_ENABLE_INPUT 2851 sound/oss/vwsnd.c 			if (hwstate != HW_RUNNING && ival & PCM_ENABLE_INPUT) {
PCM_ENABLE_INPUT  493 sound/oss/waveartist.c 	if (devc->audio_mode & PCM_ENABLE_INPUT &&
PCM_ENABLE_INPUT  497 sound/oss/waveartist.c 		devc->audio_mode |= PCM_ENABLE_INPUT;
PCM_ENABLE_INPUT  511 sound/oss/waveartist.c 	devc->audio_mode |= PCM_ENABLE_INPUT;
PCM_ENABLE_INPUT  695 sound/oss/waveartist.c 	devc->audio_mode &= ~PCM_ENABLE_INPUT;
PCM_ENABLE_INPUT  742 sound/oss/waveartist.c 		if (state & PCM_ENABLE_INPUT)
PCM_ENABLE_INPUT  754 sound/oss/waveartist.c 	    state & PCM_ENABLE_INPUT)
PCM_ENABLE_INPUT  863 sound/oss/waveartist.c 		if ((status & DMA1) && (devc->audio_mode & PCM_ENABLE_INPUT)) {