Searched refs:snd_card_proc_new (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/sound/isa/gus/ |
H A D | gus_mem_proc.c | 58 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 D | info.h | 130 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 D | emuproc.c | 692 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 D | mixart.c | 1211 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 D | cs4281.c | 1149 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 D | cs46xx_lib.c | 2815 if (! snd_card_proc_new(card, region->name, &entry)) { in snd_cs46xx_proc_init()
|
/openbmc/linux/Documentation/sound/kernel-api/ |
H A D | writing-an-alsa-driver.rst | 3609 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 D | patch_hdmi.c | 522 err = snd_card_proc_new(codec->card, name, &entry); in eld_proc_new()
|