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