diff options
| -rw-r--r-- | drivers/platform/x86/thinkpad_acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c index 448c8aeb166b..3311b0020569 100644 --- a/drivers/platform/x86/thinkpad_acpi.c +++ b/drivers/platform/x86/thinkpad_acpi.c | |||
| @@ -6388,7 +6388,7 @@ static struct ibm_struct brightness_driver_data = { | |||
| 6388 | #define TPACPI_ALSA_SHRTNAME "ThinkPad Console Audio Control" | 6388 | #define TPACPI_ALSA_SHRTNAME "ThinkPad Console Audio Control" |
| 6389 | #define TPACPI_ALSA_MIXERNAME TPACPI_ALSA_SHRTNAME | 6389 | #define TPACPI_ALSA_MIXERNAME TPACPI_ALSA_SHRTNAME |
| 6390 | 6390 | ||
| 6391 | static int alsa_index = SNDRV_DEFAULT_IDX1; | 6391 | static int alsa_index = ~((1 << (SNDRV_CARDS - 3)) - 1); /* last three slots */ |
| 6392 | static char *alsa_id = "ThinkPadEC"; | 6392 | static char *alsa_id = "ThinkPadEC"; |
| 6393 | static int alsa_enable = SNDRV_DEFAULT_ENABLE1; | 6393 | static int alsa_enable = SNDRV_DEFAULT_ENABLE1; |
| 6394 | 6394 | ||
