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