1<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>struct i915_audio_component</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="Linux GPU Driver Developer's Guide"><link rel="up" href="ch04s02.html#id-1.4.3.4.10" title="High Definition Audio"><link rel="prev" href="API-struct-i915-audio-component-ops.html" title="struct i915_audio_component_ops"><link rel="next" href="API-intel-psr-enable.html" title="intel_psr_enable"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">struct i915_audio_component</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-struct-i915-audio-component-ops.html">Prev</a> </td><th width="60%" align="center">High Definition Audio</th><td width="20%" align="right"> <a accesskey="n" href="API-intel-psr-enable.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-struct-i915-audio-component"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>struct i915_audio_component — 2 used for audio video interaction 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> 4struct i915_audio_component { 5 struct device * dev; 6 int aud_sample_rate[MAX_PORTS]; 7 const struct i915_audio_component_ops * ops; 8 const struct i915_audio_component_audio_ops * audio_ops; 9}; </pre></div><div class="refsect1"><a name="id-1.4.3.4.10.13.5"></a><h2>Members</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">dev</span></dt><dd><p> 10 the device from gfx driver 11 </p></dd><dt><span class="term">aud_sample_rate[MAX_PORTS]</span></dt><dd><p> 12 the array of audio sample rate per port 13 </p></dd><dt><span class="term">ops</span></dt><dd><p> 14 callback for audio driver calling 15 </p></dd><dt><span class="term">audio_ops</span></dt><dd><p> 16 Call from i915 driver 17 </p></dd></dl></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-struct-i915-audio-component-ops.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch04s02.html#id-1.4.3.4.10">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-intel-psr-enable.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">struct i915_audio_component_ops</span> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">intel_psr_enable</span></td></tr></table></div></body></html> 18