oxfw.h (5cd1d3f47a6321612a51ab88ffe8ef65120fcbe0) oxfw.h (3c96101f190020e91d413c5835f7a722fc007923)
1/*
2 * oxfw.h - a part of driver for OXFW970/971 based devices
3 *
4 * Copyright (c) Clemens Ladisch <clemens@ladisch.de>
5 * Licensed under the terms of the GNU General Public License, version 2.
6 */
7
8#include <linux/device.h>

--- 4 unchanged lines hidden (view full) ---

13#include <linux/mutex.h>
14#include <linux/slab.h>
15
16#include <sound/control.h>
17#include <sound/core.h>
18#include <sound/initval.h>
19#include <sound/pcm.h>
20#include <sound/pcm_params.h>
1/*
2 * oxfw.h - a part of driver for OXFW970/971 based devices
3 *
4 * Copyright (c) Clemens Ladisch <clemens@ladisch.de>
5 * Licensed under the terms of the GNU General Public License, version 2.
6 */
7
8#include <linux/device.h>

--- 4 unchanged lines hidden (view full) ---

13#include <linux/mutex.h>
14#include <linux/slab.h>
15
16#include <sound/control.h>
17#include <sound/core.h>
18#include <sound/initval.h>
19#include <sound/pcm.h>
20#include <sound/pcm_params.h>
21#include <sound/info.h>
21
22#include "../lib.h"
23#include "../fcp.h"
24#include "../packets-buffer.h"
25#include "../iso-resources.h"
26#include "../amdtp.h"
27#include "../cmp.h"
28

--- 74 unchanged lines hidden (view full) ---

103int snd_oxfw_stream_get_current_formation(struct snd_oxfw *oxfw,
104 enum avc_general_plug_dir dir,
105 struct snd_oxfw_stream_formation *formation);
106int snd_oxfw_stream_discover(struct snd_oxfw *oxfw);
107
108int snd_oxfw_create_pcm(struct snd_oxfw *oxfw);
109
110int snd_oxfw_create_mixer(struct snd_oxfw *oxfw);
22
23#include "../lib.h"
24#include "../fcp.h"
25#include "../packets-buffer.h"
26#include "../iso-resources.h"
27#include "../amdtp.h"
28#include "../cmp.h"
29

--- 74 unchanged lines hidden (view full) ---

104int snd_oxfw_stream_get_current_formation(struct snd_oxfw *oxfw,
105 enum avc_general_plug_dir dir,
106 struct snd_oxfw_stream_formation *formation);
107int snd_oxfw_stream_discover(struct snd_oxfw *oxfw);
108
109int snd_oxfw_create_pcm(struct snd_oxfw *oxfw);
110
111int snd_oxfw_create_mixer(struct snd_oxfw *oxfw);
112
113void snd_oxfw_proc_init(struct snd_oxfw *oxfw);