kent 0de9e471b6 add the following four functions:
extern int auconv_set_converter(const struct audio_format *, int,
				int, struct audio_params *, int);
extern int auconv_create_encodings(const struct audio_format *, int,
				   struct audio_encoding_set **);
extern int auconv_delete_encodings(struct audio_encoding_set *);
extern int auconv_query_encoding(const struct audio_encoding_set *,
				 audio_encoding_t *);

These are helper functions for implementing audio_hw_if::set_params() and
audio_hw_if::query_encodings().
2004-11-13 08:08:22 +00:00
..
2004-11-08 13:00:07 +00:00
2004-11-13 08:08:22 +00:00
2004-11-13 08:08:22 +00:00
2004-10-28 06:59:18 +00:00
2004-11-05 16:31:14 +00:00
2004-11-05 16:31:14 +00:00