Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/hda/
Dhda_codec.c685 list_add_tail(&pcm->list, &codec->pcm_list_head); in snd_hda_codec_pcm_new()
697 list_for_each_entry_safe(pcm, n, &codec->pcm_list_head, list) { in codec_release_pcms()
849 INIT_LIST_HEAD(&codec->pcm_list_head); in snd_hda_codec_new()
1636 list_for_each_entry(cpcm, &codec->pcm_list_head, list) { in snd_hda_lock_devices()
3017 list_for_each_entry(pcm, &codec->pcm_list_head, list) in hda_codec_runtime_suspend()
3055 list_for_each_entry(pcm, &codec->pcm_list_head, list) { in add_std_chmaps()
3284 if (!list_empty(&codec->pcm_list_head)) in snd_hda_codec_parse_pcms()
3297 list_for_each_entry(cpcm, &codec->pcm_list_head, list) { in snd_hda_codec_parse_pcms()
3330 list_for_each_entry(cpcm, &codec->pcm_list_head, list) { in snd_hda_codec_build_pcms()
Dhda_codec.h197 struct list_head pcm_list_head; member
Dhda_proc.c94 list_for_each_entry(cpcm, &codec->pcm_list_head, list) { in print_nid_pcms()