Home
last modified time | relevance | path

Searched refs:snd_info_create_card_entry (Results 1 – 21 of 21) sorted by relevance

/linux-6.1.9/sound/firewire/fireface/
Dff-proc.c42 entry = snd_info_create_card_entry(ff->card, name, root); in add_node()
55 root = snd_info_create_card_entry(ff->card, "firewire", in snd_ff_proc_init()
/linux-6.1.9/sound/firewire/digi00x/
Ddigi00x-proc.c76 root = snd_info_create_card_entry(dg00x->card, "firewire", in snd_dg00x_proc_init()
83 entry = snd_info_create_card_entry(dg00x->card, "clock", root); in snd_dg00x_proc_init()
/linux-6.1.9/sound/firewire/tascam/
Dtascam-proc.c59 entry = snd_info_create_card_entry(tscm->card, name, root); in add_node()
72 root = snd_info_create_card_entry(tscm->card, "firewire", in snd_tscm_proc_init()
/linux-6.1.9/sound/firewire/motu/
Dmotu-proc.c88 entry = snd_info_create_card_entry(motu->card, name, root); in add_node()
101 root = snd_info_create_card_entry(motu->card, "firewire", in snd_motu_proc_init()
/linux-6.1.9/sound/firewire/oxfw/
Doxfw-proc.c84 entry = snd_info_create_card_entry(oxfw->card, name, root); in add_node()
97 root = snd_info_create_card_entry(oxfw->card, "firewire", in snd_oxfw_proc_init()
/linux-6.1.9/include/sound/
Dinfo.h117 struct snd_info_entry *snd_info_create_card_entry(struct snd_card *card,
135 *entryp = snd_info_create_card_entry(card, name, card->proc_root); in snd_card_proc_new()
168 static inline struct snd_info_entry *snd_info_create_card_entry(struct snd_card *card, const char *… in snd_info_create_card_entry() function
/linux-6.1.9/sound/firewire/bebob/
Dbebob_proc.c164 entry = snd_info_create_card_entry(bebob->card, name, root); in add_node()
177 root = snd_info_create_card_entry(bebob->card, "firewire", in snd_bebob_proc_init()
/linux-6.1.9/sound/firewire/fireworks/
Dfireworks_proc.c200 entry = snd_info_create_card_entry(efw->card, name, root); in add_node()
213 root = snd_info_create_card_entry(efw->card, "firewire", in snd_efw_proc_init()
/linux-6.1.9/sound/pci/ac97/
Dac97_proc.c424 entry = snd_info_create_card_entry(ac97->bus->card, name, in snd_ac97_proc_init()
430 entry = snd_info_create_card_entry(ac97->bus->card, name, in snd_ac97_proc_init()
456 entry = snd_info_create_card_entry(bus->card, name, in snd_ac97_bus_proc_init()
/linux-6.1.9/sound/drivers/opl4/
Dopl4_proc.c90 entry = snd_info_create_card_entry(opl4->card, "opl4-mem", opl4->card->proc_root); in snd_opl4_create_proc()
/linux-6.1.9/sound/firewire/dice/
Ddice-proc.c286 entry = snd_info_create_card_entry(dice->card, name, root); in add_node()
299 root = snd_info_create_card_entry(dice->card, "firewire", in snd_dice_create_proc()
/linux-6.1.9/sound/core/
Dpcm.c513 entry = snd_info_create_card_entry(pcm->card, name, in snd_pcm_stream_proc_init()
519 entry = snd_info_create_card_entry(pcm->card, "info", pstr->proc_root); in snd_pcm_stream_proc_init()
523 entry = snd_info_create_card_entry(pcm->card, "xrun_debug", in snd_pcm_stream_proc_init()
549 entry = snd_info_create_card_entry(substream->pcm->card, name, in create_substream_info_entry()
565 entry = snd_info_create_card_entry(card, name, in snd_pcm_substream_proc_init()
Dpcm_memory.c213 entry = snd_info_create_card_entry(substream->pcm->card, "prealloc", in preallocate_info_init()
221 entry = snd_info_create_card_entry(substream->pcm->card, "prealloc_max", in preallocate_info_init()
Dinfo.c738 struct snd_info_entry *snd_info_create_card_entry(struct snd_card *card, in snd_info_create_card_entry() function
746 EXPORT_SYMBOL(snd_info_create_card_entry);
883 entry = snd_info_create_card_entry(card, name, card->proc_root); in snd_card_rw_proc_new()
Dcompress_offload.c1108 entry = snd_info_create_card_entry(compr->card, name, in snd_compress_proc_init()
1115 entry = snd_info_create_card_entry(compr->card, "info", in snd_compress_proc_init()
Drawmidi.c1989 entry = snd_info_create_card_entry(rmidi->card, name, rmidi->card->proc_root); in snd_rawmidi_dev_register()
/linux-6.1.9/sound/pci/cs46xx/
Ddsp_spos.c790 entry = snd_info_create_card_entry(card, "dsp", card->proc_root); in cs46xx_dsp_proc_init()
798 entry = snd_info_create_card_entry(card, "spos_symbols", in cs46xx_dsp_proc_init()
804 entry = snd_info_create_card_entry(card, "spos_modules", in cs46xx_dsp_proc_init()
810 entry = snd_info_create_card_entry(card, "parameter", in cs46xx_dsp_proc_init()
816 entry = snd_info_create_card_entry(card, "sample", in cs46xx_dsp_proc_init()
822 entry = snd_info_create_card_entry(card, "task_tree", in cs46xx_dsp_proc_init()
828 entry = snd_info_create_card_entry(card, "scb_info", in cs46xx_dsp_proc_init()
Ddsp_spos_scb_lib.c243 entry = snd_info_create_card_entry(ins->snd_card, scb->scb_name, in cs46xx_dsp_proc_register_scb_desc()
/linux-6.1.9/sound/synth/emux/
Demux_proc.c98 entry = snd_info_create_card_entry(card, name, card->proc_root); in snd_emux_proc_init()
/linux-6.1.9/sound/core/oss/
Dmixer_oss.c1268 entry = snd_info_create_card_entry(mixer->card, "oss_mixer", in snd_mixer_oss_proc_init()
Dpcm_oss.c3083 entry = snd_info_create_card_entry(pcm->card, "oss", pstr->proc_root); in snd_pcm_oss_proc_init()