summaryrefslogtreecommitdiff
path: root/sound/soc/codecs
AgeCommit message (Expand)AuthorFilesLines
2024-02-08ASoC: codecs: constify static sdw_slave_ops structKrzysztof Kozlowski6-6/+6
2024-02-07ASoC: cs42l43: Add system suspend ops to disable IRQCharles Keepax1-2/+41
2024-02-07ASoC: cs42l43: Handle error from devm_pm_runtime_enableCharles Keepax1-1/+4
2024-02-05ASoC: fix SND_SOC_WCD939X dependenciesArnd Bergmann1-0/+1
2024-02-05ASoC: cs42l43: Shut down jack detection on component removeCharles Keepax1-0/+7
2024-02-05ASoC: cs42l43: Sync the hp ilimit works when removing the componentCharles Keepax1-0/+3
2024-02-05ASoC: cs42l43: Add clear of stashed pointer on component removeCharles Keepax1-0/+8
2024-02-05ASoC: tas2781: add module parameter to tascodec_init()Gergo Koteles2-2/+3
2024-02-05ASoC: cs35l56: fix reversed if statement in cs35l56_dspwait_asp1tx_put()Dan Carpenter1-1/+1
2024-02-01ALSA: Various fixes for Cirrus Logic CS35L56 supportMark Brown4-105/+411
2024-02-01ASoC: cs35l56: Load tunings for the correct speaker modelsRichard Fitzgerald3-5/+64
2024-02-01ASoC: cs35l56: Firmware file must match the version of preloaded firmwareRichard Fitzgerald2-26/+62
2024-02-01ASoC: cs35l56: Fix misuse of wm_adsp 'part' string for silicon revisionRichard Fitzgerald1-7/+16
2024-02-01ASoC: cs35l56: Fix for initializing ASP1 mixer registersRichard Fitzgerald3-17/+163
2024-02-01ASoC: cs35l56: Fix default SDW TX mixer registersRichard Fitzgerald1-0/+9
2024-02-01ASoC: cs35l56: Fix to ensure ASP1 registers match cacheRichard Fitzgerald2-0/+62
2024-02-01ASoC: cs35l56: Remove buggy checks from cs35l56_is_fw_reload_needed()Richard Fitzgerald1-11/+0
2024-02-01ASoC: cs35l56: Don't add the same register patch multiple timesRichard Fitzgerald1-4/+4
2024-02-01ASoC: cs35l56: cs35l56_component_remove() must clean up wm_adspRichard Fitzgerald1-0/+5
2024-02-01ASoC: cs35l56: cs35l56_component_remove() must clear cs35l56->componentRichard Fitzgerald1-0/+2
2024-02-01ASoC: wm_adsp: Don't overwrite fwf_name with the defaultRichard Fitzgerald1-17/+12
2024-02-01ASoC: wm_adsp: Fix firmware file search orderRichard Fitzgerald1-25/+19
2024-01-26ASoC: cs42l43: Use fls to calculate the pre-divider for the PLLCharles Keepax1-4/+3
2024-01-26ASoC: cs42l43: Refactor to use for_each_set_bit()Charles Keepax1-15/+20
2024-01-26ASoC: cs42l43: Use USEC_PER_MSEC rather than hard codingCharles Keepax1-1/+2
2024-01-26ASoC: cs42l43: Add pm_ptr around the power opsCharles Keepax1-1/+1
2024-01-26ASoC: cs42l43: Check error from device_property_read_u32_array()Charles Keepax1-2/+7
2024-01-26ASoC: cs42l43: Minor code tidy upsCharles Keepax2-13/+9
2024-01-26ASoC: cs42l43: Tidy up header includesCharles Keepax4-9/+26
2024-01-24ASoC: codecs: ES8326: Adding new volume kcontrolsZhu Ning2-2/+95
2024-01-24ASoC: codecs: Remove unneeded semicolonYang Li1-2/+2
2024-01-24ASoC: Merge up fixes due to dependency with new changesMark Brown5-60/+146
2024-01-23ASoC: codecs: Add support for the framer codecHerve Codina3-0/+430
2024-01-23ASoC: qcom: volume fixes and codec cleanupsMark Brown3-12/+5
2024-01-23ASoC: codecs: fix ES8326 performance and pop noiseMark Brown2-48/+141
2024-01-22ASoC: codecs: ES8326: Remove executable bitFei Shao1-0/+0
2024-01-22ASoC: Merge up fixesMark Brown2-6/+3
2024-01-22ASoC: codecs: add support for WCD939x CodecMark Brown8-15/+6336
2024-01-22ASoC: codecs: wcd934x: drop unneeded regulator includeKrzysztof Kozlowski1-1/+0
2024-01-22ASoC: codecs: wcd938x: skip printing deferred probe failuersKrzysztof Kozlowski1-3/+1
2024-01-22ASoC: codecs: wcd938x: handle deferred probeKrzysztof Kozlowski1-1/+1
2024-01-22ASoC: codecs: wcd938x: fix headphones volume controlsJohan Hovold1-1/+1
2024-01-22ASoC: codecs: wcd9335: drop unused gain hack remnantJohan Hovold1-4/+0
2024-01-22ASoC: codecs: lpass-wsa-macro: fix compander volume hackJohan Hovold1-7/+0
2024-01-22ASoC: codecs: wsa883x: fix PA volume controlJohan Hovold1-1/+5
2024-01-22ASoC: codecs: ES8326: fix the capture noise issueZhu Ning1-31/+32
2024-01-22ASoC: codecs: ES8326: Minimize the pop noise on headphoneZhu Ning1-16/+20
2024-01-22ASoC: codecs: ES8326: Improving the THD+N performanceZhu Ning2-9/+14
2024-01-22ASoC: codecs: ES8326: improving crosstalk performanceZhu Ning2-0/+83
2024-01-22ASoC: nau8540: Add pre-charge actions for inputDavid Lin2-37/+92