Searched refs:samples_per_frame (Results 1 – 1 of 1) sorted by relevance
4042 int samples_per_frame, sample_size; in uaudio_chan_init() local4053 samples_per_frame = maxpktsize / sample_size; in uaudio_chan_init()4055 samples_per_frame = param->sample_rate / sc->sc_usb_frames_per_second in uaudio_chan_init()4059 samples_per_frame = param->sample_rate / sc->sc_usb_frames_per_second; in uaudio_chan_init()4065 ch->bytes_per_frame = samples_per_frame * sample_size; in uaudio_chan_init()4068 samples_per_frame = maxpktsize / sample_size; in uaudio_chan_init()4069 ch->bytes_per_frame = samples_per_frame * sample_size; in uaudio_chan_init()