/openbmc/linux/include/sound/ |
H A D | hwdep.h | 64 extern int snd_hwdep_new(struct snd_card *card, char *id, int device,
|
/openbmc/linux/sound/pci/hda/ |
H A D | hda_hwdep.c | 101 err = snd_hwdep_new(codec->card, hwname, codec->addr, &hwdep); in snd_hda_create_hwdep()
|
/openbmc/linux/sound/synth/emux/ |
H A D | emux_hwdep.c | 119 err = snd_hwdep_new(emu->card, SNDRV_EMUX_HWDEP_NAME, emu->hwdep_idx, &hw); in snd_emux_init_hwdep()
|
/openbmc/linux/sound/firewire/oxfw/ |
H A D | oxfw-hwdep.c | 177 err = snd_hwdep_new(oxfw->card, oxfw->card->driver, 0, &hwdep); in snd_oxfw_create_hwdep()
|
/openbmc/linux/sound/firewire/bebob/ |
H A D | bebob_hwdep.c | 183 err = snd_hwdep_new(bebob->card, "BeBoB", 0, &hwdep); in snd_bebob_create_hwdep_device()
|
/openbmc/linux/sound/firewire/digi00x/ |
H A D | digi00x-hwdep.c | 187 err = snd_hwdep_new(dg00x->card, "Digi00x", 0, &hwdep); in snd_dg00x_create_hwdep_device()
|
/openbmc/linux/sound/firewire/dice/ |
H A D | dice-hwdep.c | 179 err = snd_hwdep_new(dice->card, "DICE", 0, &hwdep); in snd_dice_create_hwdep()
|
/openbmc/linux/sound/firewire/fireface/ |
H A D | ff-hwdep.c | 196 err = snd_hwdep_new(ff->card, ff->card->driver, 0, &hwdep); in snd_ff_create_hwdep_devices()
|
/openbmc/linux/sound/isa/wavefront/ |
H A D | wavefront.c | 234 if (snd_hwdep_new(card, "WaveFront", hw_dev, &wavefront_synth) < 0) in snd_wavefront_new_synth() 258 if (snd_hwdep_new (card, "YSS225", hw_dev, &fx_processor) < 0) in snd_wavefront_new_fx()
|
/openbmc/linux/sound/core/ |
H A D | hwdep.c | 364 int snd_hwdep_new(struct snd_card *card, char *id, int device, in snd_hwdep_new() function 411 EXPORT_SYMBOL(snd_hwdep_new);
|
/openbmc/linux/sound/usb/usx2y/ |
H A D | usX2Yhwdep.c | 229 err = snd_hwdep_new(card, SND_USX2Y_LOADER_ID, 0, &hw); in usx2y_hwdep_new()
|
H A D | us122l.c | 422 err = snd_hwdep_new(card, SND_USB_STREAM_ID, 0, &hw); in usb_stream_hwdep_new()
|
H A D | usx2yhwdeppcm.c | 732 err = snd_hwdep_new(card, SND_USX2Y_USBPCM_ID, 1, &hw); in usx2y_hwdep_pcm_new()
|
/openbmc/linux/sound/firewire/tascam/ |
H A D | tascam-hwdep.c | 264 err = snd_hwdep_new(tscm->card, "Tascam", 0, &hwdep); in snd_tscm_create_hwdep_device()
|
/openbmc/linux/sound/firewire/motu/ |
H A D | motu-hwdep.c | 289 err = snd_hwdep_new(motu->card, motu->card->driver, 0, &hwdep); in snd_motu_create_hwdep_device()
|
/openbmc/linux/sound/firewire/fireworks/ |
H A D | fireworks_hwdep.c | 319 err = snd_hwdep_new(efw->card, "Fireworks", 0, &hwdep); in snd_efw_create_hwdep_device()
|
/openbmc/linux/sound/drivers/opl3/ |
H A D | opl3_lib.c | 491 err = snd_hwdep_new(card, "OPL2/OPL3", device, &hw); in snd_opl3_hwdep_new()
|
/openbmc/linux/sound/usb/line6/ |
H A D | driver.c | 678 err = snd_hwdep_new(line6->card, "config", 0, &hwdep); in line6_hwdep_init()
|
/openbmc/linux/sound/isa/sb/ |
H A D | sb16_csp.c | 115 err = snd_hwdep_new(chip->card, "SB16-CSP", device, &hw); in snd_sb_csp_new()
|
/openbmc/linux/sound/pci/asihpi/ |
H A D | asihpi.c | 2759 err = snd_hwdep_new(asihpi->card, "HPI", device, &hw); in snd_asihpi_hpi_new()
|
/openbmc/linux/sound/usb/ |
H A D | mixer_quirks.c | 258 err = snd_hwdep_new(mixer->chip->card, "SB remote control", 0, &hwdep); in snd_usb_soundblaster_remote_init()
|
/openbmc/linux/sound/pci/emu10k1/ |
H A D | emufx.c | 2623 err = snd_hwdep_new(emu->card, "FX8010", device, &hw); in snd_emu10k1_fx8010_new()
|
/openbmc/linux/sound/pci/rme9652/ |
H A D | hdsp.c | 4947 err = snd_hwdep_new(card, "HDSP hwdep", 0, &hw); in snd_hdsp_create_hwdep()
|
H A D | hdspm.c | 6371 err = snd_hwdep_new(card, "HDSPM hwdep", 0, &hw); in snd_hdspm_create_hwdep()
|
/openbmc/linux/Documentation/sound/kernel-api/ |
H A D | writing-an-alsa-driver.rst | 3293 :c:func:`snd_hwdep_new()`:: 3296 snd_hwdep_new(card, "My HWDEP", 0, &hw);
|