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