Searched defs:hda_pcm (Results 1 – 1 of 1) sorted by relevance
160 struct hda_pcm { struct162 struct hda_pcm_stream stream[2]; argument163 unsigned int pcm_type; /* HDA_PCM_TYPE_XXX */164 int device; /* device number to assign */165 struct snd_pcm *pcm; /* assigned PCM instance */166 bool own_chmap; /* codec driver provides own channel maps */168 struct hda_codec *codec;169 struct kref kref;170 struct list_head list;
Completed in 4 milliseconds