Searched refs:SND_PCM_STREAM_PLAYBACK (Results 1 - 25 of 35) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_asym.c92 if (stream == SND_PCM_STREAM_PLAYBACK)
106 stream == SND_PCM_STREAM_PLAYBACK ? "playback" : "capture");
H A Dpcm_share.c127 if (pcm->stream == SND_PCM_STREAM_PLAYBACK)
158 if (pcm->stream != SND_PCM_STREAM_PLAYBACK)
215 if (pcm->stream == SND_PCM_STREAM_PLAYBACK)
257 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
293 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
308 if (pcm->stream == SND_PCM_STREAM_PLAYBACK &&
389 if (spcm->stream == SND_PCM_STREAM_PLAYBACK)
442 if (spcm->stream == SND_PCM_STREAM_PLAYBACK)
660 if (slave->pcm->stream == SND_PCM_STREAM_PLAYBACK)
696 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
[all...]
H A Dpcm_null.c336 if (stream == SND_PCM_STREAM_PLAYBACK) {
367 pcm->poll_events = stream == SND_PCM_STREAM_PLAYBACK ? POLLOUT : POLLIN;
H A Dpcm_meter.c202 spcm->stream != SND_PCM_STREAM_PLAYBACK)) {
216 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
294 if (pcm->stream == SND_PCM_STREAM_PLAYBACK)
307 if (pcm->stream == SND_PCM_STREAM_PLAYBACK)
329 if (err > 0 && pcm->stream == SND_PCM_STREAM_PLAYBACK)
338 if (err > 0 && pcm->stream == SND_PCM_STREAM_PLAYBACK)
352 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
H A Dpcm_rate.c254 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
597 if (pcm->stream == SND_PCM_STREAM_PLAYBACK)
621 if (pcm->stream != SND_PCM_STREAM_PLAYBACK)
646 if (pcm->stream == SND_PCM_STREAM_PLAYBACK)
984 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
1062 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
1074 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
1157 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
1165 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
H A Dpcm_ladspa.c231 if (ladspa->channels > 0 && pcm->stream == SND_PCM_STREAM_PLAYBACK) {
324 list = pcm->stream == SND_PCM_STREAM_PLAYBACK ? &ladspa->pplugins : &ladspa->cplugins;
621 list = pcm->stream == SND_PCM_STREAM_PLAYBACK ? &ladspa->pplugins : &ladspa->cplugins;
623 (pcm->stream == SND_PCM_STREAM_PLAYBACK ? pcm->channels : ladspa->plug.gen.slave->channels);
629 out_channels = pcm->stream == SND_PCM_STREAM_PLAYBACK ? ladspa->plug.gen.slave->channels : pcm->channels;
704 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
714 list = pcm->stream == SND_PCM_STREAM_PLAYBACK ? &ladspa->pplugins : &ladspa->cplugins;
1620 if (slave->stream == SND_PCM_STREAM_PLAYBACK) {
H A Dpcm_linear.c344 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
352 if (pcm->stream == SND_PCM_STREAM_PLAYBACK)
H A Dpcm_mmap_emul.c326 if (pcm->stream == SND_PCM_STREAM_PLAYBACK)
338 if (!map->mmap_emul || pcm->stream == SND_PCM_STREAM_PLAYBACK)
H A Dpcm_hw.c581 assert(pcm->stream != SND_PCM_STREAM_PLAYBACK ||
1209 pcm->poll_events = info.stream == SND_PCM_STREAM_PLAYBACK ? POLLOUT : POLLIN;
1263 case SND_PCM_STREAM_PLAYBACK:
H A Dpcm_local.h441 if (pcm->stream == SND_PCM_STREAM_PLAYBACK)
461 if (pcm->stream == SND_PCM_STREAM_PLAYBACK)
500 if (pcm->stream == SND_PCM_STREAM_PLAYBACK)
H A Dpcm_alaw.c321 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
H A Dpcm_lfloat.c281 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
H A Dpcm_mulaw.c336 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
H A Dpcm_route.c635 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
773 if (stream == SND_PCM_STREAM_PLAYBACK) {
H A Dpcm_adpcm.c425 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
H A Dpcm_iec958.c332 if (pcm->stream == SND_PCM_STREAM_PLAYBACK) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Dpcm_min.c22 if ((err = snd_pcm_open(&handle, device, SND_PCM_STREAM_PLAYBACK, 0)) < 0) {
H A Dcontrol.c54 snd_pcm_info_set_stream(pcminfo, SND_PCM_STREAM_PLAYBACK);
H A Dseq-sender.c212 if ((err = snd_pcm_open(&phandle, "default", SND_PCM_STREAM_PLAYBACK, 0)) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dalsa-audio-enc.c56 res = ff_alsa_open(s1, SND_PCM_STREAM_PLAYBACK, &sample_rate,
H A Dalsa-audio-common.c294 if (find_reorder_func(s, *codec_id, layout, mode == SND_PCM_STREAM_PLAYBACK) < 0) {
298 name, mode == SND_PCM_STREAM_PLAYBACK ? "playback" : "capture");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dalsa-audio-enc.c63 res = ff_alsa_open(s1, SND_PCM_STREAM_PLAYBACK, &sample_rate,
H A Dalsa-audio-common.c275 if (find_reorder_func(s, *codec_id, layout, mode == SND_PCM_STREAM_PLAYBACK) < 0) {
279 name, mode == SND_PCM_STREAM_PLAYBACK ? "playback" : "capture");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dlaudio_alsa.c520 ret = snd_pcm_open(&hdl, card_name, SND_PCM_STREAM_PLAYBACK, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/control/
H A Dnamehint.c112 snd_pcm_info_set_stream(info, stream ? SND_PCM_STREAM_CAPTURE : SND_PCM_STREAM_PLAYBACK);

Completed in 282 milliseconds

12