On Thu, Sep 21, 2017 at 8:18 AM, Baolin Wang <[email protected]> wrote:
> Since timespec is not year 2038 safe on 32bit system, and we need to
> convert all timespec variables to timespec64 type for sound subsystem.
>
> This patch is used to do preparation for following patches, that will
> convert all structures defined in uapi/sound/asound.h to use 64-bit
> time_t.
>
> Signed-off-by: Baolin Wang <[email protected]>
Looks good to me. This could perhaps be split up further, but it
seems small enough to get merged as a single patch.
Arnd