Searched refs:snd_hwdep_new (Results 1 – 21 of 21) sorted by relevance
/sound/pci/hda/ |
D | hda_hwdep.c | 104 err = snd_hwdep_new(codec->card, hwname, codec->addr, &hwdep); in snd_hda_create_hwdep()
|
/sound/synth/emux/ |
D | emux_hwdep.c | 125 if ((err = snd_hwdep_new(emu->card, SNDRV_EMUX_HWDEP_NAME, emu->hwdep_idx, &hw)) < 0) in snd_emux_init_hwdep()
|
/sound/firewire/tascam/ |
D | tascam-hwdep.c | 179 err = snd_hwdep_new(tscm->card, "Tascam", 0, &hwdep); in snd_tscm_create_hwdep_device()
|
/sound/firewire/digi00x/ |
D | digi00x-hwdep.c | 189 err = snd_hwdep_new(dg00x->card, "Digi00x", 0, &hwdep); in snd_dg00x_create_hwdep_device()
|
/sound/firewire/bebob/ |
D | bebob_hwdep.c | 188 err = snd_hwdep_new(bebob->card, "BeBoB", 0, &hwdep); in snd_bebob_create_hwdep_device()
|
/sound/firewire/dice/ |
D | dice-hwdep.c | 180 err = snd_hwdep_new(dice->card, "DICE", 0, &hwdep); in snd_dice_create_hwdep()
|
/sound/firewire/oxfw/ |
D | oxfw-hwdep.c | 180 err = snd_hwdep_new(oxfw->card, oxfw->card->driver, 0, &hwdep); in snd_oxfw_create_hwdep()
|
/sound/core/ |
D | hwdep.c | 365 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/ |
D | wavefront.c | 248 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/ |
D | usX2Yhwdep.c | 252 if ((err = snd_hwdep_new(card, SND_USX2Y_LOADER_ID, 0, &hw)) < 0) in usX2Y_hwdep_new()
|
D | usx2yhwdeppcm.c | 717 if ((err = snd_hwdep_new(card, SND_USX2Y_USBPCM_ID, 1, &hw)) < 0) in usX2Y_hwdep_pcm_new()
|
D | us122l.c | 463 err = snd_hwdep_new(card, SND_USB_STREAM_ID, 0, &hw); in usb_stream_hwdep_new()
|
/sound/firewire/fireworks/ |
D | fireworks_hwdep.c | 320 err = snd_hwdep_new(efw->card, "Fireworks", 0, &hwdep); in snd_efw_create_hwdep_device()
|
/sound/drivers/opl3/ |
D | opl3_lib.c | 497 if ((err = snd_hwdep_new(card, "OPL2/OPL3", device, &hw)) < 0) { in snd_opl3_hwdep_new()
|
/sound/usb/line6/ |
D | driver.c | 650 err = snd_hwdep_new(line6->card, "config", 0, &hwdep); in line6_hwdep_init()
|
/sound/isa/sb/ |
D | sb16_csp.c | 129 if ((err = snd_hwdep_new(chip->card, "SB16-CSP", device, &hw)) < 0) in snd_sb_csp_new()
|
/sound/usb/ |
D | mixer_quirks.c | 265 err = snd_hwdep_new(mixer->chip->card, "SB remote control", 0, &hwdep); in snd_usb_soundblaster_remote_init()
|
/sound/pci/asihpi/ |
D | asihpi.c | 2837 err = snd_hwdep_new(asihpi->card, "HPI", device, &hw); in snd_asihpi_hpi_new()
|
/sound/pci/emu10k1/ |
D | emufx.c | 2649 if ((err = snd_hwdep_new(emu->card, "FX8010", device, &hw)) < 0) in snd_emu10k1_fx8010_new()
|
/sound/pci/rme9652/ |
D | hdsp.c | 4892 if ((err = snd_hwdep_new(card, "HDSP hwdep", 0, &hw)) < 0) in snd_hdsp_create_hwdep()
|
D | hdspm.c | 6382 err = snd_hwdep_new(card, "HDSPM hwdep", 0, &hw); in snd_hdspm_create_hwdep()
|