summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ALSA: rme9652: Convert to generic PCM copy opsTakashi Iwai2023-08-181-40/+6
* ALSA: hdsp: Convert to generic PCM copy opsTakashi Iwai2023-08-181-36/+6
* ALSA: rme96: Convert to generic PCM copy opsTakashi Iwai2023-08-181-34/+8
* ALSA: rme32: Convert to generic PCM copy opsTakashi Iwai2023-08-181-39/+11
* ALSA: nm256: Convert to generic PCM copy opsTakashi Iwai2023-08-181-36/+6
* ALSA: korg1212: Convert to generic PCM copy opsTakashi Iwai2023-08-181-38/+12
* ALSA: es1938: Convert to generic PCM copy opsTakashi Iwai2023-08-181-25/+5
* ALSA: emu8000: Convert to generic PCM copy opsTakashi Iwai2023-08-181-58/+16
* ALSA: gus: Convert to generic PCM copy opsTakashi Iwai2023-08-181-20/+3
* ALSA: dummy: Convert to generic PCM copy opsTakashi Iwai2023-08-181-10/+2
* ALSA: core: Add memory copy helpers between iov_iter and iomemTakashi Iwai2023-08-182-8/+53
* ALSA: pcm: Add copy ops with iov_iterTakashi Iwai2023-08-183-45/+71
* iov_iter: Export import_ubuf()Takashi Iwai2023-08-181-0/+1
* ALSA: hda/tas2781: Add tas2781 HDA driverShenghao Ding2023-08-183-0/+875
* ALSA: hda/tas2781: Add tas2781 HDA driverShenghao Ding2023-08-181-3/+85
* ALSA: Make SND_PCMTEST depend on DEBUG_FSRuan Jinjie2023-08-181-0/+1
* ALSA: aoa: Fix typos in PCM fix patchTakashi Iwai2023-08-181-2/+2
* ALSA: core: Drop snd_device_initialize()Takashi Iwai2023-08-172-24/+0
* ALSA: seq: Create device with snd_device_alloc()Takashi Iwai2023-08-171-7/+9
* ALSA: timer: Create device with snd_device_alloc()Takashi Iwai2023-08-171-7/+9
* ALSA: compress: Don't embed deviceTakashi Iwai2023-08-172-7/+11
* ALSA: rawmidi: Don't embed deviceTakashi Iwai2023-08-173-21/+18
* 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