SNDRV_PCM_STREAM_PLAYBACK  615 include/sound/pcm.h 		 substream->stream == SNDRV_PCM_STREAM_PLAYBACK));
SNDRV_PCM_STREAM_PLAYBACK  984 sound/aoa/soundbus/i2sbus/i2sbus-pcm.c 		err = snd_pcm_new_stream(dev->pcm, SNDRV_PCM_STREAM_PLAYBACK, 1);
SNDRV_PCM_STREAM_PLAYBACK  987 sound/aoa/soundbus/i2sbus/i2sbus-pcm.c 		snd_pcm_set_ops(dev->pcm, SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK  513 sound/arm/aaci.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  616 sound/arm/aaci.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK 1039 sound/arm/aaci.c 		snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &aaci_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK   72 sound/arm/pxa2xx-ac97.c 	r = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) ?
SNDRV_PCM_STREAM_PLAYBACK   96 sound/arm/pxa2xx-ac97.c 	int reg = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) ?
SNDRV_PCM_STREAM_PLAYBACK   56 sound/arm/pxa2xx-pcm-lib.c 		if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  126 sound/arm/pxa2xx-pcm-lib.c 	dma_addr_t ptr = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) ?
SNDRV_PCM_STREAM_PLAYBACK   40 sound/arm/pxa2xx-pcm.c 	rtd->params = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) ?
SNDRV_PCM_STREAM_PLAYBACK  105 sound/arm/pxa2xx-pcm.c 		int stream = SNDRV_PCM_STREAM_PLAYBACK;
SNDRV_PCM_STREAM_PLAYBACK  274 sound/arm/sa11xx-uda1341.c 	sa11xx_uda1341->s[SNDRV_PCM_STREAM_PLAYBACK].id = "UDA1341 out";
SNDRV_PCM_STREAM_PLAYBACK  275 sound/arm/sa11xx-uda1341.c 	sa11xx_uda1341->s[SNDRV_PCM_STREAM_PLAYBACK].stream_id = SNDRV_PCM_STREAM_PLAYBACK;
SNDRV_PCM_STREAM_PLAYBACK  276 sound/arm/sa11xx-uda1341.c 	sa11xx_uda1341->s[SNDRV_PCM_STREAM_PLAYBACK].dma_dev = DMA_Ser4SSPWr;
SNDRV_PCM_STREAM_PLAYBACK  445 sound/arm/sa11xx-uda1341.c 		if (snd_BUG_ON(s->stream_id != SNDRV_PCM_STREAM_PLAYBACK))
SNDRV_PCM_STREAM_PLAYBACK  563 sound/arm/sa11xx-uda1341.c 		if (stream_id == SNDRV_PCM_STREAM_PLAYBACK && s1->active) {
SNDRV_PCM_STREAM_PLAYBACK  611 sound/arm/sa11xx-uda1341.c 		if (stream_id == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  739 sound/arm/sa11xx-uda1341.c 	if (stream_id == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  814 sound/arm/sa11xx-uda1341.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_card_sa11xx_uda1341_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK  823 sound/arm/sa11xx-uda1341.c 	audio_dma_request(&sa11xx_uda1341->s[SNDRV_PCM_STREAM_PLAYBACK], audio_dma_callback);
SNDRV_PCM_STREAM_PLAYBACK  846 sound/arm/sa11xx-uda1341.c 	sa1100_dma_sleep(chip->s[SNDRV_PCM_STREAM_PLAYBACK].dmach);
SNDRV_PCM_STREAM_PLAYBACK  865 sound/arm/sa11xx-uda1341.c 	sa1100_dma_wakeup(chip->s[SNDRV_PCM_STREAM_PLAYBACK].dmach);
SNDRV_PCM_STREAM_PLAYBACK  879 sound/arm/sa11xx-uda1341.c 	audio_dma_free(&chip->s[SNDRV_PCM_STREAM_PLAYBACK]);
SNDRV_PCM_STREAM_PLAYBACK  131 sound/core/oss/io.c 	if (snd_pcm_plug_stream(plug) == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  945 sound/core/oss/pcm_oss.c 			if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  992 sound/core/oss/pcm_oss.c 	sw_params->avail_min = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ?
SNDRV_PCM_STREAM_PLAYBACK 1496 sound/core/oss/pcm_oss.c 	substream = pcm_oss_file->streams[SNDRV_PCM_STREAM_PLAYBACK];
SNDRV_PCM_STREAM_PLAYBACK 1514 sound/core/oss/pcm_oss.c 	substream = pcm_oss_file->streams[SNDRV_PCM_STREAM_PLAYBACK];
SNDRV_PCM_STREAM_PLAYBACK 1581 sound/core/oss/pcm_oss.c 	substream = pcm_oss_file->streams[SNDRV_PCM_STREAM_PLAYBACK];
SNDRV_PCM_STREAM_PLAYBACK 1910 sound/core/oss/pcm_oss.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK 1958 sound/core/oss/pcm_oss.c 	psubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_PLAYBACK];
SNDRV_PCM_STREAM_PLAYBACK 2021 sound/core/oss/pcm_oss.c 	psubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_PLAYBACK];
SNDRV_PCM_STREAM_PLAYBACK 2037 sound/core/oss/pcm_oss.c 	substream = pcm_oss_file->streams[SNDRV_PCM_STREAM_PLAYBACK];
SNDRV_PCM_STREAM_PLAYBACK 2076 sound/core/oss/pcm_oss.c 	if (stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK 2099 sound/core/oss/pcm_oss.c 		if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK 2104 sound/core/oss/pcm_oss.c 		if (stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK 2144 sound/core/oss/pcm_oss.c 		if (stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK 2152 sound/core/oss/pcm_oss.c 		if (stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK 2305 sound/core/oss/pcm_oss.c 		if (idx == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK 2376 sound/core/oss/pcm_oss.c 		snd_pcm_oss_look_for_setup(pcm, SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK 2431 sound/core/oss/pcm_oss.c 	substream = pcm_oss_file->streams[SNDRV_PCM_STREAM_PLAYBACK];
SNDRV_PCM_STREAM_PLAYBACK 2555 sound/core/oss/pcm_oss.c 				SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK 2577 sound/core/oss/pcm_oss.c 				SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK 2583 sound/core/oss/pcm_oss.c 				SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK 2643 sound/core/oss/pcm_oss.c 	substream = pcm_oss_file->streams[SNDRV_PCM_STREAM_PLAYBACK];
SNDRV_PCM_STREAM_PLAYBACK 2680 sound/core/oss/pcm_oss.c 	psubstream = pcm_oss_file->streams[SNDRV_PCM_STREAM_PLAYBACK];
SNDRV_PCM_STREAM_PLAYBACK 2728 sound/core/oss/pcm_oss.c 		substream = pcm_oss_file->streams[SNDRV_PCM_STREAM_PLAYBACK];
SNDRV_PCM_STREAM_PLAYBACK 2736 sound/core/oss/pcm_oss.c 		substream = pcm_oss_file->streams[SNDRV_PCM_STREAM_PLAYBACK];
SNDRV_PCM_STREAM_PLAYBACK 2972 sound/core/oss/pcm_oss.c 		duplex = (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream_count > 0 && 
SNDRV_PCM_STREAM_PLAYBACK   57 sound/core/oss/pcm_plugin.c 	if (plugin->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  109 sound/core/oss/pcm_plugin.c 	if (snd_pcm_plug_stream(plug) == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  173 sound/core/oss/pcm_plugin.c 	if (plugin->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  208 sound/core/oss/pcm_plugin.c 	if (stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  240 sound/core/oss/pcm_plugin.c 	if (stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  370 sound/core/oss/pcm_plugin.c 	case SNDRV_PCM_STREAM_PLAYBACK:
SNDRV_PCM_STREAM_PLAYBACK  554 sound/core/oss/pcm_plugin.c 	if (stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  473 sound/core/pcm.c 		pstr->stream == SNDRV_PCM_STREAM_PLAYBACK ? 'p' : 'c');
SNDRV_PCM_STREAM_PLAYBACK  720 sound/core/pcm.c 	if ((err = snd_pcm_new_stream(pcm, SNDRV_PCM_STREAM_PLAYBACK, playback_count)) < 0) {
SNDRV_PCM_STREAM_PLAYBACK  777 sound/core/pcm.c 	snd_pcm_free_stream(&pcm->streams[SNDRV_PCM_STREAM_PLAYBACK]);
SNDRV_PCM_STREAM_PLAYBACK  820 sound/core/pcm.c 	case SNDRV_PCM_STREAM_PLAYBACK:
SNDRV_PCM_STREAM_PLAYBACK  830 sound/core/pcm.c 			for (substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; substream; substream = substream->next) {
SNDRV_PCM_STREAM_PLAYBACK  971 sound/core/pcm.c 		case SNDRV_PCM_STREAM_PLAYBACK:
SNDRV_PCM_STREAM_PLAYBACK 1031 sound/core/pcm.c 		case SNDRV_PCM_STREAM_PLAYBACK:
SNDRV_PCM_STREAM_PLAYBACK 1084 sound/core/pcm.c 		if (pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream)
SNDRV_PCM_STREAM_PLAYBACK 1086 sound/core/pcm.c 				    pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream_count);
SNDRV_PCM_STREAM_PLAYBACK   50 sound/core/pcm_compat.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK   67 sound/core/pcm_compat.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  292 sound/core/pcm_compat.c 	if (dir == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  350 sound/core/pcm_compat.c 	if (dir == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  501 sound/core/pcm_compat.c 		if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  518 sound/core/pcm_compat.c 		return snd_pcm_ioctl_xferi_compat(substream, SNDRV_PCM_STREAM_PLAYBACK, argp);
SNDRV_PCM_STREAM_PLAYBACK  522 sound/core/pcm_compat.c 		return snd_pcm_ioctl_xfern_compat(substream, SNDRV_PCM_STREAM_PLAYBACK, argp);
SNDRV_PCM_STREAM_PLAYBACK  167 sound/core/pcm_lib.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  221 sound/core/pcm_lib.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK &&
SNDRV_PCM_STREAM_PLAYBACK  264 sound/core/pcm_lib.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK &&
SNDRV_PCM_STREAM_PLAYBACK 1510 sound/core/pcm_lib.c 	int is_playback = substream->stream == SNDRV_PCM_STREAM_PLAYBACK;
SNDRV_PCM_STREAM_PLAYBACK  553 sound/core/pcm_native.c 		if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK &&
SNDRV_PCM_STREAM_PLAYBACK  597 sound/core/pcm_native.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  837 sound/core/pcm_native.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK &&
SNDRV_PCM_STREAM_PLAYBACK  862 sound/core/pcm_native.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK &&
SNDRV_PCM_STREAM_PLAYBACK 1140 sound/core/pcm_native.c 	     substream->stream != SNDRV_PCM_STREAM_PLAYBACK))
SNDRV_PCM_STREAM_PLAYBACK 1260 sound/core/pcm_native.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK &&
SNDRV_PCM_STREAM_PLAYBACK 1357 sound/core/pcm_native.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK 1449 sound/core/pcm_native.c 		if (s->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK 2103 sound/core/pcm_native.c 	return snd_pcm_open(file, pcm, SNDRV_PCM_STREAM_PLAYBACK);
SNDRV_PCM_STREAM_PLAYBACK 2422 sound/core/pcm_native.c 		if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK 2571 sound/core/pcm_native.c 	if (snd_BUG_ON(substream->stream != SNDRV_PCM_STREAM_PLAYBACK))
SNDRV_PCM_STREAM_PLAYBACK 2765 sound/core/pcm_native.c 	case SNDRV_PCM_STREAM_PLAYBACK:
SNDRV_PCM_STREAM_PLAYBACK 3184 sound/core/pcm_native.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  443 sound/drivers/dummy.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_card_dummy_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK 1252 sound/drivers/ml403-ac97cr.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK  306 sound/drivers/pcsp/pcsp_lib.c 	snd_pcm_set_ops(chip->pcm, SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK 1318 sound/drivers/vx/vx_pcm.c 			snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &vx_pcm_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK  210 sound/isa/ad1816a/ad1816a_lib.c 				   SNDRV_PCM_STREAM_PLAYBACK, cmd, 0);
SNDRV_PCM_STREAM_PLAYBACK  671 sound/isa/ad1816a/ad1816a_lib.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_ad1816a_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK  368 sound/isa/cmi8330.c #define CMI_SB_STREAM	SNDRV_PCM_STREAM_PLAYBACK
SNDRV_PCM_STREAM_PLAYBACK  372 sound/isa/cmi8330.c #define CMI_AD_STREAM	SNDRV_PCM_STREAM_PLAYBACK
SNDRV_PCM_STREAM_PLAYBACK  380 sound/isa/cmi8330.c 	substream->private_data = chip->streams[SNDRV_PCM_STREAM_PLAYBACK].private_data;
SNDRV_PCM_STREAM_PLAYBACK  381 sound/isa/cmi8330.c 	return chip->streams[SNDRV_PCM_STREAM_PLAYBACK].open(substream);
SNDRV_PCM_STREAM_PLAYBACK  422 sound/isa/cmi8330.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &chip->streams[SNDRV_PCM_STREAM_PLAYBACK].ops);
SNDRV_PCM_STREAM_PLAYBACK  734 sound/isa/es1688/es1688_lib.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_es1688_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK 1710 sound/isa/es18xx.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_es18xx_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK  860 sound/isa/gus/gus_pcm.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_gf1_pcm_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK  862 sound/isa/gus/gus_pcm.c 	for (substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; substream; substream = substream->next)
SNDRV_PCM_STREAM_PLAYBACK  695 sound/isa/sb/emu8000_pcm.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &emu8k_pcm_ops);
SNDRV_PCM_STREAM_PLAYBACK  230 sound/isa/sb/sb16_main.c 	if (chip->mode & (channel == SNDRV_PCM_STREAM_PLAYBACK ? SB_MODE_PLAYBACK_16 : SB_MODE_CAPTURE_16))
SNDRV_PCM_STREAM_PLAYBACK  273 sound/isa/sb/sb16_main.c 	snd_sb16_setup_rate(chip, runtime->rate, SNDRV_PCM_STREAM_PLAYBACK);
SNDRV_PCM_STREAM_PLAYBACK  882 sound/isa/sb/sb16_main.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_sb16_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK  901 sound/isa/sb/sb16_main.c 	return direction == SNDRV_PCM_STREAM_PLAYBACK ?
SNDRV_PCM_STREAM_PLAYBACK  441 sound/isa/sb/sb8_main.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  461 sound/isa/sb/sb8_main.c 		if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  527 sound/isa/sb/sb8_main.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_sb8_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK 1876 sound/isa/wss/wss_lib.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_wss_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK 2303 sound/isa/wss/wss_lib.c 	return direction == SNDRV_PCM_STREAM_PLAYBACK ?
SNDRV_PCM_STREAM_PLAYBACK  454 sound/mips/au1x00.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK  748 sound/mips/hal2.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK  472 sound/mips/sgio2audio.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  647 sound/mips/sgio2audio.c 	case SNDRV_PCM_STREAM_PLAYBACK:
SNDRV_PCM_STREAM_PLAYBACK  759 sound/mips/sgio2audio.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK  773 sound/mips/sgio2audio.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK  633 sound/parisc/harmony.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, 
SNDRV_PCM_STREAM_PLAYBACK  167 sound/pci/ac97/ac97_pcm.c 	if (pcm->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  527 sound/pci/ac97/ac97_pcm.c 		if (pcm->stream == SNDRV_PCM_STREAM_PLAYBACK &&
SNDRV_PCM_STREAM_PLAYBACK  639 sound/pci/ad1889.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, 
SNDRV_PCM_STREAM_PLAYBACK 1755 sound/pci/ali5451/ali5451.c 		snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK  628 sound/pci/als300.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK  708 sound/pci/als4000.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_als4000_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK 1285 sound/pci/atiixp.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_atiixp_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK 1308 sound/pci/atiixp.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_atiixp_spdif_ops);
SNDRV_PCM_STREAM_PLAYBACK 1004 sound/pci/atiixp_modem.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_atiixp_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK 2126 sound/pci/au88x0/au88x0_core.c 	if (dir == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  284 sound/pci/au88x0/au88x0_pcm.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  517 sound/pci/au88x0/au88x0_pcm.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK  638 sound/pci/aw2/aw2-alsa.c 	snd_pcm_set_ops(pcm_playback_ana, SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK  674 sound/pci/aw2/aw2-alsa.c 	snd_pcm_set_ops(pcm_playback_num, SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK 1857 sound/pci/azt3328.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_azf3328_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK  864 sound/pci/ca0106/ca0106_main.c 		    s->stream != SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK 1222 sound/pci/ca0106/ca0106_main.c 	  snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_ca0106_playback_front_ops);
SNDRV_PCM_STREAM_PLAYBACK 1226 sound/pci/ca0106/ca0106_main.c 	  snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_ca0106_playback_rear_ops);
SNDRV_PCM_STREAM_PLAYBACK 1230 sound/pci/ca0106/ca0106_main.c 	  snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_ca0106_playback_center_lfe_ops);
SNDRV_PCM_STREAM_PLAYBACK 1234 sound/pci/ca0106/ca0106_main.c 	  snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_ca0106_playback_unknown_ops);
SNDRV_PCM_STREAM_PLAYBACK 1244 sound/pci/ca0106/ca0106_main.c 	for(substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; 
SNDRV_PCM_STREAM_PLAYBACK 1901 sound/pci/cmipci.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_cmipci_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK 1924 sound/pci/cmipci.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_cmipci_playback2_ops);
SNDRV_PCM_STREAM_PLAYBACK 1946 sound/pci/cmipci.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_cmipci_playback_spdif_ops);
SNDRV_PCM_STREAM_PLAYBACK  980 sound/pci/cs4281.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_cs4281_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK 1604 sound/pci/cs46xx/cs46xx_lib.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_cs46xx_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK 1636 sound/pci/cs46xx/cs46xx_lib.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_cs46xx_playback_rear_ops);
SNDRV_PCM_STREAM_PLAYBACK 1665 sound/pci/cs46xx/cs46xx_lib.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_cs46xx_playback_clfe_ops);
SNDRV_PCM_STREAM_PLAYBACK 1694 sound/pci/cs46xx/cs46xx_lib.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_cs46xx_playback_iec958_ops);
SNDRV_PCM_STREAM_PLAYBACK  424 sound/pci/cs5535audio/cs5535audio_pcm.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK  884 sound/pci/echoaudio/echoaudio.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &analog_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK  919 sound/pci/echoaudio/echoaudio.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &analog_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK  934 sound/pci/echoaudio/echoaudio.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &digital_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK  851 sound/pci/emu10k1/emu10k1x.c 		snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_emu10k1x_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK  856 sound/pci/emu10k1/emu10k1x.c 		snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_emu10k1x_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK 1367 sound/pci/emu10k1/emupcm.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_emu10k1_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK 1375 sound/pci/emu10k1/emupcm.c 	for (substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; substream; substream = substream->next)
SNDRV_PCM_STREAM_PLAYBACK 1402 sound/pci/emu10k1/emupcm.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_emu10k1_efx_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK 1409 sound/pci/emu10k1/emupcm.c 	for (substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; substream; substream = substream->next)
SNDRV_PCM_STREAM_PLAYBACK 1777 sound/pci/emu10k1/emupcm.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_emu10k1_fx8010_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK  457 sound/pci/emu10k1/p16v.c 		    s->stream != SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  618 sound/pci/emu10k1/p16v.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_p16v_playback_front_ops);
SNDRV_PCM_STREAM_PLAYBACK  626 sound/pci/emu10k1/p16v.c 	for(substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; 
SNDRV_PCM_STREAM_PLAYBACK 1262 sound/pci/ens1370.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_ensoniq_playback2_ops);
SNDRV_PCM_STREAM_PLAYBACK 1264 sound/pci/ens1370.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_ensoniq_playback1_ops);
SNDRV_PCM_STREAM_PLAYBACK 1302 sound/pci/ens1370.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_ensoniq_playback1_ops);
SNDRV_PCM_STREAM_PLAYBACK 1304 sound/pci/ens1370.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_ensoniq_playback2_ops);
SNDRV_PCM_STREAM_PLAYBACK 1037 sound/pci/es1938.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_es1938_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK 1821 sound/pci/es1968.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_es1968_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK  694 sound/pci/fm801.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_fm801_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK 1272 sound/pci/hda/hda_intel.c 	if (stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK 1436 sound/pci/hda/hda_intel.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK 1757 sound/pci/hda/hda_intel.c 		snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &azx_pcm_ops);
SNDRV_PCM_STREAM_PLAYBACK  355 sound/pci/hda/patch_analog.c 	info->stream[SNDRV_PCM_STREAM_PLAYBACK] = ad198x_pcm_analog_playback;
SNDRV_PCM_STREAM_PLAYBACK  356 sound/pci/hda/patch_analog.c 	info->stream[SNDRV_PCM_STREAM_PLAYBACK].channels_max = spec->multiout.max_channels;
SNDRV_PCM_STREAM_PLAYBACK  357 sound/pci/hda/patch_analog.c 	info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dac_nids[0];
SNDRV_PCM_STREAM_PLAYBACK  367 sound/pci/hda/patch_analog.c 		info->stream[SNDRV_PCM_STREAM_PLAYBACK] = ad198x_pcm_digital_playback;
SNDRV_PCM_STREAM_PLAYBACK  368 sound/pci/hda/patch_analog.c 		info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
SNDRV_PCM_STREAM_PLAYBACK  140 sound/pci/hda/patch_atihdmi.c 	info->stream[SNDRV_PCM_STREAM_PLAYBACK] = atihdmi_pcm_digital_playback;
SNDRV_PCM_STREAM_PLAYBACK  147 sound/pci/hda/patch_atihdmi.c 	info->stream[SNDRV_PCM_STREAM_PLAYBACK].channels_max = chans;
SNDRV_PCM_STREAM_PLAYBACK  574 sound/pci/hda/patch_cmedia.c 	info->stream[SNDRV_PCM_STREAM_PLAYBACK] = cmi9880_pcm_analog_playback;
SNDRV_PCM_STREAM_PLAYBACK  583 sound/pci/hda/patch_cmedia.c 			info->stream[SNDRV_PCM_STREAM_PLAYBACK] = cmi9880_pcm_digital_playback;
SNDRV_PCM_STREAM_PLAYBACK  584 sound/pci/hda/patch_cmedia.c 			info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
SNDRV_PCM_STREAM_PLAYBACK  269 sound/pci/hda/patch_conexant.c 	info->stream[SNDRV_PCM_STREAM_PLAYBACK] = conexant_pcm_analog_playback;
SNDRV_PCM_STREAM_PLAYBACK  270 sound/pci/hda/patch_conexant.c 	info->stream[SNDRV_PCM_STREAM_PLAYBACK].channels_max =
SNDRV_PCM_STREAM_PLAYBACK  272 sound/pci/hda/patch_conexant.c 	info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid =
SNDRV_PCM_STREAM_PLAYBACK  288 sound/pci/hda/patch_conexant.c 		info->stream[SNDRV_PCM_STREAM_PLAYBACK] =
SNDRV_PCM_STREAM_PLAYBACK  290 sound/pci/hda/patch_conexant.c 		info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid =
SNDRV_PCM_STREAM_PLAYBACK  119 sound/pci/hda/patch_nvhdmi.c 	info->stream[SNDRV_PCM_STREAM_PLAYBACK] = nvhdmi_pcm_digital_playback;
SNDRV_PCM_STREAM_PLAYBACK 2654 sound/pci/hda/patch_realtek.c 		info->stream[SNDRV_PCM_STREAM_PLAYBACK] = *(spec->stream_analog_playback);
SNDRV_PCM_STREAM_PLAYBACK 2655 sound/pci/hda/patch_realtek.c 		info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dac_nids[0];
SNDRV_PCM_STREAM_PLAYBACK 2665 sound/pci/hda/patch_realtek.c 		info->stream[SNDRV_PCM_STREAM_PLAYBACK].channels_max = 0;
SNDRV_PCM_STREAM_PLAYBACK 2667 sound/pci/hda/patch_realtek.c 			if (spec->channel_mode[i].channels > info->stream[SNDRV_PCM_STREAM_PLAYBACK].channels_max) {
SNDRV_PCM_STREAM_PLAYBACK 2668 sound/pci/hda/patch_realtek.c 				info->stream[SNDRV_PCM_STREAM_PLAYBACK].channels_max = spec->channel_mode[i].channels;
SNDRV_PCM_STREAM_PLAYBACK 2681 sound/pci/hda/patch_realtek.c 			info->stream[SNDRV_PCM_STREAM_PLAYBACK] = *(spec->stream_digital_playback);
SNDRV_PCM_STREAM_PLAYBACK 2682 sound/pci/hda/patch_realtek.c 			info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
SNDRV_PCM_STREAM_PLAYBACK 2703 sound/pci/hda/patch_realtek.c 			info->stream[SNDRV_PCM_STREAM_PLAYBACK] =
SNDRV_PCM_STREAM_PLAYBACK 2705 sound/pci/hda/patch_realtek.c 			info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid =
SNDRV_PCM_STREAM_PLAYBACK 2708 sound/pci/hda/patch_realtek.c 			info->stream[SNDRV_PCM_STREAM_PLAYBACK] =
SNDRV_PCM_STREAM_PLAYBACK 2710 sound/pci/hda/patch_realtek.c 			info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = 0;
SNDRV_PCM_STREAM_PLAYBACK  159 sound/pci/hda/patch_si3054.c 	val &= 0xff << (8 * (substream->stream != SNDRV_PCM_STREAM_PLAYBACK));
SNDRV_PCM_STREAM_PLAYBACK  160 sound/pci/hda/patch_si3054.c 	val |= ((stream_tag & 0xf) << 4) << (8 * (substream->stream == SNDRV_PCM_STREAM_PLAYBACK));
SNDRV_PCM_STREAM_PLAYBACK  207 sound/pci/hda/patch_si3054.c 	info->stream[SNDRV_PCM_STREAM_PLAYBACK] = si3054_pcm;
SNDRV_PCM_STREAM_PLAYBACK 2386 sound/pci/hda/patch_sigmatel.c 	info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_playback;
SNDRV_PCM_STREAM_PLAYBACK 2395 sound/pci/hda/patch_sigmatel.c 		info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_alt_playback;
SNDRV_PCM_STREAM_PLAYBACK 2404 sound/pci/hda/patch_sigmatel.c 			info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_digital_playback;
SNDRV_PCM_STREAM_PLAYBACK 2405 sound/pci/hda/patch_sigmatel.c 			info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dig_out_nid;
SNDRV_PCM_STREAM_PLAYBACK  911 sound/pci/hda/patch_via.c 	info->stream[SNDRV_PCM_STREAM_PLAYBACK] = *(spec->stream_analog_playback);
SNDRV_PCM_STREAM_PLAYBACK  912 sound/pci/hda/patch_via.c 	info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->multiout.dac_nids[0];
SNDRV_PCM_STREAM_PLAYBACK  916 sound/pci/hda/patch_via.c 	info->stream[SNDRV_PCM_STREAM_PLAYBACK].channels_max =
SNDRV_PCM_STREAM_PLAYBACK  925 sound/pci/hda/patch_via.c 			info->stream[SNDRV_PCM_STREAM_PLAYBACK] =
SNDRV_PCM_STREAM_PLAYBACK  927 sound/pci/hda/patch_via.c 			info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid =
SNDRV_PCM_STREAM_PLAYBACK  883 sound/pci/ice1712/ice1712.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_ice1712_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK  913 sound/pci/ice1712/ice1712.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_ice1712_playback_ds_ops);
SNDRV_PCM_STREAM_PLAYBACK  952 sound/pci/ice1712/ice1712.c 		if (substream->stream != SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK 1249 sound/pci/ice1712/ice1712.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_ice1712_playback_pro_ops);
SNDRV_PCM_STREAM_PLAYBACK 1039 sound/pci/ice1712/ice1724.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_vt1724_playback_pro_ops);
SNDRV_PCM_STREAM_PLAYBACK 1246 sound/pci/ice1712/ice1724.c 		snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK 1363 sound/pci/ice1712/ice1724.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK  188 sound/pci/ice1712/juli.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK ||
SNDRV_PCM_STREAM_PLAYBACK  882 sound/pci/intel8x0.c 		if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK 1491 sound/pci/intel8x0.c 		snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, rec->playback_ops);
SNDRV_PCM_STREAM_PLAYBACK  725 sound/pci/intel8x0m.c 		snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, rec->playback_ops);
SNDRV_PCM_STREAM_PLAYBACK 1504 sound/pci/korg1212/korg1212.c 	if (substream->pstr->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK 2405 sound/pci/korg1212/korg1212.c         snd_pcm_set_ops(korg1212->pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_korg1212_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK 1128 sound/pci/maestro3.c 	case SNDRV_PCM_STREAM_PLAYBACK:
SNDRV_PCM_STREAM_PLAYBACK 1157 sound/pci/maestro3.c 	case SNDRV_PCM_STREAM_PLAYBACK:
SNDRV_PCM_STREAM_PLAYBACK 1215 sound/pci/maestro3.c 	if (subs->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK 1505 sound/pci/maestro3.c 	if (subs->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK 1781 sound/pci/maestro3.c 	if (subs->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK 1898 sound/pci/maestro3.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_m3_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK  387 sound/pci/mixart/mixart.c 	if (stream->substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  599 sound/pci/mixart/mixart.c 		if( subs->stream == SNDRV_PCM_STREAM_PLAYBACK )
SNDRV_PCM_STREAM_PLAYBACK  947 sound/pci/mixart/mixart.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_mixart_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK  978 sound/pci/mixart/mixart.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_mixart_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK  352 sound/pci/nm256/nm256.c 	if (stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  391 sound/pci/nm256/nm256.c 		if (stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  447 sound/pci/nm256/nm256.c 	case SNDRV_PCM_STREAM_PLAYBACK:
SNDRV_PCM_STREAM_PLAYBACK  755 sound/pci/nm256/nm256.c 	s = &chip->streams[SNDRV_PCM_STREAM_PLAYBACK];
SNDRV_PCM_STREAM_PLAYBACK  860 sound/pci/nm256/nm256.c 	snd_nm256_setup_stream(chip, &chip->streams[SNDRV_PCM_STREAM_PLAYBACK],
SNDRV_PCM_STREAM_PLAYBACK  948 sound/pci/nm256/nm256.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_nm256_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK  990 sound/pci/nm256/nm256.c 		if (chip->streams[SNDRV_PCM_STREAM_PLAYBACK].running)
SNDRV_PCM_STREAM_PLAYBACK 1441 sound/pci/nm256/nm256.c 	if (chip->streams[SNDRV_PCM_STREAM_PLAYBACK].running)
SNDRV_PCM_STREAM_PLAYBACK 1498 sound/pci/nm256/nm256.c 	chip->streams[SNDRV_PCM_STREAM_PLAYBACK].bufsize = playback_bufsize * 1024;
SNDRV_PCM_STREAM_PLAYBACK 1559 sound/pci/nm256/nm256.c 	chip->buffer_size = chip->streams[SNDRV_PCM_STREAM_PLAYBACK].bufsize +
SNDRV_PCM_STREAM_PLAYBACK 1598 sound/pci/nm256/nm256.c 	chip->streams[SNDRV_PCM_STREAM_PLAYBACK].buf = addr;
SNDRV_PCM_STREAM_PLAYBACK 1599 sound/pci/nm256/nm256.c 	addr += chip->streams[SNDRV_PCM_STREAM_PLAYBACK].bufsize;
SNDRV_PCM_STREAM_PLAYBACK 1605 sound/pci/nm256/nm256.c 		chip->coeff_buf[SNDRV_PCM_STREAM_PLAYBACK] = addr;
SNDRV_PCM_STREAM_PLAYBACK  669 sound/pci/oxygen/oxygen_pcm.c 			snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK  681 sound/pci/oxygen/oxygen_pcm.c 			snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream,
SNDRV_PCM_STREAM_PLAYBACK  701 sound/pci/oxygen/oxygen_pcm.c 			snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK  728 sound/pci/oxygen/oxygen_pcm.c 			snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK  856 sound/pci/pcxhr/pcxhr.c 	if( subs->stream == SNDRV_PCM_STREAM_PLAYBACK ) {
SNDRV_PCM_STREAM_PLAYBACK  990 sound/pci/pcxhr/pcxhr.c 		snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &pcxhr_ops);
SNDRV_PCM_STREAM_PLAYBACK 1730 sound/pci/riptide/riptide.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK 1378 sound/pci/rme32.c 		snd_pcm_set_ops(rme32->spdif_pcm, SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK 1387 sound/pci/rme32.c 		snd_pcm_set_ops(rme32->spdif_pcm, SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK 1410 sound/pci/rme32.c 			snd_pcm_set_ops(rme32->adat_pcm, SNDRV_PCM_STREAM_PLAYBACK, 
SNDRV_PCM_STREAM_PLAYBACK 1419 sound/pci/rme32.c 			snd_pcm_set_ops(rme32->adat_pcm, SNDRV_PCM_STREAM_PLAYBACK, 
SNDRV_PCM_STREAM_PLAYBACK 1587 sound/pci/rme96.c 	snd_pcm_set_ops(rme96->spdif_pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_rme96_playback_spdif_ops);
SNDRV_PCM_STREAM_PLAYBACK 1605 sound/pci/rme96.c 		snd_pcm_set_ops(rme96->adat_pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_rme96_playback_adat_ops);
SNDRV_PCM_STREAM_PLAYBACK 3727 sound/pci/rme9652/hdsp.c 			snd_pcm_period_elapsed(hdsp->pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream);
SNDRV_PCM_STREAM_PLAYBACK 3834 sound/pci/rme9652/hdsp.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK 3871 sound/pci/rme9652/hdsp.c 	if (substream->pstr->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK 3989 sound/pci/rme9652/hdsp.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK 4007 sound/pci/rme9652/hdsp.c 			if (!(running & (1 << SNDRV_PCM_STREAM_PLAYBACK)) &&
SNDRV_PCM_STREAM_PLAYBACK 4012 sound/pci/rme9652/hdsp.c 			    substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK 4747 sound/pci/rme9652/hdsp.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_hdsp_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK 3577 sound/pci/rme9652/hdspm.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK 3611 sound/pci/rme9652/hdspm.c 	if (substream->pstr->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK 3675 sound/pci/rme9652/hdspm.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK 3720 sound/pci/rme9652/hdspm.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK 3799 sound/pci/rme9652/hdspm.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK 3817 sound/pci/rme9652/hdspm.c 			if (!(running & (1 << SNDRV_PCM_STREAM_PLAYBACK))
SNDRV_PCM_STREAM_PLAYBACK 3823 sound/pci/rme9652/hdspm.c 			    substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK 4278 sound/pci/rme9652/hdspm.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK 1876 sound/pci/rme9652/rme9652.c 		snd_pcm_period_elapsed(rme9652->pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream);
SNDRV_PCM_STREAM_PLAYBACK 1968 sound/pci/rme9652/rme9652.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK 1999 sound/pci/rme9652/rme9652.c 	if (substream->pstr->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK 2118 sound/pci/rme9652/rme9652.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK 2136 sound/pci/rme9652/rme9652.c 			if (!(running & (1 << SNDRV_PCM_STREAM_PLAYBACK)) &&
SNDRV_PCM_STREAM_PLAYBACK 2141 sound/pci/rme9652/rme9652.c 			    substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK 2434 sound/pci/rme9652/rme9652.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_rme9652_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK  904 sound/pci/sis7019.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &sis_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK  855 sound/pci/sonicvibes.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_sonicvibes_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK 2182 sound/pci/trident/trident_main.c 		snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_trident_nx_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK 2184 sound/pci/trident/trident_main.c 		snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_trident_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK 2198 sound/pci/trident/trident_main.c 		for (substream = pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream; substream; substream = substream->next)
SNDRV_PCM_STREAM_PLAYBACK 2296 sound/pci/trident/trident_main.c 		snd_pcm_set_ops(spdif, SNDRV_PCM_STREAM_PLAYBACK, &snd_trident_spdif_ops);
SNDRV_PCM_STREAM_PLAYBACK 2298 sound/pci/trident/trident_main.c 		snd_pcm_set_ops(spdif, SNDRV_PCM_STREAM_PLAYBACK, &snd_trident_spdif_7018_ops);
SNDRV_PCM_STREAM_PLAYBACK 1392 sound/pci/via82xx.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_via8233_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK 1411 sound/pci/via82xx.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_via8233_multi_ops);
SNDRV_PCM_STREAM_PLAYBACK 1445 sound/pci/via82xx.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_via8233_multi_ops);
SNDRV_PCM_STREAM_PLAYBACK 1467 sound/pci/via82xx.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_via8233_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK 1496 sound/pci/via82xx.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_via686_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK  849 sound/pci/via82xx_modem.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_via686_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK 1129 sound/pci/ymfpci/ymfpci_main.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_ymfpci_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK 1205 sound/pci/ymfpci/ymfpci_main.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_ymfpci_playback_spdif_ops);
SNDRV_PCM_STREAM_PLAYBACK 1242 sound/pci/ymfpci/ymfpci_main.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_ymfpci_playback_4ch_ops);
SNDRV_PCM_STREAM_PLAYBACK 1847 sound/pci/ymfpci/ymfpci_main.c 	substream = chip->pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream;
SNDRV_PCM_STREAM_PLAYBACK  118 sound/ppc/pmac.c 	return (stream == SNDRV_PCM_STREAM_PLAYBACK) ?
SNDRV_PCM_STREAM_PLAYBACK  119 sound/ppc/pmac.c 		SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK;
SNDRV_PCM_STREAM_PLAYBACK  146 sound/ppc/pmac.c 	case SNDRV_PCM_STREAM_PLAYBACK:
SNDRV_PCM_STREAM_PLAYBACK  284 sound/ppc/pmac.c 		command = (subs->stream == SNDRV_PCM_STREAM_PLAYBACK ?
SNDRV_PCM_STREAM_PLAYBACK  717 sound/ppc/pmac.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_pmac_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK 1198 sound/ppc/pmac.c 	chip->playback.stream = SNDRV_PCM_STREAM_PLAYBACK;
SNDRV_PCM_STREAM_PLAYBACK  921 sound/ppc/snd_ps3.c 	snd_pcm_set_ops(the_card.pcm, SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK  468 sound/sh/aica.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK  115 sound/soc/at32/at32-pcm.c 			   substream->stream == SNDRV_PCM_STREAM_PLAYBACK ?
SNDRV_PCM_STREAM_PLAYBACK  381 sound/soc/at32/at32-pcm.c 			  pcm, SNDRV_PCM_STREAM_PLAYBACK);
SNDRV_PCM_STREAM_PLAYBACK  267 sound/soc/at32/at32-ssc.c 	dir_mask = ((substream->stream == SNDRV_PCM_STREAM_PLAYBACK) ?
SNDRV_PCM_STREAM_PLAYBACK   80 sound/soc/at91/at91-pcm.c 			substream->stream == SNDRV_PCM_STREAM_PLAYBACK
SNDRV_PCM_STREAM_PLAYBACK  332 sound/soc/at91/at91-pcm.c 			SNDRV_PCM_STREAM_PLAYBACK);
SNDRV_PCM_STREAM_PLAYBACK  220 sound/soc/at91/at91-ssc.c 	dir_mask = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0x1 : 0x2;
SNDRV_PCM_STREAM_PLAYBACK  244 sound/soc/at91/at91-ssc.c 	dir = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0 : 1;
SNDRV_PCM_STREAM_PLAYBACK  372 sound/soc/at91/at91-ssc.c 	dir = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0 : 1;
SNDRV_PCM_STREAM_PLAYBACK  623 sound/soc/at91/at91-ssc.c 	dir = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0 : 1;
SNDRV_PCM_STREAM_PLAYBACK   38 sound/soc/au1x/psc.h 	((substream)->stream == SNDRV_PCM_STREAM_PLAYBACK ? PCM_TX : PCM_RX)
SNDRV_PCM_STREAM_PLAYBACK   52 sound/soc/blackfin/bf5xx-ac97-pcm.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK   78 sound/soc/blackfin/bf5xx-ac97-pcm.c 	if (pcm->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  128 sound/soc/blackfin/bf5xx-ac97-pcm.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  143 sound/soc/blackfin/bf5xx-ac97-pcm.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  153 sound/soc/blackfin/bf5xx-ac97-pcm.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  175 sound/soc/blackfin/bf5xx-ac97-pcm.c 		if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  187 sound/soc/blackfin/bf5xx-ac97-pcm.c 		if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  212 sound/soc/blackfin/bf5xx-ac97-pcm.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  218 sound/soc/blackfin/bf5xx-ac97-pcm.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  258 sound/soc/blackfin/bf5xx-ac97-pcm.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  288 sound/soc/blackfin/bf5xx-ac97-pcm.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  338 sound/soc/blackfin/bf5xx-ac97-pcm.c 	if (stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  348 sound/soc/blackfin/bf5xx-ac97-pcm.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  399 sound/soc/blackfin/bf5xx-ac97-pcm.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  432 sound/soc/blackfin/bf5xx-ac97-pcm.c 			SNDRV_PCM_STREAM_PLAYBACK);
SNDRV_PCM_STREAM_PLAYBACK   91 sound/soc/blackfin/bf5xx-i2s-pcm.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  113 sound/soc/blackfin/bf5xx-i2s-pcm.c 		if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  121 sound/soc/blackfin/bf5xx-i2s-pcm.c 		if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  140 sound/soc/blackfin/bf5xx-i2s-pcm.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  219 sound/soc/blackfin/bf5xx-i2s-pcm.c 	if (stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  263 sound/soc/blackfin/bf5xx-i2s-pcm.c 			SNDRV_PCM_STREAM_PLAYBACK);
SNDRV_PCM_STREAM_PLAYBACK   34 sound/soc/codecs/ac97.c 	int reg = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) ?
SNDRV_PCM_STREAM_PLAYBACK  417 sound/soc/codecs/uda1380.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  471 sound/soc/codecs/uda1380.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  493 sound/soc/codecs/uda1380.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK 1269 sound/soc/codecs/wm8903.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK 1308 sound/soc/codecs/wm8903.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  502 sound/soc/codecs/wm9712.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  523 sound/soc/codecs/wm9712.c 	if (substream->stream != SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  984 sound/soc/codecs/wm9713.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK 1005 sound/soc/codecs/wm9713.c 	if (substream->stream != SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  118 sound/soc/davinci/davinci-i2s.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  140 sound/soc/davinci/davinci-i2s.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  340 sound/soc/davinci/davinci-i2s.c 	dev->dma_params[SNDRV_PCM_STREAM_PLAYBACK] = &davinci_i2s_pcm_out;
SNDRV_PCM_STREAM_PLAYBACK  341 sound/soc/davinci/davinci-i2s.c 	dev->dma_params[SNDRV_PCM_STREAM_PLAYBACK]->channel = pdata->tx_dma_ch;
SNDRV_PCM_STREAM_PLAYBACK  342 sound/soc/davinci/davinci-i2s.c 	dev->dma_params[SNDRV_PCM_STREAM_PLAYBACK]->dma_addr =
SNDRV_PCM_STREAM_PLAYBACK   87 sound/soc/davinci/davinci-pcm.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  218 sound/soc/davinci/davinci-pcm.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  364 sound/soc/davinci/davinci-pcm.c 			SNDRV_PCM_STREAM_PLAYBACK);
SNDRV_PCM_STREAM_PLAYBACK  187 sound/soc/fsl/fsl_dma.c 	if (dma_private->substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  412 sound/soc/fsl/fsl_dma.c 	channel = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0 : 1;
SNDRV_PCM_STREAM_PLAYBACK  427 sound/soc/fsl/fsl_dma.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  514 sound/soc/fsl/fsl_dma.c 	mr |= (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) ?
SNDRV_PCM_STREAM_PLAYBACK  578 sound/soc/fsl/fsl_dma.c 		if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  659 sound/soc/fsl/fsl_dma.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  672 sound/soc/fsl/fsl_dma.c 		if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  701 sound/soc/fsl/fsl_dma.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  763 sound/soc/fsl/fsl_dma.c 	int dir = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0 : 1;
SNDRV_PCM_STREAM_PLAYBACK  375 sound/soc/fsl/fsl_ssi.c 				substream->stream == SNDRV_PCM_STREAM_PLAYBACK
SNDRV_PCM_STREAM_PLAYBACK  392 sound/soc/fsl/fsl_ssi.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  454 sound/soc/fsl/fsl_ssi.c 		if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  475 sound/soc/fsl/fsl_ssi.c 		if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  498 sound/soc/fsl/fsl_ssi.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  336 sound/soc/fsl/mpc5200_psc_i2s.c 		if (substream->pstr->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  144 sound/soc/omap/omap-pcm.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  210 sound/soc/omap/omap-pcm.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  333 sound/soc/omap/omap-pcm.c 			SNDRV_PCM_STREAM_PLAYBACK);
SNDRV_PCM_STREAM_PLAYBACK  125 sound/soc/pxa/pxa2xx-ac97.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  139 sound/soc/pxa/pxa2xx-ac97.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  153 sound/soc/pxa/pxa2xx-ac97.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  203 sound/soc/pxa/pxa2xx-i2s.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  219 sound/soc/pxa/pxa2xx-i2s.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  274 sound/soc/pxa/pxa2xx-i2s.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK   98 sound/soc/pxa/pxa2xx-pcm.c 			SNDRV_PCM_STREAM_PLAYBACK);
SNDRV_PCM_STREAM_PLAYBACK  353 sound/soc/s3c24xx/s3c2412-i2s.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  279 sound/soc/s3c24xx/s3c2443-ac97.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  321 sound/soc/s3c24xx/s3c2443-ac97.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  253 sound/soc/s3c24xx/s3c24xx-i2s.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  226 sound/soc/s3c24xx/s3c24xx-pcm.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  445 sound/soc/s3c24xx/s3c24xx-pcm.c 			SNDRV_PCM_STREAM_PLAYBACK);
SNDRV_PCM_STREAM_PLAYBACK  139 sound/soc/sh/dma-sh7760.c 	int recv = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0:1;
SNDRV_PCM_STREAM_PLAYBACK  172 sound/soc/sh/dma-sh7760.c 	int recv = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0:1;
SNDRV_PCM_STREAM_PLAYBACK  193 sound/soc/sh/dma-sh7760.c 	int recv = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0:1;
SNDRV_PCM_STREAM_PLAYBACK  225 sound/soc/sh/dma-sh7760.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  268 sound/soc/sh/dma-sh7760.c 	int recv = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0:1;
SNDRV_PCM_STREAM_PLAYBACK  295 sound/soc/sh/dma-sh7760.c 	int recv = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0:1;
SNDRV_PCM_STREAM_PLAYBACK  243 sound/soc/sh/hac.c 	int d = substream->stream == SNDRV_PCM_STREAM_PLAYBACK ? 0 : 1;
SNDRV_PCM_STREAM_PLAYBACK  141 sound/soc/sh/ssi.c 	recv = (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) ? 0 : 1;
SNDRV_PCM_STREAM_PLAYBACK  178 sound/soc/soc-core.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  238 sound/soc/soc-core.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  331 sound/soc/soc-core.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  345 sound/soc/soc-core.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  361 sound/soc/soc-core.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK  451 sound/soc/soc-core.c 			if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  465 sound/soc/soc-core.c 			if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  945 sound/soc/soc-core.c 		snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &soc_pcm_ops);
SNDRV_PCM_STREAM_PLAYBACK  770 sound/sparc/amd7930.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_amd7930_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK 1232 sound/sparc/cs4231.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK,
SNDRV_PCM_STREAM_PLAYBACK  565 sound/sparc/dbri.c 		 SNDRV_PCM_STREAM_PLAYBACK ? DBRI_PLAY: DBRI_REC)
SNDRV_PCM_STREAM_PLAYBACK 2229 sound/sparc/dbri.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_dbri_ops);
SNDRV_PCM_STREAM_PLAYBACK  349 sound/spi/at73c213.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &at73c213_playback_ops);
SNDRV_PCM_STREAM_PLAYBACK   71 sound/usb/caiaq/caiaq-audio.c 	if (sub->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK   84 sound/usb/caiaq/caiaq-audio.c 	if (sub->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  203 sound/usb/caiaq/caiaq-audio.c 	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  277 sound/usb/caiaq/caiaq-audio.c 	if (sub->stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK  310 sound/usb/caiaq/caiaq-audio.c 		cnt = (sub->stream == SNDRV_PCM_STREAM_PLAYBACK) ?
SNDRV_PCM_STREAM_PLAYBACK  527 sound/usb/caiaq/caiaq-audio.c 	pipe = (dir == SNDRV_PCM_STREAM_PLAYBACK) ? 
SNDRV_PCM_STREAM_PLAYBACK  649 sound/usb/caiaq/caiaq-audio.c 	snd_pcm_set_ops(dev->pcm, SNDRV_PCM_STREAM_PLAYBACK, 
SNDRV_PCM_STREAM_PLAYBACK  678 sound/usb/caiaq/caiaq-audio.c 	dev->data_urbs_out = alloc_urbs(dev, SNDRV_PCM_STREAM_PLAYBACK, &ret);
SNDRV_PCM_STREAM_PLAYBACK 1038 sound/usb/usbaudio.c 	int is_playback = subs->direction == SNDRV_PCM_STREAM_PLAYBACK;
SNDRV_PCM_STREAM_PLAYBACK 1228 sound/usb/usbaudio.c 			     subs->direction == SNDRV_PCM_STREAM_PLAYBACK) ||
SNDRV_PCM_STREAM_PLAYBACK 1233 sound/usb/usbaudio.c 			     subs->direction == SNDRV_PCM_STREAM_PLAYBACK) ||
SNDRV_PCM_STREAM_PLAYBACK 1325 sound/usb/usbaudio.c 	int is_playback = subs->direction == SNDRV_PCM_STREAM_PLAYBACK;
SNDRV_PCM_STREAM_PLAYBACK 1552 sound/usb/usbaudio.c 	if (subs->direction == SNDRV_PCM_STREAM_PLAYBACK) {
SNDRV_PCM_STREAM_PLAYBACK 1983 sound/usb/usbaudio.c 	return snd_usb_pcm_open(substream, SNDRV_PCM_STREAM_PLAYBACK);
SNDRV_PCM_STREAM_PLAYBACK 1988 sound/usb/usbaudio.c 	return snd_usb_pcm_close(substream, SNDRV_PCM_STREAM_PLAYBACK);
SNDRV_PCM_STREAM_PLAYBACK 2215 sound/usb/usbaudio.c 	if (stream->substream[SNDRV_PCM_STREAM_PLAYBACK].num_formats) {
SNDRV_PCM_STREAM_PLAYBACK 2217 sound/usb/usbaudio.c 		proc_dump_substream_status(&stream->substream[SNDRV_PCM_STREAM_PLAYBACK], buffer);
SNDRV_PCM_STREAM_PLAYBACK 2218 sound/usb/usbaudio.c 		proc_dump_substream_formats(&stream->substream[SNDRV_PCM_STREAM_PLAYBACK], buffer);
SNDRV_PCM_STREAM_PLAYBACK 2273 sound/usb/usbaudio.c 			stream == SNDRV_PCM_STREAM_PLAYBACK ?
SNDRV_PCM_STREAM_PLAYBACK 2373 sound/usb/usbaudio.c 			  stream == SNDRV_PCM_STREAM_PLAYBACK ? 1 : 0,
SNDRV_PCM_STREAM_PLAYBACK 2374 sound/usb/usbaudio.c 			  stream == SNDRV_PCM_STREAM_PLAYBACK ? 0 : 1,
SNDRV_PCM_STREAM_PLAYBACK 2718 sound/usb/usbaudio.c 			SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK;
SNDRV_PCM_STREAM_PLAYBACK 2806 sound/usb/usbaudio.c 			if (stream == SNDRV_PCM_STREAM_PLAYBACK)
SNDRV_PCM_STREAM_PLAYBACK 2955 sound/usb/usbaudio.c 		? SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK;
SNDRV_PCM_STREAM_PLAYBACK 3083 sound/usb/usbaudio.c 		? SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK;
SNDRV_PCM_STREAM_PLAYBACK 3133 sound/usb/usbaudio.c 		? SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK;
SNDRV_PCM_STREAM_PLAYBACK 3185 sound/usb/usbaudio.c 		? SNDRV_PCM_STREAM_CAPTURE : SNDRV_PCM_STREAM_PLAYBACK;
SNDRV_PCM_STREAM_PLAYBACK  332 sound/usb/usx2y/usbusx2yaudio.c 			*playbacksubs = usX2Y->subs[SNDRV_PCM_STREAM_PLAYBACK];
SNDRV_PCM_STREAM_PLAYBACK  413 sound/usb/usx2y/usbusx2yaudio.c 				  subs != subs->usX2Y->subs[SNDRV_PCM_STREAM_PLAYBACK]);
SNDRV_PCM_STREAM_PLAYBACK  425 sound/usb/usx2y/usbusx2yaudio.c 	int is_playback = subs == subs->usX2Y->subs[SNDRV_PCM_STREAM_PLAYBACK];
SNDRV_PCM_STREAM_PLAYBACK  810 sound/usb/usx2y/usbusx2yaudio.c 	if (SNDRV_PCM_STREAM_PLAYBACK == substream->stream) {
SNDRV_PCM_STREAM_PLAYBACK  822 sound/usb/usx2y/usbusx2yaudio.c 		struct snd_usX2Y_substream *playback_subs = subs->usX2Y->subs[SNDRV_PCM_STREAM_PLAYBACK];
SNDRV_PCM_STREAM_PLAYBACK  937 sound/usb/usx2y/usbusx2yaudio.c 	kfree(usX2Y_substream[SNDRV_PCM_STREAM_PLAYBACK]);
SNDRV_PCM_STREAM_PLAYBACK  938 sound/usb/usx2y/usbusx2yaudio.c 	usX2Y_substream[SNDRV_PCM_STREAM_PLAYBACK] = NULL;
SNDRV_PCM_STREAM_PLAYBACK  958 sound/usb/usx2y/usbusx2yaudio.c 	for (i = playback_endpoint ? SNDRV_PCM_STREAM_PLAYBACK : SNDRV_PCM_STREAM_CAPTURE;
SNDRV_PCM_STREAM_PLAYBACK  969 sound/usb/usx2y/usbusx2yaudio.c 		usX2Y_substream[SNDRV_PCM_STREAM_PLAYBACK]->endpoint = playback_endpoint;
SNDRV_PCM_STREAM_PLAYBACK  981 sound/usb/usx2y/usbusx2yaudio.c 		snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_usX2Y_pcm_ops);
SNDRV_PCM_STREAM_PLAYBACK  991 sound/usb/usx2y/usbusx2yaudio.c 	     0 > (err = snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream,
SNDRV_PCM_STREAM_PLAYBACK  255 sound/usb/usx2y/usx2yhwdeppcm.c 	playbacksubs = usX2Y->subs[SNDRV_PCM_STREAM_PLAYBACK];
SNDRV_PCM_STREAM_PLAYBACK  320 sound/usb/usx2y/usx2yhwdeppcm.c 	int is_playback = subs == subs->usX2Y->subs[SNDRV_PCM_STREAM_PLAYBACK];
SNDRV_PCM_STREAM_PLAYBACK  368 sound/usb/usx2y/usx2yhwdeppcm.c 	if (SNDRV_PCM_STREAM_PLAYBACK == substream->stream) {
SNDRV_PCM_STREAM_PLAYBACK  384 sound/usb/usx2y/usx2yhwdeppcm.c 		struct snd_usX2Y_substream *playback_subs = subs->usX2Y->subs[SNDRV_PCM_STREAM_PLAYBACK];
SNDRV_PCM_STREAM_PLAYBACK  576 sound/usb/usx2y/usx2yhwdeppcm.c 	runtime->hw = SNDRV_PCM_STREAM_PLAYBACK == substream->stream ? snd_usX2Y_2c :
SNDRV_PCM_STREAM_PLAYBACK  764 sound/usb/usx2y/usx2yhwdeppcm.c 	snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_usX2Y_usbpcm_ops);
SNDRV_PCM_STREAM_PLAYBACK  771 sound/usb/usx2y/usx2yhwdeppcm.c 	if (0 > (err = snd_pcm_lib_preallocate_pages(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream,