Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/include/sound/
H A Dinfo.h130 static inline int snd_card_proc_new(struct snd_card *card, const char *name, in snd_card_proc_new() function
176 static inline int snd_card_proc_new(struct snd_card *card, const char *name, in snd_card_proc_new() function
/openbmc/linux/sound/pci/emu10k1/
H A Demuproc.c692 if (! snd_card_proc_new(emu->card, "fx8010_gpr", &entry)) { in snd_emu10k1_proc_init()
699 if (! snd_card_proc_new(emu->card, "fx8010_tram_data", &entry)) { in snd_emu10k1_proc_init()
706 if (! snd_card_proc_new(emu->card, "fx8010_tram_addr", &entry)) { in snd_emu10k1_proc_init()
713 if (! snd_card_proc_new(emu->card, "fx8010_code", &entry)) { in snd_emu10k1_proc_init()
/openbmc/linux/sound/pci/mixart/
H A Dmixart.c1211 if (! snd_card_proc_new(chip->card, "mixart_BA0", &entry)) { in snd_mixart_proc_init()
1217 if (! snd_card_proc_new(chip->card, "mixart_BA1", &entry)) { in snd_mixart_proc_init()
/openbmc/linux/sound/pci/
H A Dcs4281.c1149 if (! snd_card_proc_new(chip->card, "cs4281_BA0", &entry)) { in snd_cs4281_proc_init()
1155 if (! snd_card_proc_new(chip->card, "cs4281_BA1", &entry)) { in snd_cs4281_proc_init()
/openbmc/linux/sound/pci/cs46xx/
H A Dcs46xx_lib.c2815 if (! snd_card_proc_new(card, region->name, &entry)) { in snd_cs46xx_proc_init()
/openbmc/linux/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst3609 To create a proc file, call :c:func:`snd_card_proc_new()`::
3612 int err = snd_card_proc_new(card, "my-file", &entry);
3619 :c:func:`snd_card_proc_new()` will be registered and released
/openbmc/linux/sound/pci/hda/
H A Dpatch_hdmi.c522 err = snd_card_proc_new(codec->card, name, &entry); in eld_proc_new()