/Linux-v4.19/include/sound/ |
D | hwdep.h | 79 extern int snd_hwdep_new(struct snd_card *card, char *id, int device,
|
/Linux-v4.19/sound/pci/hda/ |
D | hda_hwdep.c | 114 err = snd_hwdep_new(codec->card, hwname, codec->addr, &hwdep); in snd_hda_create_hwdep()
|
/Linux-v4.19/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()
|
/Linux-v4.19/sound/firewire/tascam/ |
D | tascam-hwdep.c | 178 err = snd_hwdep_new(tscm->card, "Tascam", 0, &hwdep); in snd_tscm_create_hwdep_device()
|
/Linux-v4.19/sound/firewire/bebob/ |
D | bebob_hwdep.c | 187 err = snd_hwdep_new(bebob->card, "BeBoB", 0, &hwdep); in snd_bebob_create_hwdep_device()
|
/Linux-v4.19/sound/firewire/oxfw/ |
D | oxfw-hwdep.c | 180 err = snd_hwdep_new(oxfw->card, oxfw->card->driver, 0, &hwdep); in snd_oxfw_create_hwdep()
|
/Linux-v4.19/sound/firewire/digi00x/ |
D | digi00x-hwdep.c | 188 err = snd_hwdep_new(dg00x->card, "Digi00x", 0, &hwdep); in snd_dg00x_create_hwdep_device()
|
/Linux-v4.19/sound/firewire/motu/ |
D | motu-hwdep.c | 187 err = snd_hwdep_new(motu->card, motu->card->driver, 0, &hwdep); in snd_motu_create_hwdep_device()
|
/Linux-v4.19/sound/firewire/fireface/ |
D | ff-hwdep.c | 180 err = snd_hwdep_new(ff->card, ff->card->driver, 0, &hwdep); in snd_ff_create_hwdep_devices()
|
/Linux-v4.19/sound/firewire/dice/ |
D | dice-hwdep.c | 180 err = snd_hwdep_new(dice->card, "DICE", 0, &hwdep); in snd_dice_create_hwdep()
|
/Linux-v4.19/sound/core/ |
D | hwdep.c | 366 int snd_hwdep_new(struct snd_card *card, char *id, int device, in snd_hwdep_new() function 409 EXPORT_SYMBOL(snd_hwdep_new);
|
/Linux-v4.19/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()
|
/Linux-v4.19/sound/usb/usx2y/ |
D | usX2Yhwdep.c | 249 if ((err = snd_hwdep_new(card, SND_USX2Y_LOADER_ID, 0, &hw)) < 0) in usX2Y_hwdep_new()
|
D | us122l.c | 455 err = snd_hwdep_new(card, SND_USB_STREAM_ID, 0, &hw); in usb_stream_hwdep_new()
|
D | usx2yhwdeppcm.c | 716 if ((err = snd_hwdep_new(card, SND_USX2Y_USBPCM_ID, 1, &hw)) < 0) in usX2Y_hwdep_pcm_new()
|
/Linux-v4.19/sound/firewire/fireworks/ |
D | fireworks_hwdep.c | 319 err = snd_hwdep_new(efw->card, "Fireworks", 0, &hwdep); in snd_efw_create_hwdep_device()
|
/Linux-v4.19/sound/drivers/opl3/ |
D | opl3_lib.c | 494 if ((err = snd_hwdep_new(card, "OPL2/OPL3", device, &hw)) < 0) { in snd_opl3_hwdep_new()
|
/Linux-v4.19/sound/usb/line6/ |
D | driver.c | 668 err = snd_hwdep_new(line6->card, "config", 0, &hwdep); in line6_hwdep_init()
|
/Linux-v4.19/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()
|
/Linux-v4.19/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()
|
/Linux-v4.19/sound/pci/asihpi/ |
D | asihpi.c | 2830 err = snd_hwdep_new(asihpi->card, "HPI", device, &hw); in snd_asihpi_hpi_new()
|
/Linux-v4.19/sound/pci/emu10k1/ |
D | emufx.c | 2669 if ((err = snd_hwdep_new(emu->card, "FX8010", device, &hw)) < 0) in snd_emu10k1_fx8010_new()
|
/Linux-v4.19/sound/pci/rme9652/ |
D | hdsp.c | 4921 if ((err = snd_hwdep_new(card, "HDSP hwdep", 0, &hw)) < 0) in snd_hdsp_create_hwdep()
|
D | hdspm.c | 6392 err = snd_hwdep_new(card, "HDSPM hwdep", 0, &hw); in snd_hdspm_create_hwdep()
|
/Linux-v4.19/Documentation/sound/kernel-api/ |
D | writing-an-alsa-driver.rst | 3394 :c:func:`snd_hwdep_new()`. 3399 snd_hwdep_new(card, "My HWDEP", 0, &hw);
|