Home
last modified time | relevance | path

Searched refs:sound_debugfs_root (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/sound/core/
Dsound.c44 struct dentry *sound_debugfs_root; variable
45 EXPORT_SYMBOL_GPL(sound_debugfs_root);
409 sound_debugfs_root = debugfs_create_dir("sound", NULL); in alsa_sound_init()
420 debugfs_remove(sound_debugfs_root); in alsa_sound_exit()
Dinit.c365 sound_debugfs_root); in snd_card_init()
/Linux-v6.6/include/sound/
Dcore.h237 extern struct dentry *sound_debugfs_root;
/Linux-v6.6/sound/pci/hda/
Dcs35l56_hda.c663 cs35l56->debugfs_root = debugfs_create_dir(dev_name(cs35l56->base.dev), sound_debugfs_root); in cs35l56_hda_bind()