Searched refs:snd_hwdep_new (Results 1 - 25 of 25) sorted by relevance

/linux-master/include/sound/
H A Dhwdep.h64 extern int snd_hwdep_new(struct snd_card *card, char *id, int device,
/linux-master/sound/pci/hda/
H A Dhda_hwdep.c101 err = snd_hwdep_new(codec->card, hwname, codec->addr, &hwdep);
/linux-master/sound/firewire/digi00x/
H A Ddigi00x-hwdep.c187 err = snd_hwdep_new(dg00x->card, "Digi00x", 0, &hwdep);
/linux-master/sound/firewire/oxfw/
H A Doxfw-hwdep.c177 err = snd_hwdep_new(oxfw->card, oxfw->card->driver, 0, &hwdep);
/linux-master/sound/firewire/dice/
H A Ddice-hwdep.c179 err = snd_hwdep_new(dice->card, "DICE", 0, &hwdep);
/linux-master/sound/firewire/bebob/
H A Dbebob_hwdep.c183 err = snd_hwdep_new(bebob->card, "BeBoB", 0, &hwdep);
/linux-master/sound/synth/emux/
H A Demux_hwdep.c119 err = snd_hwdep_new(emu->card, SNDRV_EMUX_HWDEP_NAME, emu->hwdep_idx, &hw);
/linux-master/sound/firewire/fireface/
H A Dff-hwdep.c196 err = snd_hwdep_new(ff->card, ff->card->driver, 0, &hwdep);
/linux-master/sound/core/
H A Dhwdep.c351 * snd_hwdep_new - create a new hwdep instance
363 int snd_hwdep_new(struct snd_card *card, char *id, int device, function
410 EXPORT_SYMBOL(snd_hwdep_new); variable
/linux-master/sound/firewire/tascam/
H A Dtascam-hwdep.c264 err = snd_hwdep_new(tscm->card, "Tascam", 0, &hwdep);
/linux-master/sound/firewire/fireworks/
H A Dfireworks_hwdep.c319 err = snd_hwdep_new(efw->card, "Fireworks", 0, &hwdep);
/linux-master/sound/firewire/motu/
H A Dmotu-hwdep.c289 err = snd_hwdep_new(motu->card, motu->card->driver, 0, &hwdep);
/linux-master/sound/usb/usx2y/
H A DusX2Yhwdep.c229 err = snd_hwdep_new(card, SND_USX2Y_LOADER_ID, 0, &hw);
H A Dus122l.c422 err = snd_hwdep_new(card, SND_USB_STREAM_ID, 0, &hw);
H A Dusx2yhwdeppcm.c732 err = snd_hwdep_new(card, SND_USX2Y_USBPCM_ID, 1, &hw);
/linux-master/sound/isa/wavefront/
H A Dwavefront.c234 if (snd_hwdep_new(card, "WaveFront", hw_dev, &wavefront_synth) < 0)
258 if (snd_hwdep_new (card, "YSS225", hw_dev, &fx_processor) < 0)
/linux-master/sound/drivers/opl3/
H A Dopl3_lib.c491 err = snd_hwdep_new(card, "OPL2/OPL3", device, &hw);
/linux-master/sound/usb/line6/
H A Ddriver.c673 err = snd_hwdep_new(line6->card, "config", 0, &hwdep);
/linux-master/sound/isa/sb/
H A Dsb16_csp.c115 err = snd_hwdep_new(chip->card, "SB16-CSP", device, &hw);
/linux-master/sound/pci/asihpi/
H A Dasihpi.c2759 err = snd_hwdep_new(asihpi->card, "HPI", device, &hw);
/linux-master/sound/pci/emu10k1/
H A Demufx.c2623 err = snd_hwdep_new(emu->card, "FX8010", device, &hw);
/linux-master/sound/usb/
H A Dmixer_quirks.c258 err = snd_hwdep_new(mixer->chip->card, "SB remote control", 0, &hwdep);
H A Dmixer_scarlett2.c7689 err = snd_hwdep_new(mixer->chip->card, "Focusrite Control", 0, &hw);
/linux-master/sound/pci/rme9652/
H A Dhdspm.c6369 err = snd_hwdep_new(card, "HDSPM hwdep", 0, &hw);
H A Dhdsp.c4945 err = snd_hwdep_new(card, "HDSP hwdep", 0, &hw);

Completed in 319 milliseconds