Home
last modified time | relevance | path

Searched refs:wave_format (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dwav.c120 struct wave_format { struct
544 static const struct wave_format wave_formats[] = {
609 static const struct wave_format *wav_find_format(unsigned tag) in wav_find_format()
611 const struct wave_format *f; in wav_find_format()
638 const struct wave_format *fmt; in wav_read_fmt()
1587 const struct wave_format *f = wav_find_format(tag); in wav_format_str()