• Sachin Kamat's avatar
    ASoC: samsung: Fix build on multiplatform · 71e5222c
    Sachin Kamat authored
    PCM and S/PDIF drivers referenced mach headers for a trivial
    data structure. This caused build errors on multiplatform builds
    as machine headers are not accessible from driver files. Move the data
    structure definition to the driver header and remove the dependency.
    While at it rename the structure to avoid multiple definition errors
    as the same structure is also used by the platform code.
    Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
    Signed-off-by: default avatarMark Brown <broonie@linaro.org>
    71e5222c
ac97.c 12.1 KB