Lines Matching defs:hdac_hdmi_pcm
97 struct hdac_hdmi_pcm { struct
98 struct list_head head;
99 int pcm_id;
100 struct list_head port_list;
101 struct hdac_hdmi_cvt *cvt;
102 struct snd_soc_jack *jack;
103 int stream_tag;
104 int channels;
105 int format;
106 bool chmap_set;
107 unsigned char chmap[8]; /* ALSA API channel-map */
108 struct mutex lock;
109 int jack_event;