Linux Audio

Check our new training course

Loading...
Note: File does not exist in v4.6.
 1/*
 2 * SPDX-License-Identifier: MIT
 3 *
 4 * Copyright © 2019 Intel Corporation
 5 */
 6
 7#ifndef SELFTEST_RC6_H
 8#define SELFTEST_RC6_H
 9
10int live_rc6_ctx_wa(void *arg);
11int live_rc6_manual(void *arg);
12
13#endif /* SELFTEST_RC6_H */