Lines Matching refs:proc_root
522 if ((entry = snd_info_create_card_entry(pcm->card, name, pcm->card->proc_root)) == NULL) in snd_pcm_stream_proc_init()
529 pstr->proc_root = entry; in snd_pcm_stream_proc_init()
531 if ((entry = snd_info_create_card_entry(pcm->card, "info", pstr->proc_root)) != NULL) { in snd_pcm_stream_proc_init()
542 pstr->proc_root)) != NULL) { in snd_pcm_stream_proc_init()
565 snd_info_free_entry(pstr->proc_root); in snd_pcm_stream_proc_done()
566 pstr->proc_root = NULL; in snd_pcm_stream_proc_done()
579 if ((entry = snd_info_create_card_entry(card, name, substream->pstr->proc_root)) == NULL) in snd_pcm_substream_proc_init()
586 substream->proc_root = entry; in snd_pcm_substream_proc_init()
588 if ((entry = snd_info_create_card_entry(card, "info", substream->proc_root)) != NULL) { in snd_pcm_substream_proc_init()
598 if ((entry = snd_info_create_card_entry(card, "hw_params", substream->proc_root)) != NULL) { in snd_pcm_substream_proc_init()
608 if ((entry = snd_info_create_card_entry(card, "sw_params", substream->proc_root)) != NULL) { in snd_pcm_substream_proc_init()
618 if ((entry = snd_info_create_card_entry(card, "status", substream->proc_root)) != NULL) { in snd_pcm_substream_proc_init()
630 substream->proc_root); in snd_pcm_substream_proc_init()
661 snd_info_free_entry(substream->proc_root); in snd_pcm_substream_proc_done()
662 substream->proc_root = NULL; in snd_pcm_substream_proc_done()