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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/arm/
H A Daaci.h207 int pcm_open; member in struct:aaci_runtime
H A Daaci.c482 if (aacirun->pcm_open)
484 aacirun->pcm_open = 0;
519 aacirun->pcm_open = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/echoaudio/
H A Dechoaudio.c226 static int pcm_open(struct snd_pcm_substream *substream, function
312 if ((err = pcm_open(substream, num_analog_busses_in(chip) -
347 if ((err = pcm_open(substream, max_channels - substream->number)) < 0)
383 err = pcm_open(substream, max_channels);
387 err = pcm_open(substream, max_channels - ECHOCARD_HAS_ADAT);
425 err = pcm_open(substream, max_channels);
429 err = pcm_open(substream, max_channels - ECHOCARD_HAS_ADAT);

Completed in 42 milliseconds