Searched refs:pcm_open (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/arm/
H A Daaci.h208 int pcm_open; member in struct:aaci_runtime
H A Daaci.c420 if (aacirun->pcm_open)
422 aacirun->pcm_open = 0;
440 if (aacirun->pcm_open) {
442 aacirun->pcm_open = 0;
455 aacirun->pcm_open = err == 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/echoaudio/
H A Dechoaudio.c265 static int pcm_open(struct snd_pcm_substream *substream, function
351 if ((err = pcm_open(substream, num_analog_busses_in(chip) -
386 if ((err = pcm_open(substream, max_channels - substream->number)) < 0)
422 err = pcm_open(substream, max_channels);
426 err = pcm_open(substream, max_channels - ECHOCARD_HAS_ADAT);
464 err = pcm_open(substream, max_channels);
468 err = pcm_open(substream, max_channels - ECHOCARD_HAS_ADAT);

Completed in 93 milliseconds