summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/tas2781_hda_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda/tas2781: add locks to kcontrolsGergo Koteles2024-04-031-2/+48
* ALSA: hda/tas2781: remove digital gain kcontrolGergo Koteles2024-04-031-36/+1
* ALSA: hda/tas2781: restore power state after system_resumeGergo Koteles2024-03-261-1/+12
* ALSA: hda/tas2781: configure the amp after firmware loadGergo Koteles2024-03-261-0/+2
* ALSA: hda/tas2781: do not call pm_runtime_force_* in system_resume/suspendGergo Koteles2024-03-261-10/+1
* ALSA: hda/tas2781: add ptrs to calibration functionsGergo Koteles2024-03-261-14/+11
* ALSA: hda/tas2781: do not reset cur_* values in runtime_suspendGergo Koteles2024-03-261-7/+0
* ALSA: hda/tas2781: add lock to system_suspendGergo Koteles2024-03-261-0/+4
* ALSA: hda/tas2781: use dev_dbg in system_resumeGergo Koteles2024-03-261-1/+1
* ASoC: tas2781: add module parameter to tascodec_init()Gergo Koteles2024-02-231-1/+1
* ALSA: hda/tas2781: remove sound controls in unbindGergo Koteles2024-01-101-93/+130
* ALSA: hda/tas2781: move set_drv_data outside tasdevice_initGergo Koteles2024-01-101-0/+2
* ALSA: hda/tas2781: do not use regcacheGergo Koteles2024-01-101-16/+1
* ALSA: hda/tas2781: select program 0, conf 0 by defaultGergo Koteles2024-01-011-0/+4
* ALSA: hda/tas2781: reset the amp before component_addGergo Koteles2023-12-201-2/+2
* ALSA: hda/tas2781: call cleanup functions only onceGergo Koteles2023-12-201-5/+0
* ALSA: hda/tas2781: handle missing EFI calibration dataGergo Koteles2023-12-201-2/+2
* ALSA: hda/tas2781: leave hda_component in usable stateGergo Koteles2023-12-201-2/+6
* ALSA: hda/tas2781: Use standard clamp() macroTakashi Iwai2023-08-311-13/+3
* ALSA: hda/tas2781: Switch back to use struct i2c_driver's .probe()Uwe Kleine-König2023-08-251-1/+1
* ALSA: hda/tas2781: Fix PM refcount unbalance at tas2781_hda_bind()Takashi Iwai2023-08-211-5/+3
* ALSA: hda/tas2781: Fix acpi device refcount leak at tas2781_read_acpi()Takashi Iwai2023-08-211-1/+1
* ALSA: hda/tas2781: Add tas2781 HDA driverShenghao Ding2023-08-181-0/+858