Home
last modified time | relevance | path

Searched defs:hda_pcm (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/include/sound/
Dhda_codec.h161 struct hda_pcm { struct
163 struct hda_pcm_stream stream[2]; argument
164 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;