Searched refs:snd_oxfw_stream_parse_format (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/sound/firewire/oxfw/ |
D | oxfw-stream.c | 76 err = snd_oxfw_stream_parse_format(formats[i], &formation); in set_stream_format() 230 err = snd_oxfw_stream_parse_format(formats[i], &fmt); in keep_resources() 507 err = snd_oxfw_stream_parse_format(format, formation); in snd_oxfw_stream_get_current_formation() 531 err = snd_oxfw_stream_parse_format(formats[i], formation); in snd_oxfw_stream_get_current_formation() 551 int snd_oxfw_stream_parse_format(const u8 *format, in snd_oxfw_stream_parse_format() function 667 err = snd_oxfw_stream_parse_format(buf, &formation); in assume_stream_formats() 749 err = snd_oxfw_stream_parse_format(buf, &dummy); in fill_stream_formats() 816 err = snd_oxfw_stream_parse_format(format, in snd_oxfw_stream_discover() 844 err = snd_oxfw_stream_parse_format(format, in snd_oxfw_stream_discover()
|
D | oxfw-proc.c | 33 err = snd_oxfw_stream_parse_format(format, &formation); in proc_read_formation() 63 err = snd_oxfw_stream_parse_format(format, &formation); in proc_read_formation()
|
D | oxfw-pcm.c | 28 err = snd_oxfw_stream_parse_format(formats[i], &formation); in hw_rule_rate() 58 err = snd_oxfw_stream_parse_format(formats[i], &formation); in hw_rule_channels() 96 err = snd_oxfw_stream_parse_format(formats[i], &formation); in limit_channels_and_rates()
|
D | oxfw.h | 144 int snd_oxfw_stream_parse_format(const u8 *format,
|