Home
last modified time | relevance | path

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

/linux/sound/core/
H A Dsound.c44 struct dentry *sound_debugfs_root; variable
45 EXPORT_SYMBOL_GPL(sound_debugfs_root);
403 sound_debugfs_root = debugfs_create_dir("sound", NULL); in alsa_sound_init()
414 debugfs_remove(sound_debugfs_root); in alsa_sound_exit()
/linux/include/sound/
H A Dcore.h237 extern struct dentry *sound_debugfs_root;
/linux/sound/hda/codecs/side-codecs/
H A Dcs35l56_hda.c721 cs35l56->debugfs_root = debugfs_create_dir(dev_name(cs35l56->base.dev), sound_debugfs_root); in cs35l56_hda_bind()