Searched refs:pcm_open (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/sound/firewire/fireworks/ |
D | fireworks_pcm.c | 195 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function 363 .open = pcm_open, 375 .open = pcm_open,
|
/linux-4.1.27/sound/firewire/bebob/ |
D | bebob_pcm.c | 155 pcm_open(struct snd_pcm_substream *substream) in pcm_open() function 339 .open = pcm_open, 350 .open = pcm_open,
|
/linux-4.1.27/sound/firewire/dice/ |
D | dice-pcm.c | 164 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function 374 .open = pcm_open, in snd_dice_create_pcm() 386 .open = pcm_open, in snd_dice_create_pcm()
|
/linux-4.1.27/sound/firewire/oxfw/ |
D | oxfw-pcm.c | 190 static int pcm_open(struct snd_pcm_substream *substream) in pcm_open() function 383 .open = pcm_open, in snd_oxfw_create_pcm() 395 .open = pcm_open, in snd_oxfw_create_pcm()
|
/linux-4.1.27/sound/arm/ |
D | aaci.c | 485 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()
|
D | aaci.h | 208 int pcm_open; member
|
/linux-4.1.27/sound/pci/echoaudio/ |
D | echoaudio.c | 270 static int pcm_open(struct snd_pcm_substream *substream, in pcm_open() function 355 if ((err = pcm_open(substream, num_analog_busses_in(chip) - in pcm_analog_in_open() 389 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() 465 err = pcm_open(substream, max_channels); in pcm_digital_out_open() 469 err = pcm_open(substream, max_channels - ECHOCARD_HAS_ADAT); in pcm_digital_out_open()
|