Skip to content

Disconnect iq_swap when not in use... #1063

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vladisslav2011
Copy link
Contributor

...to reduce cpu load.

@vladisslav2011 vladisslav2011 force-pushed the remove_disabled_swap branch 2 times, most recently from add8a0a to 8640cf6 Compare August 21, 2022 00:27
@stefanino-ch
Copy link
Contributor

@vladisslav2011

On top of the main branch I integrated the following pull requests:
1142
1147
1026
1010
1011
1013
1016
1063

To get 1063 to compile and run I had to change a method signature in src/applications/gqrx/receiver.h & .cpp

There are several method calls like
set_demod(d_demod, true);

These will not fit together with the default parameters of this method.

/* old
    status      set_demod(rx_demod demod,

                          enum file_formats fmt = FILE_FORMAT_LAST,

                          bool force = false);
    */
    status      set_demod(rx_demod demod,
                          bool force = false,
                          enum file_formats fmt = FILE_FORMAT_LAST);

After changing the signature and updating in receiver.cpp in some of the method calls where all three parameters are passed to switch the parameters accordingly all seems to work.

Not sure if this is a merge issue or from where this comes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants