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

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

Merge "audio: Modified atoi to atoll to convert large Numeric values"

parents 5e5e7806 ec7a7d80
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -449,7 +449,7 @@ void audio_extn_dolby_set_dmid(struct audio_device *adev)
        return;

    property_get("dmid",c_dmid,"0");
    i_dmid = atoi(c_dmid);
    i_dmid = atoll(c_dmid);

    ctl = mixer_get_ctl_by_name(adev->mixer, mixer_ctl_name);
    if (!ctl) {