/kernel/linux/linux-5.10/include/sound/ |
H A D | hwdep.h | 64 extern int snd_hwdep_new(struct snd_card *card, char *id, int device,
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | hwdep.h | 64 extern int snd_hwdep_new(struct snd_card *card, char *id, int device,
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/sound/synth/emux/ |
H A D | emux_hwdep.c | 119 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 D | emux_hwdep.c | 119 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 D | hda_hwdep.c | 101 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 D | digi00x-hwdep.c | 187 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 D | oxfw-hwdep.c | 179 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 D | bebob_hwdep.c | 185 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 D | ff-hwdep.c | 179 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 D | dice-hwdep.c | 179 err = snd_hwdep_new(dice->card, "DICE", 0, &hwdep); in snd_dice_create_hwdep()
|
/kernel/linux/linux-5.10/sound/firewire/motu/ |
H A D | motu-hwdep.c | 186 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 D | bebob_hwdep.c | 183 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 D | dice-hwdep.c | 179 err = snd_hwdep_new(dice->card, "DICE", 0, &hwdep); in snd_dice_create_hwdep()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/sound/isa/wavefront/ |
H A D | wavefront.c | 235 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 D | hwdep.c | 346 * 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 D | hwdep.c | 352 * 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 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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/sound/usb/usx2y/ |
H A D | usX2Yhwdep.c | 237 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 D | usX2Yhwdep.c | 229 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 D | tascam-hwdep.c | 264 err = snd_hwdep_new(tscm->card, "Tascam", 0, &hwdep); in snd_tscm_create_hwdep_device()
|