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