Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4545e99f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "hal: pass samplerate as is to tiny compress"

parents a42bbe79 b91bff36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2938,7 +2938,7 @@ static int adev_open_output_stream(struct audio_hw_device *dev,
        }
        out->compr_config.fragments = COMPRESS_OFFLOAD_NUM_FRAGMENTS;
        out->compr_config.codec->sample_rate =
                    compress_get_alsa_rate(config->offload_info.sample_rate);
                    config->offload_info.sample_rate;
        out->compr_config.codec->bit_rate =
                    config->offload_info.bit_rate;
        out->compr_config.codec->ch_in =