Searched refs:pcm_list_head (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/sound/pci/hda/ |
| D | hda_codec.c | 733 list_add_tail(&pcm->list, &codec->pcm_list_head); in snd_hda_codec_pcm_new() 745 list_for_each_entry_safe(pcm, n, &codec->pcm_list_head, list) { in codec_release_pcms() 947 INIT_LIST_HEAD(&codec->pcm_list_head); in snd_hda_codec_device_new() 1737 list_for_each_entry(cpcm, &codec->pcm_list_head, list) { in snd_hda_lock_devices() 3019 list_for_each_entry(pcm, &codec->pcm_list_head, list) { in add_std_chmaps() 3249 if (!list_empty(&codec->pcm_list_head)) in snd_hda_codec_parse_pcms() 3262 list_for_each_entry(cpcm, &codec->pcm_list_head, list) { in snd_hda_codec_parse_pcms() 3296 list_for_each_entry(cpcm, &codec->pcm_list_head, list) { in snd_hda_codec_build_pcms()
|
| D | hda_proc.c | 80 list_for_each_entry(cpcm, &codec->pcm_list_head, list) { in print_nid_pcms()
|
| D | patch_ca0132.c | 6276 list_for_each_entry(pcm, &codec->pcm_list_head, list) { in ca0132_alt_add_chmap_ctls()
|
| /Linux-v5.4/sound/soc/codecs/ |
| D | hdac_hda.c | 296 list_for_each_entry(cpcm, &hcodec->pcm_list_head, list) { in snd_soc_find_pcm_from_dai()
|
| /Linux-v5.4/include/sound/ |
| D | hda_codec.h | 191 struct list_head pcm_list_head; member
|