Linux Audio

Check our new training course

Loading...
v5.9
 1/* SPDX-License-Identifier: GPL-2.0-only */
 2/**
 3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
 4 *
 5 * @File	cthw20k2.h
 6 *
 7 * @Brief
 8 * This file contains the definition of hardware access methord.
 9 *
10 * @Author	Liu Chun
11 * @Date 	May 13 2008
12 */
13
14#ifndef CTHW20K2_H
15#define CTHW20K2_H
16
17#include "cthardware.h"
18
19int create_20k2_hw_obj(struct hw **rhw);
20int destroy_20k2_hw_obj(struct hw *hw);
21
22#endif /* CTHW20K2_H */
v6.13.7
 1/* SPDX-License-Identifier: GPL-2.0-only */
 2/*
 3 * Copyright (C) 2008, Creative Technology Ltd. All Rights Reserved.
 4 *
 5 * @File	cthw20k2.h
 6 *
 7 * @Brief
 8 * This file contains the definition of hardware access methord.
 9 *
10 * @Author	Liu Chun
11 * @Date 	May 13 2008
12 */
13
14#ifndef CTHW20K2_H
15#define CTHW20K2_H
16
17#include "cthardware.h"
18
19int create_20k2_hw_obj(struct hw **rhw);
20int destroy_20k2_hw_obj(struct hw *hw);
21
22#endif /* CTHW20K2_H */