Home
last modified time | relevance | path

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

/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()
/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()
/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()
/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()
/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()
/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()
/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()
/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()
/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()
/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()
/sound/core/
Dpcm.c512 entry = snd_info_create_card_entry(pcm->card, name, in snd_pcm_stream_proc_init()
518 entry = snd_info_create_card_entry(pcm->card, "info", pstr->proc_root); in snd_pcm_stream_proc_init()
522 entry = snd_info_create_card_entry(pcm->card, "xrun_debug", in snd_pcm_stream_proc_init()
548 entry = snd_info_create_card_entry(substream->pcm->card, name, in create_substream_info_entry()
564 entry = snd_info_create_card_entry(card, name, in snd_pcm_substream_proc_init()
Dpcm_memory.c237 entry = snd_info_create_card_entry(substream->pcm->card, "prealloc", in preallocate_info_init()
245 entry = snd_info_create_card_entry(substream->pcm->card, "prealloc_max", in preallocate_info_init()
Dinfo.c744 struct snd_info_entry *snd_info_create_card_entry(struct snd_card *card, in snd_info_create_card_entry() function
752 EXPORT_SYMBOL(snd_info_create_card_entry);
887 entry = snd_info_create_card_entry(card, name, card->proc_root); in snd_card_rw_proc_new()
Dcompress_offload.c1111 entry = snd_info_create_card_entry(compr->card, name, in snd_compress_proc_init()
1118 entry = snd_info_create_card_entry(compr->card, "info", in snd_compress_proc_init()
Drawmidi.c1826 entry = snd_info_create_card_entry(rmidi->card, name, rmidi->card->proc_root); in snd_rawmidi_dev_register()
/sound/pci/cs46xx/
Ddsp_spos.c789 entry = snd_info_create_card_entry(card, "dsp", card->proc_root); in cs46xx_dsp_proc_init()
797 entry = snd_info_create_card_entry(card, "spos_symbols", in cs46xx_dsp_proc_init()
803 entry = snd_info_create_card_entry(card, "spos_modules", in cs46xx_dsp_proc_init()
809 entry = snd_info_create_card_entry(card, "parameter", in cs46xx_dsp_proc_init()
815 entry = snd_info_create_card_entry(card, "sample", in cs46xx_dsp_proc_init()
821 entry = snd_info_create_card_entry(card, "task_tree", in cs46xx_dsp_proc_init()
827 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()
/sound/synth/emux/
Demux_proc.c98 entry = snd_info_create_card_entry(card, name, card->proc_root); in snd_emux_proc_init()
/sound/core/oss/
Dmixer_oss.c1255 entry = snd_info_create_card_entry(mixer->card, "oss_mixer", in snd_mixer_oss_proc_init()
Dpcm_oss.c3064 if ((entry = snd_info_create_card_entry(pcm->card, "oss", pstr->proc_root)) != NULL) { in snd_pcm_oss_proc_init()