Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/hda/
Dhda_codec.c890 list_add_tail(&pcm->list, &codec->pcm_list_head); in snd_hda_codec_pcm_new()
902 list_for_each_entry_safe(pcm, n, &codec->pcm_list_head, list) { in codec_release_pcms()
1052 INIT_LIST_HEAD(&codec->pcm_list_head); in snd_hda_codec_new()
1839 list_for_each_entry(cpcm, &codec->pcm_list_head, list) { in snd_hda_lock_devices()
3220 list_for_each_entry(pcm, &codec->pcm_list_head, list) in hda_codec_runtime_suspend()
3256 list_for_each_entry(pcm, &codec->pcm_list_head, list) { in add_std_chmaps()
3791 if (!list_empty(&codec->pcm_list_head)) in snd_hda_codec_parse_pcms()
3804 list_for_each_entry(cpcm, &codec->pcm_list_head, list) { in snd_hda_codec_parse_pcms()
3840 list_for_each_entry(cpcm, &codec->pcm_list_head, list) { in snd_hda_codec_build_pcms()
Dhda_codec.h223 struct list_head pcm_list_head; member
Dhda_proc.c109 list_for_each_entry(cpcm, &codec->pcm_list_head, list) { in print_nid_pcms()