Searched defs:hda_pcm (Results 1 – 1 of 1) sorted by relevance
170 struct hda_pcm { struct172 struct hda_pcm_stream stream[2]; argument173 unsigned int pcm_type; /* HDA_PCM_TYPE_XXX */174 int device; /* device number to assign */175 struct snd_pcm *pcm; /* assigned PCM instance */176 bool own_chmap; /* codec driver provides own channel maps */178 struct hda_codec *codec;179 struct kref kref;180 struct list_head list;