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
AUTHORS
Jesse Barnes <[email protected]>
Intel Corporation,
- Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
- Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
- Contributions all over the place
Lukas Wunner <[email protected]>
- vga_switcheroo documentation
COPYRIGHT