Answer the question
In order to leave comments, you need to log in
How to put a patch?
How to install this patch - https://git.kernel.org/cgit/linux/kernel/git/tiwai... ? Is there any manual?
Answer the question
In order to leave comments, you need to log in
Hm. A manual on how to install a patch has already been given and a lot :)
A patch by reference is the most common diff. It is installed with the patch -p1 < patch.txt command.
In this case, you must be in the directory that contains the sound directory. The patch file must of course be downloaded first.
Is there any manual?
The ternary operator returns a value . Is this not the same as the if .. else
condition ? expression_1 : expression_2 - this construction takes one or another value : expression_1 or expression_2.
You can not put in a ternary operator , continue
or return
because these are not expressions that take some values, but control structures.
If you were choosing what to return, you could write return isItTrue ? A : B;
In your case of a choice between return
and, continue
only the good old is goodif .. else
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question