summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | ASoC: codecs: Fix error handling in power domain init and exit handlersSrinivasa Rao Mandadapu2022-04-051-16/+19
| |/ / / /
* | | | | Merge branch 'for-linus' into for-nextTakashi Iwai2022-05-2316-78/+100
|\ \ \ \ \
| * \ \ \ \ Merge tag 'asoc-fix-v5.18-rc7' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2022-05-211-5/+5
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | ASoC: wm_adsp: Compressed stream DSP memory structs should be __packedSimon Trimmer2022-03-091-5/+5
| * | | | | ASoC: max98090: Generate notifications on changes for custom controlMark Brown2022-04-251-1/+1
| * | | | | ASoC: max98090: Reject invalid values in custom control put()Mark Brown2022-04-251-0/+3
| * | | | | ASoC: rt9120: Correct the reg 0x09 size to one byteChiYuan Huang2022-04-221-1/+0
| * | | | | ASoC: da7219: Fix change notifications for tone generator frequencyMark Brown2022-04-201-4/+10
| * | | | | ASoC: wm8958: Fix change notifications for DSP controlsMark Brown2022-04-191-4/+4
| * | | | | ASoC: codecs: Fix an error handling path in (rx|tx|va)_macro_probe()Christophe JAILLET2022-04-083-10/+26
| | |_|_|/ | |/| | |
| * | | | ASoC: wm8731: Disable the regulator when probing failsZheyu Ma2022-04-071-8/+11
| * | | | ASoC: codecs: wcd934x: do not switch off SIDO Buck when codec is in useSrinivas Kandagatla2022-04-071-25/+1
| * | | | ASoC: rt711/5682: check if bus is active before deferred jack detectionPierre-Louis Bossart2022-04-072-0/+16
| * | | | ASoC: msm8916-wcd-digital: Check failure for devm_snd_soc_register_componentMiaoqian Lin2022-04-051-1/+8
| * | | | ASoC: rk817: Use devm_clk_get() in rk817_platform_probeMiaoqian Lin2022-04-051-1/+1
| | |_|/ | |/| |
| * | | ASoC: cs35l41: Fix a shift-out-of-bounds warning found by UBSANHui Wang2022-04-051-2/+4
| * | | ASoC: cs35l41: Add one more variable in the debug logHui Wang2022-04-051-2/+2
| * | | ASoC: rt5682: fix an incorrect NULL check on list iteratorXiaomeng Tong2022-04-051-7/+4
| * | | codecs: rt5682s: fix an incorrect NULL check on list iteratorXiaomeng Tong2022-04-041-7/+4
| | |/ | |/|
* | | ASoC: cs35l41: Move cs_dsp config struct into shared codeStefan Binding2022-05-162-18/+26
* | | ASoC: cs35l41: Move cs35l41 fs errata into shared codeStefan Binding2022-05-162-24/+34
* | | ASoC: cs35l41: Move cs35l41_set_cspl_mbox_cmd to shared codeStefan Binding2022-05-163-82/+62
* | | ASoC: cs42l42: Move CS42L42 register descriptions to general includeStefan Binding2022-05-091-824/+2
* | | ASoC: cs35l41: Support external boostLucas Tanure2022-04-132-15/+39
* | | ALSA: hda: cs35l41: Move external boost handling to lib for ASoC useLucas Tanure2022-04-131-3/+126
* | | ALSA: cs35l41: Enable Internal Boost in shared libLucas Tanure2022-04-131-0/+3
* | | ALSA: cs35l41: Move cs35l41_gpio_config to shared libLucas Tanure2022-04-132-43/+42
* | | ALSA: cs35l41: Check hw_config before using itLucas Tanure2022-04-132-33/+59
* | | ALSA: cs35l41: Unify hardware configurationLucas Tanure2022-04-134-59/+47
|/ /
* | Merge tag 'sound-fix-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-04-011-0/+4
|\ \
| * \ Merge tag 'asoc-fix-v5.18' of https://git.kernel.org/pub/scm/linux/kernel/git...Takashi Iwai2022-03-301-0/+4
| |\ \
| | * | ASoC: mediatek: mt6358: add missing EXPORT_SYMBOLsJiaxin Yu2022-03-211-0/+4
* | | | Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-281-14/+4
|\ \ \ \
| * \ \ \ Merge 5.17-rc6 into driver-core-nextGreg Kroah-Hartman2022-02-2812-65/+66
| |\ \ \ \
| * | | | | ASoC: codecs: wcd938x: Make use of the helper component_compare/release_ofYong Wu2022-02-251-14/+4
* | | | | | Merge tag 'sound-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-03-2378-595/+2370
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge tag 'asoc-v5.18' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2022-03-2176-552/+2324
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | ASoC: ak4642: Use of_device_get_match_data()Minghao Chi2022-03-161-8/+3
| | * | | | ASoC: codecs: Fix misplaced lpass_macro_pds_exit callSrinivasa Rao Mandadapu2022-03-162-4/+4
| | * | | | ASoC: codecs: wcd934x: Add missing of_node_put() in wcd934x_codec_parse_dataMiaoqian Lin2022-03-161-0/+1
| | * | | | ASoC: rt1308-sdw: get calibration params after power onShuming Fan2022-03-161-33/+40
| | * | | | ASoC: msm8916-wcd-analog: Fix error handling in pm8916_wcd_analog_spmi_probeMiaoqian Lin2022-03-161-6/+16
| | * | | | ASoC: msm8916-wcd-digital: Fix missing clk_disable_unprepare() in msm8916_wcd...Miaoqian Lin2022-03-111-1/+4
| | * | | | ASoC: rk817: Fix missing clk_disable_unprepare() in rk817_platform_probeMiaoqian Lin2022-03-081-2/+4
| | * | | | ASoC: codecs: Add Awinic AW8738 audio amplifier driverMark Brown2022-03-073-0/+116
| | |\ \ \ \
| | | * | | | ASoC: codecs: Add Awinic AW8738 audio amplifier driverJonathan Albrieux2022-03-073-0/+116
| | * | | | | ASoC: cs42l42: Add warnings about DETECT_MODE and PLL_STARTRichard Fitzgerald2022-03-072-2/+20
| | * | | | | ASoC: wm_adsp: Expand firmware loading search optionsSimon Trimmer2022-03-072-12/+88
| | * | | | | ASoC: cs35l41: Remove unnecessary paramLucas Tanure2022-03-071-4/+2
| | * | | | | ASoC: cs35l41: Fix max number of TX channelsLucas Tanure2022-03-071-1/+1