Age | Commit message (Expand) | Author | Files | Lines |
2023-01-14 | ALSA: hda: cs35l41: Check runtime suspend capability at runtime_idle | Takashi Iwai | 1 | -1/+11 |
2023-01-14 | ALSA: hda: cs35l41: Don't return -EINVAL from system suspend/resume | Takashi Iwai | 1 | -4/+4 |
2022-10-12 | ALSA: hda: cs35l41: Support System Suspend | Stefan Binding | 1 | -24/+136 |
2022-10-12 | ALSA: hda: cs35l41: Remove suspend/resume hda hooks | Stefan Binding | 1 | -19/+12 |
2022-10-12 | ALSA: hda/cs_dsp_ctl: Fix mutex inversion when creating controls | Richard Fitzgerald | 1 | -4/+4 |
2022-09-06 | ALSA: hda: cs35l41: Utilize acpi_get_subsystem_id() | Andy Shevchenko | 1 | -37/+9 |
2022-09-06 | ALSA: hda: cs35l41: Call put_device() in the scope of get_device() | Andy Shevchenko | 1 | -5/+6 |
2022-08-16 | ALSA: hda: cs35l41: Clarify support for CSC3551 without _DSD Properties | Stefan Binding | 1 | -0/+5 |
2022-07-28 | ALSA: hda: cs35l41: Support CLSA0101 | Lucas Tanure | 1 | -26/+40 |
2022-07-28 | ALSA: hda: cs35l41: Use the CS35L41 HDA internal define | Lucas Tanure | 1 | -1/+2 |
2022-07-25 | ALSA: hda: cs35l41: Fix build error unused-function | Ren Zhijie | 1 | -1/+1 |
2022-07-15 | ALSA: hda: cs35l41: Add module parameter to control firmware load | Stefan Binding | 1 | -5/+16 |
2022-07-15 | ALSA: hda: cs35l41: Support Firmware switching and reloading | Stefan Binding | 1 | -10/+172 |
2022-07-15 | ALSA: hda: cs35l41: Add defaulted values into dsp bypass config sequence | Stefan Binding | 1 | -0/+13 |
2022-07-15 | ALSA: hda: cs35l41: Read Speaker Calibration data from UEFI variables | Stefan Binding | 1 | -0/+101 |
2022-07-15 | ALSA: hda: cs35l41: Support Hibernation during Suspend | Stefan Binding | 1 | -3/+106 |
2022-07-14 | ALSA: hda: cs35l41: Support Speaker ID for laptops | Stefan Binding | 1 | -9/+165 |
2022-07-14 | ALSA: hda: cs35l41: Support multiple load paths for firmware | Stefan Binding | 1 | -6/+46 |
2022-07-14 | ALSA: hda: cs35l41: Support reading subsystem id from ACPI | Stefan Binding | 1 | -0/+36 |
2022-07-14 | ALSA: hda: cs35l41: Save Subsystem ID inside CS35L41 Driver | Stefan Binding | 1 | -0/+3 |
2022-07-14 | ALSA: hda: cs35l41: Add initial DSP support and firmware loading | Vitaly Rodionov | 1 | -1/+250 |
2022-07-14 | ALSA: hda: cs35l41: Save codec object inside component struct | Stefan Binding | 1 | -0/+1 |
2022-07-13 | ALSA: hda: cs35l41: Don't dereference fwnode handle | Andy Shevchenko | 1 | -1/+1 |
2022-07-12 | ALSA: hda: cs35l41: Improve dev_err_probe() messaging | Andy Shevchenko | 1 | -5/+3 |
2022-07-12 | ALSA: hda: cs35l41: Fix comments wrt serial-multi-instantiate reference | Andy Shevchenko | 1 | -2/+2 |
2022-05-16 | ALSA: hda: cs35l41: Add Amp Name based on channel and index | Stefan Binding | 1 | -0/+17 |
2022-05-16 | ALSA: hda: cs35l41: Enable GPIO2 Interrupt for CLSA0100 laptops | Stefan Binding | 1 | -0/+2 |
2022-05-16 | ALSA: hda: cs35l41: Add Support for Interrupts | Stefan Binding | 1 | -1/+133 |
2022-05-16 | ALSA: hda: cs35l41: Remove Set Channel Map api from binding | Stefan Binding | 1 | -1/+0 |
2022-05-16 | ALSA: hda: cs35l41: Set Speaker Position for CLSA0100 Laptop | Stefan Binding | 1 | -0/+1 |
2022-04-13 | ALSA: hda: cs35l41: Move external boost handling to lib for ASoC use | Lucas Tanure | 1 | -112/+7 |
2022-04-13 | ALSA: hda: cs35l41: Handle all external boost setups the same way | Lucas Tanure | 1 | -36/+24 |
2022-04-13 | ALSA: hda: cs35l41: Reorganize log for playback actions | Lucas Tanure | 1 | -8/+7 |
2022-04-13 | ALSA: hda: cs35l41: Remove cs35l41_hda_reg_sequence struct | Lucas Tanure | 1 | -46/+33 |
2022-04-13 | ALSA: hda: cs35l41: Move boost config to initialization code | Lucas Tanure | 1 | -5/+8 |
2022-04-13 | ALSA: hda: cs35l41: Mute the device before shutdown | Lucas Tanure | 1 | -1/+6 |
2022-04-13 | ALSA: hda: cs35l41: Put the device into safe mode for external boost | Lucas Tanure | 1 | -5/+8 |
2022-04-13 | ALSA: hda: cs35l41: Add Boost type flag | Lucas Tanure | 1 | -19/+24 |
2022-04-13 | ALSA: hda: cs35l41: Always configure the DAI | Lucas Tanure | 1 | -8/+2 |
2022-04-13 | ALSA: hda: cs35l41: Fix I2S params comments | Lucas Tanure | 1 | -2/+2 |
2022-04-13 | ALSA: cs35l41: Move cs35l41_gpio_config to shared lib | Lucas Tanure | 1 | -6/+5 |
2022-04-13 | ALSA: cs35l41: Check hw_config before using it | Lucas Tanure | 1 | -27/+43 |
2022-04-13 | ALSA: cs35l41: Unify hardware configuration | Lucas Tanure | 1 | -40/+29 |
2022-01-18 | ALSA: hda: cs35l41: Make cs35l41_hda_remove() return void | Uwe Kleine-König | 1 | -3/+1 |
2022-01-18 | ALSA: hda: cs35l41: Tidyup code | Lucas Tanure | 1 | -51/+48 |
2022-01-18 | ALSA: hda: cs35l41: Make use of the helper function dev_err_probe() | Lucas Tanure | 1 | -2/+1 |
2022-01-18 | ALSA: hda: cs35l41: Add missing default cases | Lucas Tanure | 1 | -0/+13 |
2022-01-18 | ALSA: hda: cs35l41: Move cs35l41* calls to its own symbol namespace | Lucas Tanure | 1 | -3/+2 |
2022-01-18 | ALSA: hda: cs35l41: Add calls to newly added test key function | Charles Keepax | 1 | -0/+8 |
2022-01-18 | ALSA: hda: cs35l41: Avoid overwriting register patch | Charles Keepax | 1 | -1/+1 |