snd_hwdep_new      69 include/sound/hwdep.h extern int snd_hwdep_new(struct snd_card *card, char *id, int device,
snd_hwdep_new     496 sound/drivers/opl3/opl3_lib.c 	if ((err = snd_hwdep_new(card, "OPL2/OPL3", device, &hw)) < 0) {
snd_hwdep_new     241 sound/drivers/vx/vx_hwdep.c 	if ((err = snd_hwdep_new(chip->card, SND_VX_HWDEP_ID, 0, &hw)) < 0)
snd_hwdep_new     128 sound/isa/sb/sb16_csp.c 	if ((err = snd_hwdep_new(chip->card, "SB16-CSP", device, &hw)) < 0)
snd_hwdep_new    1234 sound/isa/sscape.c 		err = snd_hwdep_new(card, "MC68EC000", 0, &(sscape->hw));
snd_hwdep_new     250 sound/isa/wavefront/wavefront.c 	if (snd_hwdep_new(card, "WaveFront", hw_dev, &wavefront_synth) < 0)
snd_hwdep_new     275 sound/isa/wavefront/wavefront.c 	if (snd_hwdep_new (card, "YSS225", hw_dev, &fx_processor) < 0)
snd_hwdep_new    2623 sound/pci/emu10k1/emufx.c 	if ((err = snd_hwdep_new(emu->card, "FX8010", device, &hw)) < 0)
snd_hwdep_new     105 sound/pci/hda/hda_hwdep.c 	err = snd_hwdep_new(codec->bus->card, hwname, codec->addr, &hwdep);
snd_hwdep_new     641 sound/pci/mixart/mixart_hwdep.c 	if ((err = snd_hwdep_new(mgr->chip[0]->card, SND_MIXART_HWDEP_ID, 0, &hw)) < 0)
snd_hwdep_new     428 sound/pci/pcxhr/pcxhr_hwdep.c 	if ((err = snd_hwdep_new(mgr->chip[0]->card, PCXHR_HWDEP_ID, 0, &hw)) < 0)
snd_hwdep_new    4721 sound/pci/rme9652/hdsp.c 	if ((err = snd_hwdep_new(card, "HDSP hwdep", 0, &hw)) < 0)
snd_hwdep_new    4208 sound/pci/rme9652/hdspm.c 	err = snd_hwdep_new(card, "HDSPM hwdep", 0, &hw);
snd_hwdep_new     144 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    1863 sound/usb/usbmixer.c 	err = snd_hwdep_new(mixer->chip->card, "SB remote control", 0, &hwdep);
snd_hwdep_new     425 sound/usb/usx2y/us122l.c 	err = snd_hwdep_new(card, SND_USB_STREAM_ID, 0, &hw);
snd_hwdep_new     265 sound/usb/usx2y/usX2Yhwdep.c 	if ((err = snd_hwdep_new(card, SND_USX2Y_LOADER_ID, 0, &hw)) < 0)
snd_hwdep_new     748 sound/usb/usx2y/usx2yhwdeppcm.c 	if ((err = snd_hwdep_new(card, SND_USX2Y_USBPCM_ID, 1, &hw)) < 0)