Lines Matching defs:hda_codec

173 struct hda_codec {  struct
185 struct hda_codec_ops patch_ops; argument
188 struct list_head pcm_list_head;
189 refcount_t pcm_ref;
190 wait_queue_head_t remove_sleep;
193 void *spec;
196 struct hda_beep *beep;
197 unsigned int beep_mode;
200 u32 *wcaps;
202 struct snd_array mixers; /* list of assigned mixer elements */
203 struct snd_array nids; /* list of mapped mixer elements */
205 struct list_head conn_list; /* linked-list of connection-list */
207 struct mutex spdif_mutex;
208 struct mutex control_mutex;
209 struct snd_array spdif_out;
210 unsigned int spdif_in_enable; /* SPDIF input enable? */
211 const hda_nid_t *follower_dig_outs; /* optional digital out follower widgets */
212 struct snd_array init_pins; /* initial (BIOS) pin configurations */
213 struct snd_array driver_pins; /* pin configs set by codec parser */
214 struct snd_array cvt_setups; /* audio convert setups */
216 struct mutex user_mutex;
218 struct snd_array init_verbs; /* additional init verbs */
219 struct snd_array hints; /* additional hints */
220 struct snd_array user_pins; /* default pin configs to override */
224 struct snd_hwdep *hwdep; /* assigned hwdep device */
228 unsigned int configured:1; /* codec was configured */
229 unsigned int in_freeing:1; /* being released */
230 unsigned int display_power_control:1; /* needs display power */
231 unsigned int spdif_status_reset :1; /* needs to toggle SPDIF for each
235 unsigned int pin_amp_workaround:1; /* pin out-amp takes index
238 unsigned int single_adc_amp:1; /* adc in-amp takes no index
241 unsigned int no_sticky_stream:1; /* no sticky-PCM stream assignment */
265 unsigned int (*power_filter)(struct hda_codec *codec, hda_nid_t nid, argument
270 struct hda_codec *codec, hda_nid_t nid); argument
288 #define dev_to_hda_codec(_dev) container_of(_dev, struct hda_codec, core.dev) argument