Lines Matching defs:pcm
1133 struct snd_pcm *pcm = rtd->pcm;
1136 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_PLAYBACK].substream,
1141 snd_pcm_set_managed_buffer(pcm->streams[SNDRV_PCM_STREAM_CAPTURE].substream,
1149 .name = "avs-pcm",
1158 .module_get_upon_open = 1, /* increment refcount when a pcm is opened */
1345 struct hda_pcm *pcm;
1356 list_for_each_entry(pcm, &codec->pcm_list_head, list)
1366 pcm = list_first_entry(&codec->pcm_list_head, struct hda_pcm, list);
1368 for (i = 0; i < pcm_count; i++, pcm = list_next_entry(pcm, list)) {
1380 if (pcm->stream[0].substreams) {
1390 if (pcm->stream[1].substreams) {
1403 pcm->name);
1495 .name = "avs-hda-pcm",