/sound/pci/oxygen/ |
D | oxygen_pcm.c | 710 err = snd_pcm_new(chip->card, "Multichannel", in oxygen_pcm_init() 742 err = snd_pcm_new(chip->card, "Digital", 1, outs, ins, &pcm); in oxygen_pcm_init() 767 err = snd_pcm_new(chip->card, outs ? "AC97" : "Analog2", in oxygen_pcm_init() 791 err = snd_pcm_new(chip->card, "Analog3", 3, 0, ins, &pcm); in oxygen_pcm_init()
|
/sound/arm/ |
D | pxa2xx-pcm.c | 91 ret = snd_pcm_new(card, "PXA2xx-PCM", 0, play, capt, &pcm); in pxa2xx_pcm_new()
|
/sound/pci/aw2/ |
D | aw2-alsa.c | 600 err = snd_pcm_new(chip->card, "Audiowerk2 analog playback", 0, 1, 0, in snd_aw2_new_pcm() 637 err = snd_pcm_new(chip->card, "Audiowerk2 digital playback", 1, 1, 0, in snd_aw2_new_pcm() 674 err = snd_pcm_new(chip->card, "Audiowerk2 capture", 2, 0, 1, in snd_aw2_new_pcm()
|
/sound/pcmcia/pdaudiocf/ |
D | pdaudiocf_pcm.c | 291 err = snd_pcm_new(chip->card, "PDAudioCF", 0, 0, 1, &pcm); in snd_pdacf_pcm_new()
|
/sound/firewire/tascam/ |
D | tascam-pcm.c | 304 err = snd_pcm_new(tscm->card, tscm->card->driver, 0, 1, 1, &pcm); in snd_tscm_create_pcm_devices()
|
/sound/drivers/pcsp/ |
D | pcsp_lib.c | 341 err = snd_pcm_new(chip->card, "pcspeaker", 0, 1, 0, &chip->pcm); in snd_pcsp_new_pcm()
|
/sound/sh/ |
D | sh_dac_audio.c | 270 err = snd_pcm_new(chip->card, "SH_DAC PCM", device, 1, 0, &pcm); in snd_sh_dac_pcm()
|
D | aica.c | 461 snd_pcm_new(dreamcastcard->card, "AICA PCM", pcm_index, 1, 0, in snd_aicapcmchip()
|
/sound/firewire/digi00x/ |
D | digi00x-pcm.c | 362 err = snd_pcm_new(dg00x->card, dg00x->card->driver, 0, 1, 1, &pcm); in snd_dg00x_create_pcm_devices()
|
/sound/mips/ |
D | sgio2audio.c | 728 err = snd_pcm_new(chip->card, "SGI O2 Audio", 0, 1, 1, &pcm); in snd_sgio2audio_new_pcm() 742 err = snd_pcm_new(chip->card, "SGI O2 Audio", 1, 1, 0, &pcm); in snd_sgio2audio_new_pcm()
|
/sound/firewire/bebob/ |
D | bebob_pcm.c | 379 err = snd_pcm_new(bebob->card, bebob->card->driver, 0, 1, 1, &pcm); in snd_bebob_create_pcm_devices()
|
/sound/firewire/fireworks/ |
D | fireworks_pcm.c | 404 err = snd_pcm_new(efw->card, efw->card->driver, 0, 1, 1, &pcm); in snd_efw_create_pcm_devices()
|
/sound/pci/ |
D | via82xx.c | 1459 err = snd_pcm_new(chip->card, chip->card->shortname, 0, 4, 1, &pcm); in snd_via8233_pcm_new() 1484 err = snd_pcm_new(chip->card, chip->card->shortname, 1, 1, 1, &pcm); in snd_via8233_pcm_new() 1527 err = snd_pcm_new(chip->card, chip->card->shortname, 0, 1, 1, &pcm); in snd_via8233a_pcm_new() 1556 err = snd_pcm_new(chip->card, chip->card->shortname, 1, 1, 0, &pcm); in snd_via8233a_pcm_new() 1585 err = snd_pcm_new(chip->card, chip->card->shortname, 0, 1, 1, &pcm); in snd_via686_pcm_new()
|
/sound/pci/emu10k1/ |
D | emupcm.c | 1409 if ((err = snd_pcm_new(emu->card, "emu10k1", device, 32, 1, &pcm)) < 0) in snd_emu10k1_pcm() 1438 if ((err = snd_pcm_new(emu->card, "emu10k1", device, 1, 0, &pcm)) < 0) in snd_emu10k1_pcm_multi() 1474 if ((err = snd_pcm_new(emu->card, "emu10k1 mic", device, 0, 1, &pcm)) < 0) in snd_emu10k1_pcm_mic() 1812 if ((err = snd_pcm_new(emu->card, "emu10k1 efx", device, 8, 1, &pcm)) < 0) in snd_emu10k1_pcm_efx()
|
/sound/pci/ctxfi/ |
D | ctpcm.c | 437 err = snd_pcm_new(atc->card, "ctxfi", device, in ct_alsa_pcm_create()
|
/sound/firewire/dice/ |
D | dice-pcm.c | 417 err = snd_pcm_new(dice->card, "DICE", 0, playback, capture, &pcm); in snd_dice_create_pcm()
|
/sound/pci/cs5535audio/ |
D | cs5535audio_pcm.c | 430 err = snd_pcm_new(cs5535au->card, "CS5535 Audio", 0, 1, 1, &pcm); in snd_cs5535audio_pcm()
|
/sound/pci/echoaudio/ |
D | echoaudio.c | 916 if ((err = snd_pcm_new(chip->card, "PCM", 0, num_pipes_out(chip), in snd_echo_new_pcm() 929 if ((err = snd_pcm_new(chip->card, "Digital PCM", 1, 0, in snd_echo_new_pcm() 948 if ((err = snd_pcm_new(chip->card, "Analog PCM", 0, in snd_echo_new_pcm() 962 if ((err = snd_pcm_new(chip->card, "Digital PCM", 1, in snd_echo_new_pcm()
|
/sound/firewire/oxfw/ |
D | oxfw-pcm.c | 422 err = snd_pcm_new(oxfw->card, oxfw->card->driver, 0, 1, cap, &pcm); in snd_oxfw_create_pcm()
|
/sound/usb/line6/ |
D | pcm.c | 464 err = snd_pcm_new(line6->card, (char *)line6->properties->name, in snd_line6_new_pcm()
|
/sound/usb/hiface/ |
D | pcm.c | 606 ret = snd_pcm_new(chip->card, "USB-SPDIF Audio", 0, 1, 0, &pcm); in hiface_pcm_init()
|
/sound/pci/mixart/ |
D | mixart.c | 975 if ((err = snd_pcm_new(chip->card, name, MIXART_PCM_ANALOG, in snd_mixart_pcm_analog() 1008 if ((err = snd_pcm_new(chip->card, name, MIXART_PCM_DIGITAL, in snd_mixart_pcm_digital()
|
/sound/core/ |
D | pcm.c | 820 int snd_pcm_new(struct snd_card *card, const char *id, int device, in snd_pcm_new() function 826 EXPORT_SYMBOL(snd_pcm_new);
|
/sound/atmel/ |
D | abdac.c | 320 retval = snd_pcm_new(dac->card, dac->card->shortname, in atmel_abdac_pcm_new()
|
/sound/pci/ymfpci/ |
D | ymfpci_main.c | 1153 if ((err = snd_pcm_new(chip->card, "YMFPCI", device, 32, 1, &pcm)) < 0) in snd_ymfpci_pcm() 1188 if ((err = snd_pcm_new(chip->card, "YMFPCI - PCM2", device, 0, 1, &pcm)) < 0) in snd_ymfpci_pcm2() 1222 if ((err = snd_pcm_new(chip->card, "YMFPCI - IEC958", device, 1, 0, &pcm)) < 0) in snd_ymfpci_pcm_spdif() 1263 if ((err = snd_pcm_new(chip->card, "YMFPCI - Rear", device, 1, 0, &pcm)) < 0) in snd_ymfpci_pcm_4ch()
|