aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/codecs
AgeCommit message (Expand)AuthorFilesLines
2022-10-05Merge tag 'sound-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 62-646/+3318
2022-10-04Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 66-193/+74
2022-10-03Merge tag 'asoc-v6.1' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Gravatar Takashi Iwai 58-619/+3301
2022-10-03Merge branch 'for-next' into for-linusGravatar Takashi Iwai 3-23/+11
2022-09-30ASoC: nau8825: Add TDM supportGravatar David Lin 2-0/+111
2022-09-29ASoC: mt6660: Fix PM disable depth imbalance in mt6660_i2c_probeGravatar Zhang Qilong 1-2/+6
2022-09-29ASoC: wm5102: Fix PM disable depth imbalance in wm5102_probeGravatar Zhang Qilong 1-3/+3
2022-09-29ASoC: wm5110: Fix PM disable depth imbalance in wm5110_probeGravatar Zhang Qilong 1-3/+3
2022-09-29ASoC: wm8997: Fix PM disable depth imbalance in wm8997_probeGravatar Zhang Qilong 1-3/+3
2022-09-29ASoC: wcd-mbhc-v2: Revert "ASoC: wcd-mbhc-v2: use pm_runtime_resume_and_get()"Gravatar Krzysztof Kozlowski 1-4/+6
2022-09-27ASoC: cs42l42: Fallback to headphones for type detectGravatar Stefan Binding 1-5/+2
2022-09-26ASoC: codecs: wcd934x: Fix Kconfig dependencyGravatar Ren Zhijie 1-0/+1
2022-09-23ASoC: codecs: qcom add support for SM8450 and SC8280XPGravatar Mark Brown 5-71/+112
2022-09-23ASoC: ssm2518: switch to using gpiod APIGravatar Dmitry Torokhov 1-18/+12
2022-09-23ASoC: ssm2518: drop support for platform dataGravatar Dmitry Torokhov 1-5/+1
2022-09-23ASoC: da7219: Fix an error handling path in da7219_register_dai_clks()Gravatar Christophe JAILLET 1-2/+3
2022-09-23ASoC: codecs: va-macro: add support for sm8450 and sc8280xpGravatar Srinivas Kandagatla 1-4/+70
2022-09-23ASoC: codecs: va-macro: clear the frame sync counter before enablingGravatar Srinivas Kandagatla 1-2/+6
2022-09-23ASoC: codecs: rx-macro: add support for sm8450 and sc8280xpGravatar Srinivas Kandagatla 1-0/+2
2022-09-23ASoC: codecs: tx-macro: add support for sm8450 and sc8280xpGravatar Srinivas Kandagatla 1-0/+2
2022-09-23ASoC: codecs: wsa-macro: add support for sm8450 and sc8280xpGravatar Srinivas Kandagatla 1-0/+2
2022-09-23ASoC: codecs: wsa883x: add clock stop supportGravatar Srinivas Kandagatla 1-27/+1
2022-09-23ASoC: codecs: tx-macro: fix kcontrol putGravatar Srinivas Kandagatla 1-2/+11
2022-09-23ASoC: codecs: tx-macro: fix active_decimator arrayGravatar Srinivas Kandagatla 1-1/+5
2022-09-23ASoC: codecs: tx-macro: handle swr_reset correctlyGravatar Srinivas Kandagatla 1-11/+4
2022-09-23ASoC: codecs: rx-macro: handle swr_reset correctlyGravatar Srinivas Kandagatla 1-11/+5
2022-09-23ASoC: codecs: wsa-macro: handle swr_reset correctlyGravatar Srinivas Kandagatla 1-13/+4
2022-09-23ASoC: wcd934x: fix order of Slimbus unprepare/disableGravatar Krzysztof Kozlowski 1-1/+1
2022-09-23ASoC: wcd9335: fix order of Slimbus unprepare/disableGravatar Krzysztof Kozlowski 1-1/+1
2022-09-22ALSA: hda/hdmi: Use only dynamic PCM device allocationGravatar Jaroslav Kysela 2-6/+0
2022-09-22Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 5-22/+77
2022-09-22ASoC: es8316: fix register sync error in suspend/resume testsGravatar Pierre-Louis Bossart 1-0/+2
2022-09-21ASoC: ts3a227e: add parameters to control debounce timesGravatar Astrid Rost 1-6/+55
2022-09-20ASoC: rt5682s: simplify the return of rt5682s_probe()Gravatar Yang Yingliang 1-6/+1
2022-09-20ASoC: codecs: tfa989x: fix register access commentsGravatar Alexander Martinz 1-2/+2
2022-09-20Support for CS42L83 on Apple machinesGravatar Mark Brown 6-126/+526
2022-09-19ASoC: tas2770: Reinit regcache on resetGravatar Martin Povišer 1-0/+3
2022-09-19ASoC: nau8824: Fix semaphore is released unexpectedlyGravatar SJLIN0 2-3/+15
2022-09-19ASoC: cs42l42: Switch to dev_err_probe() helperGravatar Martin Povišer 1-5/+3
2022-09-19ASoC: cs42l42: Implement 'set_bclk_ratio'Gravatar Martin Povišer 2-1/+17
2022-09-19ASoC: cs42l83: Extend CS42L42 support to new partGravatar Martin Povišer 6-4/+258
2022-09-19ASoC: cs42l42: Export regmap elements to core namespaceGravatar Martin Povišer 2-3/+10
2022-09-19ASoC: cs42l42: Split I2C identity into separate moduleGravatar Richard Fitzgerald 5-93/+152
2022-09-19ASoC: cs42l42: Pass component and dai defs into common probeGravatar Richard Fitzgerald 1-6/+6
2022-09-19ASoC: cs42l42: Split cs42l42_resume into two functionsGravatar Richard Fitzgerald 1-1/+21
2022-09-19ASoC: cs42l42: Split probe() and remove() into stagesGravatar Richard Fitzgerald 2-42/+87
2022-09-19ASoC: cs42l42: Use cs42l42->dev instead of &i2c_client->devGravatar Richard Fitzgerald 1-15/+17
2022-09-19ASoC: cs42l42: Add bitclock frequency argument to cs42l42_pll_config()Gravatar Richard Fitzgerald 2-17/+16
2022-09-19ASoC: rt5682s: Reduce coupling of PLLB settingGravatar Derek Fang 1-43/+73
2022-09-19ASoC: rt5682s: Reduce coupling of I2S1 settingGravatar Derek Fang 1-38/+66