snd_hwdep_new      64 include/sound/hwdep.h extern int snd_hwdep_new(struct snd_card *card, char *id, int device,
snd_hwdep_new     394 sound/core/hwdep.c EXPORT_SYMBOL(snd_hwdep_new);
snd_hwdep_new     480 sound/drivers/opl3/opl3_lib.c 	if ((err = snd_hwdep_new(card, "OPL2/OPL3", device, &hw)) < 0) {
snd_hwdep_new     186 sound/firewire/bebob/bebob_hwdep.c 	err = snd_hwdep_new(bebob->card, "BeBoB", 0, &hwdep);
snd_hwdep_new     179 sound/firewire/dice/dice-hwdep.c 	err = snd_hwdep_new(dice->card, "DICE", 0, &hwdep);
snd_hwdep_new     187 sound/firewire/digi00x/digi00x-hwdep.c 	err = snd_hwdep_new(dg00x->card, "Digi00x", 0, &hwdep);
snd_hwdep_new     179 sound/firewire/fireface/ff-hwdep.c 	err = snd_hwdep_new(ff->card, ff->card->driver, 0, &hwdep);
snd_hwdep_new     318 sound/firewire/fireworks/fireworks_hwdep.c 	err = snd_hwdep_new(efw->card, "Fireworks", 0, &hwdep);
snd_hwdep_new     186 sound/firewire/motu/motu-hwdep.c 	err = snd_hwdep_new(motu->card, motu->card->driver, 0, &hwdep);
snd_hwdep_new     179 sound/firewire/oxfw/oxfw-hwdep.c 	err = snd_hwdep_new(oxfw->card, oxfw->card->driver, 0, &hwdep);
snd_hwdep_new     262 sound/firewire/tascam/tascam-hwdep.c 	err = snd_hwdep_new(tscm->card, "Tascam", 0, &hwdep);
snd_hwdep_new     115 sound/isa/sb/sb16_csp.c 	if ((err = snd_hwdep_new(chip->card, "SB16-CSP", device, &hw)) < 0)
snd_hwdep_new     235 sound/isa/wavefront/wavefront.c 	if (snd_hwdep_new(card, "WaveFront", hw_dev, &wavefront_synth) < 0)
snd_hwdep_new     259 sound/isa/wavefront/wavefront.c 	if (snd_hwdep_new (card, "YSS225", hw_dev, &fx_processor) < 0)
snd_hwdep_new    2812 sound/pci/asihpi/asihpi.c 	err = snd_hwdep_new(asihpi->card, "HPI", device, &hw);
snd_hwdep_new    2660 sound/pci/emu10k1/emufx.c 	if ((err = snd_hwdep_new(emu->card, "FX8010", device, &hw)) < 0)
snd_hwdep_new     101 sound/pci/hda/hda_hwdep.c 	err = snd_hwdep_new(codec->card, hwname, codec->addr, &hwdep);
snd_hwdep_new    4906 sound/pci/rme9652/hdsp.c 	if ((err = snd_hwdep_new(card, "HDSP hwdep", 0, &hw)) < 0)
snd_hwdep_new    6380 sound/pci/rme9652/hdspm.c 	err = snd_hwdep_new(card, "HDSPM hwdep", 0, &hw);
snd_hwdep_new     119 sound/synth/emux/emux_hwdep.c 	if ((err = snd_hwdep_new(emu->card, SNDRV_EMUX_HWDEP_NAME, emu->hwdep_idx, &hw)) < 0)
snd_hwdep_new     663 sound/usb/line6/driver.c 	err = snd_hwdep_new(line6->card, "config", 0, &hwdep);
snd_hwdep_new     254 sound/usb/mixer_quirks.c 	err = snd_hwdep_new(mixer->chip->card, "SB remote control", 0, &hwdep);
snd_hwdep_new     442 sound/usb/usx2y/us122l.c 	err = snd_hwdep_new(card, SND_USB_STREAM_ID, 0, &hw);
snd_hwdep_new     237 sound/usb/usx2y/usX2Yhwdep.c 	if ((err = snd_hwdep_new(card, SND_USX2Y_LOADER_ID, 0, &hw)) < 0)
snd_hwdep_new     706 sound/usb/usx2y/usx2yhwdeppcm.c 	if ((err = snd_hwdep_new(card, SND_USX2Y_USBPCM_ID, 1, &hw)) < 0)