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