summaryrefslogtreecommitdiff
path: root/sound/pci/hda/tas2781_hda_i2c.c
AgeCommit message (Expand)Author
2024-11-26ALSA: hda/tas2781: Add speaker id check for ASUS projectsBaojun Xu
2024-10-04Merge tag 'sound-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-20ALSA: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König
2024-09-14Merge tag 'asoc-v6.12' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai
2024-08-14ALSA: hda/tas2781: Use correct endian conversionTakashi Iwai
2024-08-13ALSA: hda/tas2781: fix wrong calibrated data orderBaojun Xu
2024-08-07ASoC: tas2781-i2c: Drop weird GPIO codeLinus Walleij
2024-07-15Merge tag 'asoc-v6.11' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai
2024-07-09ASoc: TAS2781: rename the tas2781_reset as tasdevice_resetShenghao Ding
2024-06-18ALSA: hda: Drop NULL check for snd_ctl_remove()Takashi Iwai
2024-06-18ALSA: hda: hda_component: Move codec field into the parentSimon Trimmer
2024-06-18ALSA: hda: hda_component: Change codecs to use component parent structureSimon Trimmer
2024-06-14ALSA: hda: tas2781: Component should be unbound before deconstructionSimon Trimmer
2024-04-07ALSA: hda/tas2781: correct the register for pow calibrated dataShenghao Ding
2024-03-27ALSA: hda/tas2781: remove useless dev_dbg from playback_hookGergo Koteles
2024-03-27ALSA: hda/tas2781: add debug statements to kcontrolsGergo Koteles
2024-03-27ALSA: hda/tas2781: add locks to kcontrolsGergo Koteles
2024-03-27ALSA: hda/tas2781: remove digital gain kcontrolGergo Koteles
2024-03-13ALSA: hda/tas2781: remove unnecessary runtime_pm callsPierre-Louis Bossart
2024-03-11Merge tag 'asoc-v6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai
2024-03-11ALSA: hda/tas2781: restore power state after system_resumeGergo Koteles
2024-03-11ALSA: hda/tas2781: do not call pm_runtime_force_* in system_resume/suspendGergo Koteles
2024-03-11ALSA: hda/tas2781: do not reset cur_* values in runtime_suspendGergo Koteles
2024-03-11ALSA: hda/tas2781: add lock to system_suspendGergo Koteles
2024-03-11ALSA: hda/tas2781: use dev_dbg in system_resumeGergo Koteles
2024-02-21ASoC: Intel: avs: Fixes and new platforms supportMark Brown
2024-02-09ASoC: tas2781: remove unused acpi_subysystem_idGergo Koteles
2024-02-05ASoC: tas2781: add module parameter to tascodec_init()Gergo Koteles
2024-01-09ALSA: hda/tas2781: annotate calibration data endiannessGergo Koteles
2024-01-02ALSA: hda/tas2781: add TAS2563 support for 14ARB7Gergo Koteles
2024-01-02ALSA: hda/tas2781: add configurable global i2c addressGergo Koteles
2024-01-02ALSA: hda/tas2781: add ptrs to calibration functionsGergo Koteles
2023-12-30ALSA: hda/tas2781: configure the amp after firmware loadGergo Koteles
2023-12-29ALSA: hda/tas2781: remove sound controls in unbindGergo Koteles
2023-12-29ALSA: hda/tas2781: move set_drv_data outside tasdevice_initGergo Koteles
2023-12-29ALSA: hda/tas2781: fix typos in commentGergo Koteles
2023-12-29ALSA: hda/tas2781: do not use regcacheGergo Koteles
2023-12-15ALSA: hda/tas2781: select program 0, conf 0 by defaultGergo Koteles
2023-12-14ALSA: hda/tas2781: reset the amp before component_addGergo Koteles
2023-12-14ALSA: hda/tas2781: call cleanup functions only onceGergo Koteles
2023-12-11ALSA: hda/tas2781: handle missing EFI calibration dataGergo Koteles
2023-12-10ALSA: hda/tas2781: leave hda_component in usable stateGergo Koteles
2023-08-31ALSA: hda/tas2781: Use standard clamp() macroTakashi Iwai
2023-08-25ALSA: hda/tas2781: Switch back to use struct i2c_driver's .probe()Uwe Kleine-König
2023-08-21ALSA: hda/tas2781: Fix PM refcount unbalance at tas2781_hda_bind()Takashi Iwai
2023-08-21ALSA: hda/tas2781: Fix acpi device refcount leak at tas2781_read_acpi()Takashi Iwai
2023-08-18ALSA: hda/tas2781: Add tas2781 HDA driverShenghao Ding