forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5204 from bardliao/merge/sound-upstream-20241009
Merge/sound upstream 20241009
- Loading branch information
Showing
11,897 changed files
with
450,410 additions
and
173,004 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -378,6 +378,9 @@ S: 1549 Hiironen Rd. | |
S: Brimson, MN 55602 | ||
S: USA | ||
|
||
N: Arnd Bergmann | ||
D: Maintainer of Cell Broadband Engine Architecture | ||
|
||
N: Hennus Bergman | ||
P: 1024/77D50909 76 99 FD 31 91 E1 96 1C 90 BB 22 80 62 F6 BD 63 | ||
D: Author and maintainer of the QIC-02 tape driver | ||
|
@@ -1869,6 +1872,9 @@ S: K osmidomkum 723 | |
S: 160 00 Praha 6 | ||
S: Czech Republic | ||
|
||
N: Jeremy Kerr | ||
D: Maintainer of SPU File System | ||
|
||
N: Michael Kerrisk | ||
E: [email protected] | ||
W: https://man7.org/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
What: /sys/kernel/debug/iio/iio:deviceX/calibration_table_dump | ||
KernelVersion: 6.11 | ||
Contact: [email protected] | ||
Description: | ||
This dumps the calibration table that was filled during the | ||
digital interface tuning process. | ||
|
||
What: /sys/kernel/debug/iio/iio:deviceX/in_voltage_test_mode_available | ||
KernelVersion: 6.11 | ||
Contact: [email protected] | ||
Description: | ||
List all the available test tones: | ||
- off | ||
- midscale_short | ||
- pos_fullscale | ||
- neg_fullscale | ||
- checkerboard | ||
- prbs23 | ||
- prbs9 | ||
- one_zero_toggle | ||
- user | ||
- bit_toggle | ||
- sync | ||
- one_bit_high | ||
- mixed_bit_frequency | ||
- ramp | ||
|
||
Note that depending on the actual device being used, some of the | ||
above might not be available (and they won't be listed when | ||
reading the file). | ||
|
||
What: /sys/kernel/debug/iio/iio:deviceX/in_voltageY_test_mode | ||
KernelVersion: 6.11 | ||
Contact: [email protected] | ||
Description: | ||
Writing to this file will initiate one of available test tone on | ||
channel Y. Reading it, shows which test is running. In cases | ||
where an IIO backend is available and supports the test tone, | ||
additional information about the data correctness is given. |
Oops, something went wrong.