Home
last modified time | relevance | path

Searched refs:snd_pcm_new (Results 1 – 25 of 100) sorted by relevance

1234

/sound/pci/oxygen/
Doxygen_pcm.c710 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/
Dpxa2xx-pcm.c91 ret = snd_pcm_new(card, "PXA2xx-PCM", 0, play, capt, &pcm); in pxa2xx_pcm_new()
/sound/pci/aw2/
Daw2-alsa.c600 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/
Dpdaudiocf_pcm.c291 err = snd_pcm_new(chip->card, "PDAudioCF", 0, 0, 1, &pcm); in snd_pdacf_pcm_new()
/sound/firewire/tascam/
Dtascam-pcm.c304 err = snd_pcm_new(tscm->card, tscm->card->driver, 0, 1, 1, &pcm); in snd_tscm_create_pcm_devices()
/sound/drivers/pcsp/
Dpcsp_lib.c341 err = snd_pcm_new(chip->card, "pcspeaker", 0, 1, 0, &chip->pcm); in snd_pcsp_new_pcm()
/sound/sh/
Dsh_dac_audio.c270 err = snd_pcm_new(chip->card, "SH_DAC PCM", device, 1, 0, &pcm); in snd_sh_dac_pcm()
Daica.c461 snd_pcm_new(dreamcastcard->card, "AICA PCM", pcm_index, 1, 0, in snd_aicapcmchip()
/sound/firewire/digi00x/
Ddigi00x-pcm.c362 err = snd_pcm_new(dg00x->card, dg00x->card->driver, 0, 1, 1, &pcm); in snd_dg00x_create_pcm_devices()
/sound/mips/
Dsgio2audio.c728 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/
Dbebob_pcm.c379 err = snd_pcm_new(bebob->card, bebob->card->driver, 0, 1, 1, &pcm); in snd_bebob_create_pcm_devices()
/sound/firewire/fireworks/
Dfireworks_pcm.c404 err = snd_pcm_new(efw->card, efw->card->driver, 0, 1, 1, &pcm); in snd_efw_create_pcm_devices()
/sound/pci/
Dvia82xx.c1459 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/
Demupcm.c1409 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/
Dctpcm.c437 err = snd_pcm_new(atc->card, "ctxfi", device, in ct_alsa_pcm_create()
/sound/firewire/dice/
Ddice-pcm.c417 err = snd_pcm_new(dice->card, "DICE", 0, playback, capture, &pcm); in snd_dice_create_pcm()
/sound/pci/cs5535audio/
Dcs5535audio_pcm.c430 err = snd_pcm_new(cs5535au->card, "CS5535 Audio", 0, 1, 1, &pcm); in snd_cs5535audio_pcm()
/sound/pci/echoaudio/
Dechoaudio.c916 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/
Doxfw-pcm.c422 err = snd_pcm_new(oxfw->card, oxfw->card->driver, 0, 1, cap, &pcm); in snd_oxfw_create_pcm()
/sound/usb/line6/
Dpcm.c464 err = snd_pcm_new(line6->card, (char *)line6->properties->name, in snd_line6_new_pcm()
/sound/usb/hiface/
Dpcm.c606 ret = snd_pcm_new(chip->card, "USB-SPDIF Audio", 0, 1, 0, &pcm); in hiface_pcm_init()
/sound/pci/mixart/
Dmixart.c975 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/
Dpcm.c820 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/
Dabdac.c320 retval = snd_pcm_new(dac->card, dac->card->shortname, in atmel_abdac_pcm_new()
/sound/pci/ymfpci/
Dymfpci_main.c1153 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()

1234