Home
last modified time | relevance | path

Searched refs:snd_hwdep_new (Results 1 – 21 of 21) sorted by relevance

/sound/pci/hda/
Dhda_hwdep.c104 err = snd_hwdep_new(codec->card, hwname, codec->addr, &hwdep); in snd_hda_create_hwdep()
/sound/synth/emux/
Demux_hwdep.c125 if ((err = snd_hwdep_new(emu->card, SNDRV_EMUX_HWDEP_NAME, emu->hwdep_idx, &hw)) < 0) in snd_emux_init_hwdep()
/sound/firewire/tascam/
Dtascam-hwdep.c179 err = snd_hwdep_new(tscm->card, "Tascam", 0, &hwdep); in snd_tscm_create_hwdep_device()
/sound/firewire/digi00x/
Ddigi00x-hwdep.c189 err = snd_hwdep_new(dg00x->card, "Digi00x", 0, &hwdep); in snd_dg00x_create_hwdep_device()
/sound/firewire/bebob/
Dbebob_hwdep.c188 err = snd_hwdep_new(bebob->card, "BeBoB", 0, &hwdep); in snd_bebob_create_hwdep_device()
/sound/firewire/dice/
Ddice-hwdep.c180 err = snd_hwdep_new(dice->card, "DICE", 0, &hwdep); in snd_dice_create_hwdep()
/sound/firewire/oxfw/
Doxfw-hwdep.c180 err = snd_hwdep_new(oxfw->card, oxfw->card->driver, 0, &hwdep); in snd_oxfw_create_hwdep()
/sound/core/
Dhwdep.c365 int snd_hwdep_new(struct snd_card *card, char *id, int device, in snd_hwdep_new() function
408 EXPORT_SYMBOL(snd_hwdep_new);
/sound/isa/wavefront/
Dwavefront.c248 if (snd_hwdep_new(card, "WaveFront", hw_dev, &wavefront_synth) < 0) in snd_wavefront_new_synth()
272 if (snd_hwdep_new (card, "YSS225", hw_dev, &fx_processor) < 0) in snd_wavefront_new_fx()
/sound/usb/usx2y/
DusX2Yhwdep.c252 if ((err = snd_hwdep_new(card, SND_USX2Y_LOADER_ID, 0, &hw)) < 0) in usX2Y_hwdep_new()
Dusx2yhwdeppcm.c717 if ((err = snd_hwdep_new(card, SND_USX2Y_USBPCM_ID, 1, &hw)) < 0) in usX2Y_hwdep_pcm_new()
Dus122l.c463 err = snd_hwdep_new(card, SND_USB_STREAM_ID, 0, &hw); in usb_stream_hwdep_new()
/sound/firewire/fireworks/
Dfireworks_hwdep.c320 err = snd_hwdep_new(efw->card, "Fireworks", 0, &hwdep); in snd_efw_create_hwdep_device()
/sound/drivers/opl3/
Dopl3_lib.c497 if ((err = snd_hwdep_new(card, "OPL2/OPL3", device, &hw)) < 0) { in snd_opl3_hwdep_new()
/sound/usb/line6/
Ddriver.c650 err = snd_hwdep_new(line6->card, "config", 0, &hwdep); in line6_hwdep_init()
/sound/isa/sb/
Dsb16_csp.c129 if ((err = snd_hwdep_new(chip->card, "SB16-CSP", device, &hw)) < 0) in snd_sb_csp_new()
/sound/usb/
Dmixer_quirks.c265 err = snd_hwdep_new(mixer->chip->card, "SB remote control", 0, &hwdep); in snd_usb_soundblaster_remote_init()
/sound/pci/asihpi/
Dasihpi.c2837 err = snd_hwdep_new(asihpi->card, "HPI", device, &hw); in snd_asihpi_hpi_new()
/sound/pci/emu10k1/
Demufx.c2649 if ((err = snd_hwdep_new(emu->card, "FX8010", device, &hw)) < 0) in snd_emu10k1_fx8010_new()
/sound/pci/rme9652/
Dhdsp.c4892 if ((err = snd_hwdep_new(card, "HDSP hwdep", 0, &hw)) < 0) in snd_hdsp_create_hwdep()
Dhdspm.c6382 err = snd_hwdep_new(card, "HDSPM hwdep", 0, &hw); in snd_hdspm_create_hwdep()