Fix: asoc: Remove snd_soc_cache_sync() implementation
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 18 Jun 2018 18:53:17 +0000 (14:53 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 19 Jun 2018 19:41:47 +0000 (15:41 -0400)
commit5d1ba86436821d079f07245823909bcf7a1f817f
tree68669425b2fabbfa738846c2e7c36093458f23cb
parent4d4673f1da3ea0b700addf3e9968ee1e8aebb115
Fix: asoc: Remove snd_soc_cache_sync() implementation

See upstream commit:

  commit 427d204c86e095bb91eb8af381bd90a48376a860
  Author: Lars-Peter Clausen <lars@metafoo.de>
  Date:   Sat Nov 8 16:38:07 2014 +0100

    ASoC: Remove snd_soc_cache_sync() implementation

    This function has no more non regmap user, which means we can remove the
    implementation of the function and associated functions and structure
    fields.

    For convenience we keep a static inline version of the function that
    forwards calls to regcache_sync() unconditionally.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
instrumentation/events/lttng-module/asoc.h
This page took 0.025249 seconds and 4 git commands to generate.