
Tag: CLIP
[PATCH 03/15] audio: add function audio_pcm_hw_conv_in()
From: Volker Rümelin <vr_q…@t-online.de> Add a function audio_pcm_hw_conv_in() similar to the existing counterpart function audio_pcm_hw_clip_out(). This function reduces the number of calls to the pcm_ops functions get_buffer_in() and put_buffer_in(). That’s…