diff options
author | Ricardo Neri <[email protected]> | 2012-05-18 01:42:36 -0500 |
---|---|---|
committer | Liam Girdwood <[email protected]> | 2012-05-22 17:33:23 +0100 |
commit | 2603915336352e5491c02b0befa3b890ea13d6ef (patch) | |
tree | 958b3d08bff774ef196b3e20331493c824a51613 /tools/perf/scripts/python | |
parent | 0ff5ee871ff18bb5b66a81353aac1db7e9399d95 (diff) |
ASoC: OMAP: HDMI: Create a structure for private data of the CPU DAI
Create a struct hdmi_priv to store the relevant data of the CPU DAI
driver. As more data is added to the driver, having all the data
in the same location eases its handling. At the moment, only the DMA
configuration parameters are included in the structure.
Also, the required memory is allocated using devm_kzalloc rather than
using a static global variable.
Signed-off-by: Ricardo Neri <[email protected]>
Acked-by: Mark Brown <[email protected]>
Signed-off-by: Liam Girdwood <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions