aboutsummaryrefslogtreecommitdiff
path: root/sound/pci/hda/Kconfig (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' into for-nextTakashi Iwai2024-06-251-0/+2
|\
| * ALSA: hda: Use imply for suggesting CONFIG_SERIAL_MULTI_INSTANTIATETakashi Iwai2024-06-211-2/+2
| * ALSA: hda: cs35l56: Select SERIAL_MULTI_INSTANTIATESimon Trimmer2024-06-201-0/+2
* | ALSA: hda/senarytech: add senarytech codec supportbo liu2024-06-181-0/+11
|/
* ALSA: hda: cs35l41: Use shared cs-amp-lib to apply calibrationStefan Binding2024-04-181-0/+2
* Merge tag 'asoc-v6.9' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2024-03-111-0/+2
|\
| * ALSA: hda: cs35l56: Apply amp calibration from EFI dataRichard Fitzgerald2024-02-231-0/+2
* | Merge branch 'for-linus' into for-nextTakashi Iwai2024-02-151-2/+2
|\|
| * ALSA: hda/cs35l56: select intended config FW_CS_DSPLukas Bulwahn2024-02-091-2/+2
* | ALSA: hda: realtek: Move hda_component implementation to moduleRichard Fitzgerald2024-01-251-0/+4
|/
* ALSA: hda: cirrus_scodec: Select GPIOLIB for KUnit testRichard Fitzgerald2023-09-201-0/+1
* ALSA: hda: cirrus_scodec: Add KUnit testRichard Fitzgerald2023-09-181-0/+12
* ALSA: hda: cs35l56: Add support for speaker idRichard Fitzgerald2023-09-181-0/+5
* ALSA: hda: Add missing dependency on CONFIG_EFI for Cirrus/TI sub-codecsTakashi Iwai2023-08-251-0/+3
* ALSA: hda/tas2781: Add tas2781 HDA driverShenghao Ding2023-08-181-0/+15
* ALSA: hda/cs35l56: Add driver for Cirrus Logic CS35L56 amplifierSimon Trimmer2023-07-231-0/+31
* ALSA: hda: Fix the control element identification for multiple codecsJaroslav Kysela2023-02-031-0/+14
* firmware: cs_dsp: Rename KConfig symbol CS_DSP -> FW_CS_DSPRichard Fitzgerald2022-11-251-1/+1
* Revert "ALSA: hda: cs35l41: Allow compilation test on non-ACPI configurations"Takashi Iwai2022-07-151-2/+2
* ALSA: hda: cs35l41: Add initial DSP support and firmware loadingVitaly Rodionov2022-07-141-0/+2
* ALSA: hda: hda_cs_dsp_ctl: Add Library to support CS_DSP ALSA controlsStefan Binding2022-07-141-0/+4
* ALSA: hda: cs35l41: Consolidate selections under SND_HDA_SCODEC_CS35L41Andy Shevchenko2022-07-131-4/+2
* ALSA: hda: cs35l41: Allow compilation test on non-ACPI configurationsAndy Shevchenko2022-07-131-2/+2
* ALSA: hda: cs35l41: Add Support for InterruptsStefan Binding2022-05-161-0/+2
* ALSA: hda/hdmi: add keep-alive support for ADL-P and DG2Kai Vehmanen2022-02-171-9/+10
* ALSA: hda: Fix dependencies of CS35L41 on SPI/I2C busesTakashi Iwai2022-01-091-0/+2
* ALSA: hda: Fix dependency on ASoC cs35l41 codecTakashi Iwai2022-01-081-0/+2
* ALSA: hda: cs35l41: Add support for CS35L41 in HDA systemsLucas Tanure2022-01-051-0/+29
* ALSA: hda/cirrus: Move CS8409 HDA bridge to separate moduleLucas Tanure2021-08-121-0/+10
* ALSA: HDA - remove the custom implementation for the audio LED triggerJaroslav Kysela2021-03-301-3/+1
* ALSA: hda/hdmi: Add Intel silent stream supportHarsha Priya2020-07-071-0/+14
* ALSA: hda: fix SND_HDA_GENERIC kconfig & buildRandy Dunlap2020-07-071-0/+1
* ALSA: hda: generic: Add a helper for mic-mute LED with LED classdevTakashi Iwai2020-06-181-0/+9
* ALSA: Fix misspellings of "Analog Devices"Geert Uytterhoeven2020-04-171-2/+2
* ALSA: hda: default enable CA0132 DSP supportRouven Czerwinski2020-03-291-0/+1
* ALSA: hda: add Intel DSP configuration / probe codeJaroslav Kysela2019-10-231-10/+1
* Merge branch 'topic/hda-bus-ops-cleanup' into for-nextTakashi Iwai2019-08-081-0/+1
|\
| * ALSA: hda: Direct MMIO accessesTakashi Iwai2019-08-081-0/+1
* | ALSA: hda/intel: stop probe if DMICS are detected on Skylake+ platformsPierre-Louis Bossart2019-07-311-0/+10
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* ALSA: hda - Revert DSP detection on legacy HD-audio driverTakashi Iwai2019-01-011-62/+0
* ALSA: HD-Audio: SKL+: abort probe if DSP is present and Skylake driver selectedPierre-Louis Bossart2018-12-191-0/+62
* ALSA: hda - Enforce CONFIG_SND_DYNAMIC_MINORS for HDMI/DP codecTakashi Iwai2018-05-021-0/+4
* ALSA: hda - Use IS_REACHABLE() for dependency on inputTakashi Iwai2018-01-151-1/+0
* ALSA: hda - Clarify CONFIG_SND_HDA_RECONFIG usagesTakashi Iwai2016-05-091-3/+7
* ALSA: jack: Allow building the jack layer without input deviceTakashi Iwai2016-02-231-1/+1
* ALSA: HDAC: move SND_HDA_PREALLOC_SIZE to coreVinod Koul2015-06-161-13/+0
* ALSA: hda - Move hda_i915.c from sound/pci/hda to sound/hdaMengdong Lin2015-05-201-5/+0
* Merge branch 'topic/jack' into for-nextTakashi Iwai2015-05-021-9/+1
|\
| * ALSA: jack: fix a randconfig build issueJie Yang2015-05-021-9/+1