Home
last modified time | relevance | path

Searched refs:ai (Results 1 – 2 of 2) sorted by relevance

/sound/pci/hda/
Dpatch_hdmi.c687 union audio_infoframe ai; in hdmi_pin_setup_infoframe() local
689 memset(&ai, 0, sizeof(ai)); in hdmi_pin_setup_infoframe()
693 struct hdmi_audio_infoframe *hdmi_ai = &ai.hdmi; in hdmi_pin_setup_infoframe()
708 struct dp_audio_infoframe *dp_ai = &ai.dp; in hdmi_pin_setup_infoframe()
727 if (!hdmi_infoframe_uptodate(codec, pin_nid, ai.bytes, in hdmi_pin_setup_infoframe()
728 sizeof(ai))) { in hdmi_pin_setup_infoframe()
733 ai.bytes, sizeof(ai)); in hdmi_pin_setup_infoframe()
/sound/pci/asihpi/
Dhpi_internal.h117 #define HPI_CTL_ATTR(ctl, ai) ((HPI_CONTROL_##ctl << 8) + ai) argument