summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/tas2781_hda_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda/tas2781: remove useless dev_dbg from playback_hookGergo Koteles2024-03-271-2/+0
* ALSA: hda/tas2781: add debug statements to kcontrolsGergo Koteles2024-03-271-4/+31
* ALSA: hda/tas2781: add locks to kcontrolsGergo Koteles2024-03-271-2/+48
* ALSA: hda/tas2781: remove digital gain kcontrolGergo Koteles2024-03-271-36/+1
* ALSA: hda/tas2781: remove unnecessary runtime_pm callsPierre-Louis Bossart2024-03-131-3/+0
* Merge tag 'asoc-v6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2024-03-111-12/+0
|\
| * ASoC: Intel: avs: Fixes and new platforms supportMark Brown2024-02-211-1/+1
| |\
| * | ASoC: tas2781: remove unused acpi_subysystem_idGergo Koteles2024-02-091-12/+0
* | | ALSA: hda/tas2781: restore power state after system_resumeGergo Koteles2024-03-111-1/+12
* | | ALSA: hda/tas2781: do not call pm_runtime_force_* in system_resume/suspendGergo Koteles2024-03-111-10/+1
* | | ALSA: hda/tas2781: do not reset cur_* values in runtime_suspendGergo Koteles2024-03-111-7/+0
* | | ALSA: hda/tas2781: add lock to system_suspendGergo Koteles2024-03-111-0/+4
* | | ALSA: hda/tas2781: use dev_dbg in system_resumeGergo Koteles2024-03-111-1/+1
| |/ |/|
* | ASoC: tas2781: add module parameter to tascodec_init()Gergo Koteles2024-02-051-1/+1
|/
* ALSA: hda/tas2781: annotate calibration data endiannessGergo Koteles2024-01-091-1/+1
* ALSA: hda/tas2781: add TAS2563 support for 14ARB7Gergo Koteles2024-01-021-0/+87
* ALSA: hda/tas2781: add configurable global i2c addressGergo Koteles2024-01-021-1/+2
* ALSA: hda/tas2781: add ptrs to calibration functionsGergo Koteles2024-01-021-14/+11
* ALSA: hda/tas2781: configure the amp after firmware loadGergo Koteles2023-12-301-0/+2
* ALSA: hda/tas2781: remove sound controls in unbindGergo Koteles2023-12-291-93/+130
* ALSA: hda/tas2781: move set_drv_data outside tasdevice_initGergo Koteles2023-12-291-0/+2
* ALSA: hda/tas2781: fix typos in commentGergo Koteles2023-12-291-2/+2
* ALSA: hda/tas2781: do not use regcacheGergo Koteles2023-12-291-16/+1
* ALSA: hda/tas2781: select program 0, conf 0 by defaultGergo Koteles2023-12-151-0/+4
* ALSA: hda/tas2781: reset the amp before component_addGergo Koteles2023-12-141-2/+2
* ALSA: hda/tas2781: call cleanup functions only onceGergo Koteles2023-12-141-5/+0
* ALSA: hda/tas2781: handle missing EFI calibration dataGergo Koteles2023-12-111-2/+2
* ALSA: hda/tas2781: leave hda_component in usable stateGergo Koteles2023-12-101-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