Lines Matching defs:hdmi
37 struct xonar_hdmi *hdmi)
46 hdmi_write_command(chip, 0x54, 5, hdmi->params);
49 void xonar_hdmi_init(struct oxygen *chip, struct xonar_hdmi *hdmi)
51 hdmi->params[1] = IEC958_AES3_CON_FS_48000;
52 hdmi->params[4] = 1;
53 xonar_hdmi_init_commands(chip, hdmi);
63 void xonar_hdmi_resume(struct oxygen *chip, struct xonar_hdmi *hdmi)
65 xonar_hdmi_init_commands(chip, hdmi);
80 void xonar_set_hdmi_params(struct oxygen *chip, struct xonar_hdmi *hdmi,
83 hdmi->params[0] = 0; /* 1 = non-audio */
86 hdmi->params[1] = IEC958_AES3_CON_FS_44100;
89 hdmi->params[1] = IEC958_AES3_CON_FS_48000;
92 hdmi->params[1] = IEC958_AES3_CON_FS_96000;
95 hdmi->params[1] = IEC958_AES3_CON_FS_192000;
98 hdmi->params[2] = params_channels(params) / 2 - 1;
100 hdmi->params[3] = 0;
102 hdmi->params[3] = 0xc0;
103 hdmi->params[4] = 1; /* ? */
104 hdmi_write_command(chip, 0x54, 5, hdmi->params);