Name
struct i915_audio_component —
Used for direct communication between i915 and hda drivers
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
i915 device, used as parameter for ops
- aud_sample_rate[MAX_PORTS]
the array of audio sample rate per port
- ops
Ops implemented by i915 driver, called by hda driver
- audio_ops
Ops implemented by hda driver, called by i915 driver