Home
last modified time | relevance | path

Searched refs:snd_card_proc_new (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/sound/isa/gus/
H A Dgus_mem_proc.c58 if (! snd_card_proc_new(gus->card, name, &entry)) { in snd_gf1_mem_proc_init()
76 if (! snd_card_proc_new(gus->card, name, &entry)) { in snd_gf1_mem_proc_init()
/OK3568_Linux_fs/kernel/sound/pci/emu10k1/
H A Demuproc.c592 if (! snd_card_proc_new(emu->card, "fx8010_gpr", &entry)) { in snd_emu10k1_proc_init()
599 if (! snd_card_proc_new(emu->card, "fx8010_tram_data", &entry)) { in snd_emu10k1_proc_init()
606 if (! snd_card_proc_new(emu->card, "fx8010_tram_addr", &entry)) { in snd_emu10k1_proc_init()
613 if (! snd_card_proc_new(emu->card, "fx8010_code", &entry)) { in snd_emu10k1_proc_init()
/OK3568_Linux_fs/kernel/include/sound/
H A Dinfo.h137 static inline int snd_card_proc_new(struct snd_card *card, const char *name, in snd_card_proc_new() function
183 static inline int snd_card_proc_new(struct snd_card *card, const char *name, in snd_card_proc_new() function
/OK3568_Linux_fs/kernel/sound/pci/mixart/
H A Dmixart.c1209 if (! snd_card_proc_new(chip->card, "mixart_BA0", &entry)) { in snd_mixart_proc_init()
1215 if (! snd_card_proc_new(chip->card, "mixart_BA1", &entry)) { in snd_mixart_proc_init()
/OK3568_Linux_fs/kernel/sound/pci/
H A Dcs4281.c1145 if (! snd_card_proc_new(chip->card, "cs4281_BA0", &entry)) { in snd_cs4281_proc_init()
1151 if (! snd_card_proc_new(chip->card, "cs4281_BA1", &entry)) { in snd_cs4281_proc_init()
/OK3568_Linux_fs/kernel/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst3831 To create a proc file, call :c:func:`snd_card_proc_new()`.
3836 int err = snd_card_proc_new(card, "my-file", &entry);
3843 :c:func:`snd_card_proc_new()` will be registered and released
/OK3568_Linux_fs/kernel/sound/pci/cs46xx/
H A Dcs46xx_lib.c2829 if (! snd_card_proc_new(card, region->name, &entry)) { in snd_cs46xx_proc_init()
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dpatch_hdmi.c508 err = snd_card_proc_new(codec->card, name, &entry); in eld_proc_new()