summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hwdep: Don't embed deviceTakashi Iwai2023-08-173-20/+24
* ALSA: pcm: Don't embed deviceTakashi Iwai2023-08-174-13/+17
* ALSA: control: Don't embed ctl_devTakashi Iwai2023-08-174-10/+12
* ALSA: core: Introduce snd_device_alloc()Takashi Iwai2023-08-172-0/+32
* ALSA: hda: cs35l41: change cs35l41_prop_model to staticYang Yingliang2023-08-171-1/+1
* ALSA: hda: intel-dsp-cfg: Add Chromebook quirk to ADL/RPLBrady Norander2023-08-161-4/+56
* ALSA: hda: cs35l41: Fix the loop check in cs35l41_add_dsd_propertiesTakashi Iwai2023-08-161-1/+1
* ALSA: hda: cs35l41: Support systems with missing _DSD propertiesStefan Binding2023-08-155-51/+108
* ALSA: dice: add stream format parameters for Weiss devicesTakashi Sakamoto2023-08-104-1/+169
* ALSA: hda/tegra: refactor deprecated strncpyJustin Stitt2023-08-081-2/+2
* ALSA: info: Remove unused function declarationsYue Haibing2023-08-081-2/+0
* ALSA: pcmtest: Remove redundant definitionsIvan Orlov2023-08-081-5/+3
* ALSA: pcmtest: Move buffer iterator initialization to prepare callbackIvan Orlov2023-08-081-17/+16
* Merge branch 'topic/intel-hda' into for-nextTakashi Iwai2023-08-044-5/+22
|\
| * ALSA: hda/i915: extend connectivity check to cover Intel ARLKai Vehmanen2023-08-041-4/+10
| * ALSA: hda: intel-dsp-cfg: add LunarLake supportPierre-Louis Bossart2023-08-041-0/+8
| * ALSA: hda: intel-dsp-cfg: use common include for MeteorLakePierre-Louis Bossart2023-08-041-1/+1
| * ALSA: hda: add HD Audio PCI ID for Intel Arrow Lake-SKai Vehmanen2023-08-041-0/+2
| * PCI: add ArrowLake-S PCI ID for Intel HDAudio subsystem.Pierre-Louis Bossart2023-08-041-0/+1
* | ALSA: hda: cs35l41: Print amp configuration after bindStefan Binding2023-08-021-0/+7
* | ALSA: ac97: set variables dev_attr_vendor_id to staticYu Liao2023-08-021-1/+1
* | ALSA: usb-audio: Remove unused function declarationYue Haibing2023-08-011-1/+0
* | ALSA: hda/cs35l56: Reject I2C alias addressesRichard Fitzgerald2023-08-011-5/+8
* | ALSA: hda/cs35l56: Fail if .bin not found and firmware not patchedRichard Fitzgerald2023-08-011-1/+11
* | ALSA: hda/cs35l56: Do not download firmware over existing RAM firmwareRichard Fitzgerald2023-08-011-4/+23
* | ALSA: hda/cs35l56: cs_dsp_power_down() on cs35l56_hda_fw_load() error pathRichard Fitzgerald2023-08-011-3/+6
* | ALSA: hda/cs35l56: Call cs_dsp_power_down() before calling cs_dsp_remove()Richard Fitzgerald2023-08-011-0/+3
* | ALSA: hda/cs35l56: Always power-up and start cs_dspRichard Fitzgerald2023-08-011-7/+3
* | ALSA: hda/cs35l56: Call cs_dsp_power_down() before reloading firmwareRichard Fitzgerald2023-08-011-0/+6
* | ALSA: hda/cs35l56: Do not mark cache dirty after REINITRichard Fitzgerald2023-08-011-1/+1
* | ALSA: hda/cs35l56: Complete firmware reboot before calling cs_dsp_run()Richard Fitzgerald2023-08-011-6/+5
* | ALSA: bcd2000: refactor deprecated strncpyJustin Stitt2023-07-291-2/+2
* | ALSA: xen-front: refactor deprecated strncpyJustin Stitt2023-07-291-4/+4
* | ALSA: hda/cs35l56: Do some clean up on probe errorDan Carpenter2023-07-271-1/+1
* | Merge tag 'asoc-v6.6-early' of https://git.kernel.org/pub/scm/linux/kernel/gi...Takashi Iwai2023-07-25544-4032/+9475
|\ \
| * \ ALSA: hda: Adding support for CS35L56 on HDAMark Brown2023-07-2415-591/+1877
| |\ \
| | * | ALSA: hda/cs35l56: Add driver for Cirrus Logic CS35L56 amplifierSimon Trimmer2023-07-246-0/+1217
| | * | ALSA: hda: Fix missing header dependenciesRichard Fitzgerald2023-07-242-0/+5
| | * | ASoC: cs35l56: Make a common function to shutdown the DSPSimon Trimmer2023-07-243-16/+28
| | * | ASoC: cs35l56: Make common function for control port waitSimon Trimmer2023-07-242-6/+11
| | * | ASoC: cs35l56: Move part of cs35l56_init() to shared libraryRichard Fitzgerald2023-07-243-69/+82
| | * | ASoC: cs35l56: Move cs_dsp init into shared libraryRichard Fitzgerald2023-07-243-13/+18
| | * | ASoC: cs35l56: Move runtime suspend/resume to shared libraryRichard Fitzgerald2023-07-245-120/+126
| | * | ASoC: cs35l56: Move utility functions to shared fileSimon Trimmer2023-07-243-203/+215
| | * | ASoC: cs35l56: Convert utility functions to use common data structureSimon Trimmer2023-07-241-16/+16
| | * | ASoC: cs35l56: Make cs35l56_system_reset() code more genericSimon Trimmer2023-07-241-6/+6
| | * | ASoC: cs35l56: Move shared data into a common data structureSimon Trimmer2023-07-247-259/+270
| * | | ASoC: codecs: lpass: Log clk_get() failuresBjorn Andersson2023-07-244-18/+18
| |/ /
| * | ASoC: Merge up fixes from mainlineMark Brown2023-07-24326-2085/+3475
| |\ \
| | * | Linux 6.5-rc3v6.5-rc3Linus Torvalds2023-07-241-1/+1