Searched refs:pcm_plug_frames_to_bytes (Results 1 – 2 of 2) sorted by relevance
176 static int pcm_plug_frames_to_bytes(unsigned int frames, in pcm_plug_frames_to_bytes() function464 val2 = pcm_plug_frames_to_bytes(period_sz, val1); // period_bytes; in pcm_plug_hw_params_set()471 val2 = pcm_plug_frames_to_bytes(period_sz * periods, val1); //buffer_bytes; in pcm_plug_hw_params_set()
197 static int pcm_plug_frames_to_bytes(unsigned int frames, in pcm_plug_frames_to_bytes() function485 val2 = pcm_plug_frames_to_bytes(period_sz, val1); // period_bytes; in pcm_plug_hw_params_set()492 val2 = pcm_plug_frames_to_bytes(period_sz * periods, val1); //buffer_bytes; in pcm_plug_hw_params_set()