commit | a9087cf2e1994edb58418b1fd3bb2026a7d85c88 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Mon Jun 24 15:13:16 2019 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Mon Oct 28 11:18:57 2019 +0100 |
tree | 88e7f9add3f9cb4bd3eaeb3bebd0414d8a727c87 | |
parent | 68a2ebb54da4dfa2cc3a2239d2e2dfeec2c5e522 [diff] |
drm/tegra: sor: Extract common audio enabling code The code to enable audio support is split into two parts, one being generic for the SOR and another part that is specific whether the SOR is in HDMI mode or in DP mode. Split out the common part in preparation for reusing the code in DP mode. Signed-off-by: Thierry Reding <treding@nvidia.com>