aboutsummaryrefslogtreecommitdiffstats
path: root/sound/oss/dmasound/tas_eq_prefs.h
blob: 3a994eda6abc4e9c91c7306c17a4fa7108417370 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef _TAS_EQ_PREFS_H_
#define _TAS_EQ_PREFS_H_

struct tas_eq_pref_t {
	u_int sample_rate;
	u_int device_id;
	u_int output_id;
	u_int speaker_id;

	struct tas_drce_t *drce;

	u_int filter_count;
	struct tas_biquad_ctrl_t *biquads;
};

#endif /* _TAS_EQ_PREFS_H_ */

/*
 * Local Variables:
 * tab-width: 8
 * indent-tabs-mode: t
 * c-basic-offset: 8
 * End:
 */