summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/cs35l41_hda.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda: cs35l41: Utilize acpi_get_subsystem_id()Andy Shevchenko2022-09-061-37/+9
* ALSA: hda: cs35l41: Call put_device() in the scope of get_device()Andy Shevchenko2022-09-061-5/+6
* ALSA: hda: cs35l41: Clarify support for CSC3551 without _DSD PropertiesStefan Binding2022-08-161-0/+5
* ALSA: hda: cs35l41: Support CLSA0101Lucas Tanure2022-07-281-26/+40
* ALSA: hda: cs35l41: Use the CS35L41 HDA internal defineLucas Tanure2022-07-281-1/+2
* ALSA: hda: cs35l41: Fix build error unused-functionRen Zhijie2022-07-251-1/+1
* ALSA: hda: cs35l41: Add module parameter to control firmware loadStefan Binding2022-07-151-5/+16
* ALSA: hda: cs35l41: Support Firmware switching and reloadingStefan Binding2022-07-151-10/+172
* ALSA: hda: cs35l41: Add defaulted values into dsp bypass config sequenceStefan Binding2022-07-151-0/+13
* ALSA: hda: cs35l41: Read Speaker Calibration data from UEFI variablesStefan Binding2022-07-151-0/+101
* ALSA: hda: cs35l41: Support Hibernation during SuspendStefan Binding2022-07-151-3/+106
* ALSA: hda: cs35l41: Support Speaker ID for laptopsStefan Binding2022-07-141-9/+165
* ALSA: hda: cs35l41: Support multiple load paths for firmwareStefan Binding2022-07-141-6/+46
* ALSA: hda: cs35l41: Support reading subsystem id from ACPIStefan Binding2022-07-141-0/+36
* ALSA: hda: cs35l41: Save Subsystem ID inside CS35L41 DriverStefan Binding2022-07-141-0/+3
* ALSA: hda: cs35l41: Add initial DSP support and firmware loadingVitaly Rodionov2022-07-141-1/+250
* ALSA: hda: cs35l41: Save codec object inside component structStefan Binding2022-07-141-0/+1
* ALSA: hda: cs35l41: Don't dereference fwnode handleAndy Shevchenko2022-07-131-1/+1
* ALSA: hda: cs35l41: Improve dev_err_probe() messagingAndy Shevchenko2022-07-121-5/+3
* ALSA: hda: cs35l41: Fix comments wrt serial-multi-instantiate referenceAndy Shevchenko2022-07-121-2/+2
* ALSA: hda: cs35l41: Add Amp Name based on channel and indexStefan Binding2022-05-161-0/+17
* ALSA: hda: cs35l41: Enable GPIO2 Interrupt for CLSA0100 laptopsStefan Binding2022-05-161-0/+2
* ALSA: hda: cs35l41: Add Support for InterruptsStefan Binding2022-05-161-1/+133
* ALSA: hda: cs35l41: Remove Set Channel Map api from bindingStefan Binding2022-05-161-1/+0
* ALSA: hda: cs35l41: Set Speaker Position for CLSA0100 LaptopStefan Binding2022-05-161-0/+1
* ALSA: hda: cs35l41: Move external boost handling to lib for ASoC useLucas Tanure2022-04-131-112/+7
* ALSA: hda: cs35l41: Handle all external boost setups the same wayLucas Tanure2022-04-131-36/+24
* ALSA: hda: cs35l41: Reorganize log for playback actionsLucas Tanure2022-04-131-8/+7
* ALSA: hda: cs35l41: Remove cs35l41_hda_reg_sequence structLucas Tanure2022-04-131-46/+33
* ALSA: hda: cs35l41: Move boost config to initialization codeLucas Tanure2022-04-131-5/+8
* ALSA: hda: cs35l41: Mute the device before shutdownLucas Tanure2022-04-131-1/+6
* ALSA: hda: cs35l41: Put the device into safe mode for external boostLucas Tanure2022-04-131-5/+8
* ALSA: hda: cs35l41: Add Boost type flagLucas Tanure2022-04-131-19/+24
* ALSA: hda: cs35l41: Always configure the DAILucas Tanure2022-04-131-8/+2
* ALSA: hda: cs35l41: Fix I2S params commentsLucas Tanure2022-04-131-2/+2
* ALSA: cs35l41: Move cs35l41_gpio_config to shared libLucas Tanure2022-04-131-6/+5
* ALSA: cs35l41: Check hw_config before using itLucas Tanure2022-04-131-27/+43
* ALSA: cs35l41: Unify hardware configurationLucas Tanure2022-04-131-40/+29
* ALSA: hda: cs35l41: Make cs35l41_hda_remove() return voidUwe Kleine-König2022-01-181-3/+1
* ALSA: hda: cs35l41: Tidyup codeLucas Tanure2022-01-181-51/+48
* ALSA: hda: cs35l41: Make use of the helper function dev_err_probe()Lucas Tanure2022-01-181-2/+1
* ALSA: hda: cs35l41: Add missing default casesLucas Tanure2022-01-181-0/+13
* ALSA: hda: cs35l41: Move cs35l41* calls to its own symbol namespaceLucas Tanure2022-01-181-3/+2
* ALSA: hda: cs35l41: Add calls to newly added test key functionCharles Keepax2022-01-181-0/+8
* ALSA: hda: cs35l41: Avoid overwriting register patchCharles Keepax2022-01-181-1/+1
* ALSA: hda: cs35l41: fix double free on error in probe()Dan Carpenter2022-01-111-0/+1
* ALSA: hda: cs35l41: Add support for CS35L41 in HDA systemsLucas Tanure2022-01-051-0/+527