diff --git a/sound/core/pcm.c b/sound/core/pcm.c index c790f79e45aec7d5952dd314d15e1a570cd84dcc..7eadb7fd807471666bfd6907934bcb2e5b0b6f6b 100644 --- a/sound/core/pcm.c +++ b/sound/core/pcm.c @@ -625,7 +625,8 @@ static int snd_pcm_substream_proc_init(struct snd_pcm_substream *substream) } } substream->proc_sw_params_entry = entry; - entry = snd_info_create_module_entry(THIS_MODULE, "pcm", NULL); + entry = snd_info_create_card_entry(card, "status", + substream->proc_root); if (entry) { snd_info_set_text_ops(entry, substream, snd_pcm_substream_proc_status_read);