1221167Sgnn/* SPDX-License-Identifier: GPL-2.0-only */
2221167Sgnn/*
3221167Sgnn *
4221167Sgnn *  Copyright (C) 2005 Mike Isely <isely@pobox.com>
5221167Sgnn *  Copyright (C) 2004 Aurelien Alleaume <slts@free.fr>
6221167Sgnn */
7221167Sgnn
8221167Sgnn#ifndef __PVRUSB2_WM8775_H
9221167Sgnn#define __PVRUSB2_WM8775_H
10221167Sgnn
11221167Sgnn/*
12221167Sgnn
13221167Sgnn   This module connects the pvrusb2 driver to the I2C chip level
14221167Sgnn   driver which performs analog -> digital audio conversion for
15221167Sgnn   external audio inputs.  This interface is used internally by the
16221167Sgnn   driver; higher level code should only interact through the
17221167Sgnn   interface provided by pvrusb2-hdw.h.
18221167Sgnn
19221167Sgnn*/
20221167Sgnn
21221167Sgnn
22221167Sgnn
23221167Sgnn#include "pvrusb2-hdw-internal.h"
24221167Sgnn
25221167Sgnnvoid pvr2_wm8775_subdev_update(struct pvr2_hdw *, struct v4l2_subdev *sd);
26221167Sgnn
27221167Sgnn
28221167Sgnn#endif /* __PVRUSB2_WM8775_H */
29221167Sgnn