summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | ASoC: codecs: Add WCD939x Codec driverNeil Armstrong2024-01-224-0/+3702
| | * | | | | ASoC: codecs: Add WCD939x Soundwire devices driverNeil Armstrong2024-01-224-0/+2551
| | * | | | | ASoC: codec: wcd-mbhc-v2: add support when connected behind an USB-C audio muxNeil Armstrong2024-01-222-15/+83
| * | | | | | ASoC: nau8540: Add pre-charge actions for inputDavid Lin2024-01-222-37/+92
| |/ / / / /
* | | | | | Merge branch 'for-next' into for-linusTakashi Iwai2024-03-114-9/+31
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | ASoC: cs35l56: Add support for CS35L54 and CS35L57Simon Trimmer2024-03-083-4/+21
| * | | | | ASoC: codecs: hda: Cleanup error messagesCezary Rojewski2024-03-041-5/+5
| * | | | | ASoC: codecs: hda: Skip HDMI/DP registration if i915 is missingCezary Rojewski2024-03-041-0/+5
| | |_|_|/ | |/| | |
* | | | | ASoC: wm8962: Fix up incorrect error message in wm8962_set_fllStuart Henderson2024-03-061-1/+1
* | | | | ASoC: wm8962: Enable both SPKOUTR_ENA and SPKOUTL_ENA in mono modeStuart Henderson2024-03-061-9/+14
* | | | | ASoC: wm8962: Enable oscillator if selecting WM8962_FLL_OSCStuart Henderson2024-03-061-0/+4
* | | | | ASoC: madera: Fix typo in madera_set_fll_clks shift valueStuart Henderson2024-02-291-1/+1
* | | | | ASoC: soc-card: Fix missing locking in snd_soc_card_get_kcontrol()Richard Fitzgerald2024-02-232-2/+2
* | | | | ASoC: cs35l56: Must clear HALO_STATE before issuing SYSTEM_RESETRichard Fitzgerald2024-02-191-0/+1
|/ / / /
* | | | ASoC: cs35l56: Workaround for ACPI with broken spk-id-gpios propertyRichard Fitzgerald2024-02-131-0/+93
* | | | ASoC: rt5645: Add DMI quirk for inverted jack-detect on MeeGoPad T8Hans de Goede2024-02-121-0/+15
* | | | ASoC: rt5645: Make LattePanda board DMI match more preciseHans de Goede2024-02-121-0/+10
* | | | ASoC: rt5645: Fix deadlock in rt5645_jack_detect_work()Alexey Khoroshilov2024-02-111-0/+1
* | | | ASoC: cs35l56: Remove default from IRQ1_CFG registerRichard Fitzgerald2024-02-091-1/+0
* | | | ASoC: cs35l56: Fix deadlock in ASP1 mixer register initializationRichard Fitzgerald2024-02-082-82/+73
* | | | ASoC: cs42l43: Add system suspend ops to disable IRQCharles Keepax2024-02-071-2/+41
* | | | ASoC: cs42l43: Handle error from devm_pm_runtime_enableCharles Keepax2024-02-071-1/+4
* | | | ASoC: tas2781: add module parameter to tascodec_init()Gergo Koteles2024-02-052-2/+3
* | | | ASoC: cs35l56: fix reversed if statement in cs35l56_dspwait_asp1tx_put()Dan Carpenter2024-02-051-1/+1
* | | | ALSA: Various fixes for Cirrus Logic CS35L56 supportMark Brown2024-02-014-105/+411
|\ \ \ \ | |_|_|/ |/| | |
| * | | ASoC: cs35l56: Load tunings for the correct speaker modelsRichard Fitzgerald2024-02-013-5/+64
| * | | ASoC: cs35l56: Firmware file must match the version of preloaded firmwareRichard Fitzgerald2024-02-012-26/+62
| * | | ASoC: cs35l56: Fix misuse of wm_adsp 'part' string for silicon revisionRichard Fitzgerald2024-02-011-7/+16
| * | | ASoC: cs35l56: Fix for initializing ASP1 mixer registersRichard Fitzgerald2024-02-013-17/+163
| * | | ASoC: cs35l56: Fix default SDW TX mixer registersRichard Fitzgerald2024-02-011-0/+9
| * | | ASoC: cs35l56: Fix to ensure ASP1 registers match cacheRichard Fitzgerald2024-02-012-0/+62
| * | | ASoC: cs35l56: Remove buggy checks from cs35l56_is_fw_reload_needed()Richard Fitzgerald2024-02-011-11/+0
| * | | ASoC: cs35l56: Don't add the same register patch multiple timesRichard Fitzgerald2024-02-011-4/+4
| * | | ASoC: cs35l56: cs35l56_component_remove() must clean up wm_adspRichard Fitzgerald2024-02-011-0/+5
| * | | ASoC: cs35l56: cs35l56_component_remove() must clear cs35l56->componentRichard Fitzgerald2024-02-011-0/+2
| * | | ASoC: wm_adsp: Don't overwrite fwf_name with the defaultRichard Fitzgerald2024-02-011-17/+12
| * | | ASoC: wm_adsp: Fix firmware file search orderRichard Fitzgerald2024-02-011-25/+19
| |/ /
* | | ASoC: qcom: volume fixes and codec cleanupsMark Brown2024-01-223-12/+5
|\ \ \
| * | | ASoC: codecs: wcd9335: drop unused gain hack remnantJohan Hovold2024-01-221-4/+0
| * | | ASoC: codecs: lpass-wsa-macro: fix compander volume hackJohan Hovold2024-01-221-7/+0
| * | | ASoC: codecs: wsa883x: fix PA volume controlJohan Hovold2024-01-221-1/+5
| |/ /
* | | ASoC: codecs: fix ES8326 performance and pop noiseMark Brown2024-01-222-48/+141
|\ \ \
| * | | ASoC: codecs: ES8326: fix the capture noise issueZhu Ning2024-01-221-31/+32
| * | | ASoC: codecs: ES8326: Minimize the pop noise on headphoneZhu Ning2024-01-221-16/+20
| * | | ASoC: codecs: ES8326: Improving the THD+N performanceZhu Ning2024-01-222-9/+14
| * | | ASoC: codecs: ES8326: improving crosstalk performanceZhu Ning2024-01-222-0/+83
| |/ /
* | / ASoC: codecs: ES8326: Remove executable bitFei Shao2024-01-221-0/+0
| |/ |/|
* | ASoC: codecs: wcd934x: drop unneeded regulator includeKrzysztof Kozlowski2024-01-221-1/+0
* | ASoC: codecs: wcd938x: skip printing deferred probe failuersKrzysztof Kozlowski2024-01-221-3/+1
* | ASoC: codecs: wcd938x: handle deferred probeKrzysztof Kozlowski2024-01-221-1/+1