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