Home
last modified time | relevance | path

Searched refs:snd_hwdep_new (Results 1 - 25 of 48) sorted by relevance

12

/kernel/linux/linux-5.10/include/sound/
H A Dhwdep.h64 extern int snd_hwdep_new(struct snd_card *card, char *id, int device,
/kernel/linux/linux-6.6/include/sound/
H A Dhwdep.h64 extern int snd_hwdep_new(struct snd_card *card, char *id, int device,
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_hwdep.c101 err = snd_hwdep_new(codec->card, hwname, codec->addr, &hwdep); in snd_hda_create_hwdep()
/kernel/linux/linux-5.10/sound/synth/emux/
H A Demux_hwdep.c119 if ((err = snd_hwdep_new(emu->card, SNDRV_EMUX_HWDEP_NAME, emu->hwdep_idx, &hw)) < 0) in snd_emux_init_hwdep()
/kernel/linux/linux-6.6/sound/synth/emux/
H A Demux_hwdep.c119 err = snd_hwdep_new(emu->card, SNDRV_EMUX_HWDEP_NAME, emu->hwdep_idx, &hw); in snd_emux_init_hwdep()
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_hwdep.c101 err = snd_hwdep_new(codec->card, hwname, codec->addr, &hwdep); in snd_hda_create_hwdep()
/kernel/linux/linux-5.10/sound/firewire/digi00x/
H A Ddigi00x-hwdep.c187 err = snd_hwdep_new(dg00x->card, "Digi00x", 0, &hwdep); in snd_dg00x_create_hwdep_device()
/kernel/linux/linux-5.10/sound/firewire/oxfw/
H A Doxfw-hwdep.c179 err = snd_hwdep_new(oxfw->card, oxfw->card->driver, 0, &hwdep); in snd_oxfw_create_hwdep()
/kernel/linux/linux-5.10/sound/firewire/bebob/
H A Dbebob_hwdep.c185 err = snd_hwdep_new(bebob->card, "BeBoB", 0, &hwdep); in snd_bebob_create_hwdep_device()
/kernel/linux/linux-5.10/sound/firewire/fireface/
H A Dff-hwdep.c179 err = snd_hwdep_new(ff->card, ff->card->driver, 0, &hwdep); in snd_ff_create_hwdep_devices()
/kernel/linux/linux-5.10/sound/firewire/dice/
H A Ddice-hwdep.c179 err = snd_hwdep_new(dice->card, "DICE", 0, &hwdep); in snd_dice_create_hwdep()
/kernel/linux/linux-5.10/sound/firewire/motu/
H A Dmotu-hwdep.c186 err = snd_hwdep_new(motu->card, motu->card->driver, 0, &hwdep); in snd_motu_create_hwdep_device()
/kernel/linux/linux-6.6/sound/firewire/bebob/
H A Dbebob_hwdep.c183 err = snd_hwdep_new(bebob->card, "BeBoB", 0, &hwdep); in snd_bebob_create_hwdep_device()
/kernel/linux/linux-6.6/sound/firewire/dice/
H A Ddice-hwdep.c179 err = snd_hwdep_new(dice->card, "DICE", 0, &hwdep); in snd_dice_create_hwdep()
/kernel/linux/linux-6.6/sound/firewire/digi00x/
H A Ddigi00x-hwdep.c187 err = snd_hwdep_new(dg00x->card, "Digi00x", 0, &hwdep); in snd_dg00x_create_hwdep_device()
/kernel/linux/linux-6.6/sound/firewire/fireface/
H A Dff-hwdep.c196 err = snd_hwdep_new(ff->card, ff->card->driver, 0, &hwdep); in snd_ff_create_hwdep_devices()
/kernel/linux/linux-6.6/sound/firewire/oxfw/
H A Doxfw-hwdep.c177 err = snd_hwdep_new(oxfw->card, oxfw->card->driver, 0, &hwdep); in snd_oxfw_create_hwdep()
/kernel/linux/linux-5.10/sound/isa/wavefront/
H A Dwavefront.c235 if (snd_hwdep_new(card, "WaveFront", hw_dev, &wavefront_synth) < 0) in snd_wavefront_new_synth()
259 if (snd_hwdep_new (card, "YSS225", hw_dev, &fx_processor) < 0) in snd_wavefront_new_fx()
/kernel/linux/linux-5.10/sound/core/
H A Dhwdep.c346 * snd_hwdep_new - create a new hwdep instance
358 int snd_hwdep_new(struct snd_card *card, char *id, int device, in snd_hwdep_new() function
401 EXPORT_SYMBOL(snd_hwdep_new); variable
/kernel/linux/linux-6.6/sound/core/
H A Dhwdep.c352 * snd_hwdep_new - create a new hwdep instance
364 int snd_hwdep_new(struct snd_card *card, char *id, int device, in snd_hwdep_new() function
411 EXPORT_SYMBOL(snd_hwdep_new); variable
/kernel/linux/linux-6.6/sound/isa/wavefront/
H A Dwavefront.c234 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()
/kernel/linux/linux-5.10/sound/firewire/tascam/
H A Dtascam-hwdep.c264 err = snd_hwdep_new(tscm->card, "Tascam", 0, &hwdep); in snd_tscm_create_hwdep_device()
/kernel/linux/linux-5.10/sound/usb/usx2y/
H A DusX2Yhwdep.c237 if ((err = snd_hwdep_new(card, SND_USX2Y_LOADER_ID, 0, &hw)) < 0) in usx2y_hwdep_new()
/kernel/linux/linux-6.6/sound/usb/usx2y/
H A DusX2Yhwdep.c229 err = snd_hwdep_new(card, SND_USX2Y_LOADER_ID, 0, &hw); in usx2y_hwdep_new()
/kernel/linux/linux-6.6/sound/firewire/tascam/
H A Dtascam-hwdep.c264 err = snd_hwdep_new(tscm->card, "Tascam", 0, &hwdep); in snd_tscm_create_hwdep_device()

Completed in 10 milliseconds

12