forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/p…
…erex/alsa * 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa: (264 commits) [ALSA] version 1.0.15 [ALSA] Fix thinko in cs4231 mce down check [ALSA] sun-cs4231: improved waiting after MCE down [ALSA] sun-cs4231: use cs4231-regs.h [ALSA] This simplifies and fixes waiting loops of the mce_down() [ALSA] This patch adds support for a wavetable chip on [ALSA] This patch removes open_mutex from the ad1848-lib as [ALSA] fix bootup crash in snd_gus_interrupt() [ALSA] hda-codec - Fix SKU ID function for realtek codecs [ALSA] Support ASUS P701 eeepc [0x1043 0x82a1] support [ALSA] hda-codec - Add array terminator for dmic in STAC codec [ALSA] hdsp - Fix zero division [ALSA] usb-audio - Fix double comment [ALSA] hda-codec - Fix STAC922x volume knob control [ALSA] Changed Jaroslav Kysela's e-mail from [email protected] to [email protected] [ALSA] hda-codec - Fix for Fujitsu Lifebook C1410 [ALSA] mpu-401: remove MPU401_INFO_UART_ONLY flag [ALSA] mpu-401: do not require an ACK byte for the ENTER_UART command [ALSA] via82xx - Add DXS quirk for Shuttle AK31v2 [ALSA] hda-codec - Fix input_mux numbers for vaio stac92xx ...
- Loading branch information
Showing
370 changed files
with
11,187 additions
and
5,972 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1933,7 +1933,7 @@ M: [email protected] | |
D: Original author of software suspend | ||
|
||
N: Jaroslav Kysela | ||
E: perex@suse.cz | ||
E: perex@perex.cz | ||
W: http://www.perex.cz | ||
D: Original Author and Maintainer for HP 10/100 Mbit Network Adapters | ||
D: ISA PnP | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Brief Notes on C-Media 8738/8338 Driver | ||
======================================= | ||
Brief Notes on C-Media 8338/8738/8768/8770 Driver | ||
================================================= | ||
|
||
Takashi Iwai <[email protected]> | ||
|
||
|
@@ -209,10 +209,13 @@ In addition to the standard SB mixer, CM8x38 provides more functions. | |
MIDI CONTROLLER | ||
--------------- | ||
|
||
The MPU401-UART interface is disabled as default. You need to set | ||
module option "mpu_port" with a valid I/O port address to enable the | ||
MIDI support. The valid I/O ports are 0x300, 0x310, 0x320 and 0x330. | ||
Choose the value which doesn't conflict with other cards. | ||
With CMI8338 chips, the MPU401-UART interface is disabled as default. | ||
You need to set the module option "mpu_port" to a valid I/O port address | ||
to enable MIDI support. Valid I/O ports are 0x300, 0x310, 0x320 and | ||
0x330. Choose a value that doesn't conflict with other cards. | ||
|
||
With CMI8738 and newer chips, the MIDI interface is enabled by default | ||
and the driver automatically chooses a port address. | ||
|
||
There is _no_ hardware wavetable function on this chip (except for | ||
OPL3 synth below). | ||
|
@@ -230,6 +233,8 @@ Set "fm_port" module option for more cards. | |
The output quality of FM OPL/3 is, however, very weird. | ||
I don't know why.. | ||
|
||
CMI8768 and newer chips do not have the FM synth. | ||
|
||
|
||
Joystick and Modem | ||
------------------ | ||
|
Oops, something went wrong.