Name
struct i915_audio_component — 
     used for audio video interaction
 
Synopsis
struct i915_audio_component {
  struct device * dev;
  int aud_sample_rate[MAX_PORTS];
  const struct i915_audio_component_ops * ops;
  const struct i915_audio_component_audio_ops * audio_ops;
};  Members
- dev
- 
   the device from gfx driver
       
- aud_sample_rate[MAX_PORTS]
- 
   the array of audio sample rate per port
       
- ops
- 
   callback for audio driver calling
       
- audio_ops
- 
   Call from i915 driver