Searched refs:snd_card_rw_proc_new (Results 1 – 11 of 11) sorted by relevance
/linux/include/sound/ |
H A D | info.h | 145 int snd_card_rw_proc_new(struct snd_card *card, const char *name, 181 static inline int snd_card_rw_proc_new(struct snd_card *card, const char *name, in snd_card_rw_proc_new() function 210 return snd_card_rw_proc_new(card, name, private_data, read, NULL); in snd_card_ro_proc_new()
|
/linux/sound/pci/emu10k1/ |
H A D | emuproc.c | 666 snd_card_rw_proc_new(emu->card, "io_regs", emu, in snd_emu10k1_proc_init() 669 snd_card_rw_proc_new(emu->card, "ptr_regs00a", emu, in snd_emu10k1_proc_init() 672 snd_card_rw_proc_new(emu->card, "ptr_regs00b", emu, in snd_emu10k1_proc_init() 677 snd_card_rw_proc_new(emu->card, "ptr_regs20a", emu, in snd_emu10k1_proc_init() 680 snd_card_rw_proc_new(emu->card, "ptr_regs20b", emu, in snd_emu10k1_proc_init() 684 snd_card_rw_proc_new(emu->card, "ptr_regs20c", emu, in snd_emu10k1_proc_init()
|
H A D | emu10k1x.c | 1009 snd_card_rw_proc_new(emu->card, "emu10k1x_regs", emu, in snd_emu10k1x_proc_init()
|
/linux/sound/pci/ca0106/ |
H A D | ca0106_proc.c | 414 snd_card_rw_proc_new(emu->card, "ca0106_reg32", emu, in snd_ca0106_proc_init() 421 snd_card_rw_proc_new(emu->card, "ca0106_regs1", emu, in snd_ca0106_proc_init() 424 snd_card_rw_proc_new(emu->card, "ca0106_i2c", emu, NULL, in snd_ca0106_proc_init()
|
/linux/sound/pci/lola/ |
H A D | lola_proc.c | 199 snd_card_rw_proc_new(chip->card, "codec_rw", chip, in lola_proc_debug_new()
|
/linux/sound/core/ |
H A D | info.c | 846 int snd_card_rw_proc_new(struct snd_card *card, const char *name, in snd_card_rw_proc_new() function 865 EXPORT_SYMBOL_GPL(snd_card_rw_proc_new);
|
/linux/sound/pci/ice1712/ |
H A D | pontis.c | 648 snd_card_rw_proc_new(ice->card, "wm_codec", ice, wm_proc_regs_read, in wm_proc_init()
|
H A D | prodigy_hifi.c | 893 snd_card_rw_proc_new(ice->card, "wm_codec", ice, wm_proc_regs_read, in wm_proc_init()
|
/linux/sound/drivers/ |
H A D | dummy.c | 1012 snd_card_rw_proc_new(chip->card, "dummy_pcm", chip, in dummy_proc_init()
|
H A D | aloop.c | 1787 return snd_card_rw_proc_new(loopback->card, "timer_source", loopback, in loopback_timer_source_proc_new()
|
/linux/sound/pci/pcxhr/ |
H A D | pcxhr.c | 1431 snd_card_rw_proc_new(chip->card, "gpio", chip, in pcxhr_proc_init()
|