Linux Audio

Check our new training course

Linux debugging, profiling, tracing and performance analysis training

Apr 14-17, 2025
Register
Loading...
v6.2
1/* SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) */
2
3/* Sample program which should always load for testing control paths. */
4int func()
5{
6	return 0;
7}
v5.14.15
1/* SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) */
2
3/* Sample program which should always load for testing control paths. */
4int func()
5{
6	return 0;
7}