Home
last modified time | relevance | path

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

/linux-3.3/sound/arm/
Daaci.c485 if (aacirun->pcm_open) in aaci_pcm_hw_free()
487 aacirun->pcm_open = 0; in aaci_pcm_hw_free()
514 if (aacirun->pcm_open) { in aaci_pcm_hw_params()
516 aacirun->pcm_open = 0; in aaci_pcm_hw_params()
531 aacirun->pcm_open = err == 0; in aaci_pcm_hw_params()
Daaci.h208 int pcm_open; member
/linux-3.3/sound/pci/echoaudio/
Dechoaudio.c267 static int pcm_open(struct snd_pcm_substream *substream, in pcm_open() function
353 if ((err = pcm_open(substream, num_analog_busses_in(chip) - in pcm_analog_in_open()
388 if ((err = pcm_open(substream, max_channels - substream->number)) < 0) in pcm_analog_out_open()
424 err = pcm_open(substream, max_channels); in pcm_digital_in_open()
428 err = pcm_open(substream, max_channels - ECHOCARD_HAS_ADAT); in pcm_digital_in_open()
466 err = pcm_open(substream, max_channels); in pcm_digital_out_open()
470 err = pcm_open(substream, max_channels - ECHOCARD_HAS_ADAT); in pcm_digital_out_open()