Searched defs:hda_pcm (Results 1 – 1 of 1) sorted by relevance
194 struct hda_pcm { struct196 struct hda_pcm_stream stream[2]; argument197 unsigned int pcm_type; /* HDA_PCM_TYPE_XXX */198 int device; /* device number to assign */199 struct snd_pcm *pcm; /* assigned PCM instance */200 bool own_chmap; /* codec driver provides own channel maps */202 struct hda_codec *codec;203 struct kref kref;204 struct list_head list;