Searched defs:streams (Results 1 - 8 of 8) sorted by relevance

/sound/pci/hda/
H A Dhda_proc.c175 unsigned int streams)
177 snd_iprintf(buffer, " formats [0x%x]:", streams & 0xf);
178 if (streams & AC_SUPFMT_PCM)
180 if (streams & AC_SUPFMT_FLOAT32)
182 if (streams & AC_SUPFMT_AC3)
174 print_pcm_formats(struct snd_info_buffer *buffer, unsigned int streams) argument
H A Dhda_codec.c1383 /* clean up the all conflicting obsolete streams */
1400 /* clean up all streams; called from suspend */
2138 /* check whether the codec isn't used by any mixer or PCM streams */
2147 if (cpcm->pcm->streams[0].substream_opened ||
2148 cpcm->pcm->streams[1].substream_opened) {
3354 unsigned int streams = snd_hda_param_read(codec, nid, AC_PAR_STREAM); local
3355 if (!streams || streams == -1)
3356 streams = snd_hda_param_read(codec, codec->afg, AC_PAR_STREAM);
3357 if (!streams || stream
3407 unsigned int streams, bps; local
[all...]
/sound/isa/
H A Dcmi8330.c178 } streams[2]; member in struct:snd_cmi8330
427 substream->private_data = chip->streams[SNDRV_PCM_STREAM_PLAYBACK].private_data;
428 return chip->streams[SNDRV_PCM_STREAM_PLAYBACK].open(substream);
436 substream->private_data = chip->streams[SNDRV_PCM_STREAM_CAPTURE].private_data;
437 return chip->streams[SNDRV_PCM_STREAM_CAPTURE].open(substream);
457 chip->streams[CMI_SB_STREAM].ops = *ops;
458 chip->streams[CMI_SB_STREAM].open = ops->open;
459 chip->streams[CMI_SB_STREAM].ops.open = cmi_open_callbacks[CMI_SB_STREAM];
460 chip->streams[CMI_SB_STREAM].private_data = chip->sb;
464 chip->streams[CMI_AD_STREA
[all...]
/sound/pci/oxygen/
H A Doxygen.h138 struct snd_pcm_substream *streams[PCM_COUNT]; member in struct:oxygen
/sound/drivers/
H A Daloop.c75 struct loopback_pcm *streams[2]; member in struct:loopback_cable
208 runtime = cable->streams[SNDRV_PCM_STREAM_PLAYBACK]->
210 cruntime = cable->streams[SNDRV_PCM_STREAM_CAPTURE]->
220 snd_pcm_stop(cable->streams[SNDRV_PCM_STREAM_CAPTURE]->
223 runtime = cable->streams[SNDRV_PCM_STREAM_PLAYBACK]->
225 setup = get_setup(cable->streams[SNDRV_PCM_STREAM_PLAYBACK]);
226 card = cable->streams[SNDRV_PCM_STREAM_PLAYBACK]->loopback->card;
327 params_change_substream(cable->streams[SNDRV_PCM_STREAM_PLAYBACK],
329 params_change_substream(cable->streams[SNDRV_PCM_STREAM_CAPTURE],
466 copy_play_buf(dpcm->cable->streams[SNDRV_PCM_STREAM_PLAYBAC
[all...]
/sound/pci/nm256/
H A Dnm256.c242 struct nm256_stream streams[2]; member in struct:nm256
755 s = &chip->streams[SNDRV_PCM_STREAM_PLAYBACK];
770 s = &chip->streams[SNDRV_PCM_STREAM_CAPTURE];
860 snd_nm256_setup_stream(chip, &chip->streams[SNDRV_PCM_STREAM_PLAYBACK],
872 snd_nm256_setup_stream(chip, &chip->streams[SNDRV_PCM_STREAM_CAPTURE],
938 struct nm256_stream *s = &chip->streams[i];
990 if (chip->streams[SNDRV_PCM_STREAM_PLAYBACK].running)
992 if (chip->streams[SNDRV_PCM_STREAM_CAPTURE].running)
1425 struct nm256_stream *s = &chip->streams[i];
1441 if (chip->streams[SNDRV_PCM_STREAM_PLAYBAC
[all...]
/sound/pci/lola/
H A Dlola.h320 struct lola_stream streams[MAX_STREAM_COUNT]; member in struct:lola_pcm
349 /* streams */
/sound/pci/mixart/
H A Dmixart_core.h270 struct mixart_sample_pos streams[MIXART_MAX_STREAM_PER_CARD * MIXART_MAX_CARDS]; member in struct:mixart_timer_notify

Completed in 205 milliseconds