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