swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: bf81b46482c0fa8ea638e409d39768ea92a6b0f0 authored by Linus Torvalds on 07 January 2007, 05:45:51 UTC
Linux 2.6.20-rc4
Tip revision: bf81b46
tas_eq_prefs.h
#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:
 */
back to top