Searched refs:snd_oxfw_stream_parse_format (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.15/sound/firewire/oxfw/ | 
| D | oxfw-stream.c | 76 		err = snd_oxfw_stream_parse_format(formats[i], &formation);  in set_stream_format()228 		err = snd_oxfw_stream_parse_format(formats[i], &fmt);  in keep_resources()
 501 	err = snd_oxfw_stream_parse_format(format, formation);  in snd_oxfw_stream_get_current_formation()
 513 int snd_oxfw_stream_parse_format(u8 *format,  in snd_oxfw_stream_parse_format()  function
 610 	err = snd_oxfw_stream_parse_format(buf, &formation);  in assume_stream_formats()
 692 		err = snd_oxfw_stream_parse_format(buf, &dummy);  in fill_stream_formats()
 759 				err = snd_oxfw_stream_parse_format(format,  in snd_oxfw_stream_discover()
 787 				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 | 134 int snd_oxfw_stream_parse_format(u8 *format,
 |