aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/codecs
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 2-2/+2
2020-08-21Merge tag 'sound-5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 4-19/+51
2020-08-17ASoC: wm8994: Avoid attempts to read unreadable registersGravatar Sylwester Nawrocki 1-0/+4
2020-08-17ASoC: msm8916-wcd-analog: fix register Interrupt offsetGravatar Srinivas Kandagatla 1-2/+2
2020-08-17ASoC: wm8994: Prevent access to invalid VU register bits on WM1811Gravatar Sylwester Nawrocki 1-16/+44
2020-08-06Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 192-2190/+3618
2020-08-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-25/+2
2020-08-03ASoC: wm8962: Do not remove ADDITIONAL_CONTROL_4 from readable register listGravatar Fabio Estevam 1-1/+1
2020-07-30ASoC: wm8962: Do not access WM8962_GPIO_BASEGravatar Fabio Estevam 1-3/+8
2020-07-30Merge series "ASoC: meson: tdm fixes" from Jerome Brunet <jbrunet@baylibre.com>:Gravatar Mark Brown 2-11/+41
2020-07-30ASoC: tlv320adcx140: Move device reset to before programmingGravatar Dan Murphy 1-4/+4
2020-07-30ASoC: tlv320adcx140: Fix GPO register start addressGravatar Dan Murphy 1-1/+1
2020-07-29ASoC: tlv320adcx140: Add GPO configuration and drive output configGravatar Dan Murphy 2-5/+59
2020-07-29ASoC: tlv320adcx140: Fix various style errors and warningsGravatar Dan Murphy 1-6/+6
2020-07-28ASoC: tas2562: Update shutdown GPIO propertyGravatar Dan Murphy 1-5/+18
2020-07-28ASoC: madera: Add channel numbers to AIFsGravatar Charles Keepax 5-182/+182
2020-07-24ASoC: max98390: update dsm param bin max sizeGravatar Steve Lee 1-1/+1
2020-07-24ASoC: max98390: Update dsm init sequence and condition.Gravatar Steve Lee 1-3/+3
2020-07-24ASoC: max98390: Fix dac event dapm mixer.Gravatar Steve Lee 1-1/+1
2020-07-23Merge series "ASoC: add asoc_substream_to_rtd() macro" from Kuninori Morimoto...Gravatar Mark Brown 1-2/+2
2020-07-23ASoC: wm_adsp: Support new metadata block ID'sGravatar James Schulman 2-0/+2
2020-07-23ASoC: codecs: use asoc_substream_to_rtd()Gravatar Kuninori Morimoto 1-2/+2
2020-07-22ASoC: hdac_hda: fix deadlock after PCM open errorGravatar Kai Vehmanen 1-6/+1
2020-07-22ASoC: hdac_hda: fix memleak on module unloadGravatar Kai Vehmanen 1-7/+9
2020-07-22ASoC: hdac_hda: call patch_ops.free() on probe errorGravatar Kai Vehmanen 1-2/+5
2020-07-22ASoC: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 20-21/+21
2020-07-21ASoC: tas2770: Fix reset gpio property nameGravatar Dan Murphy 1-2/+1
2020-07-21ASoC: max98357a: move control of SD_MODE back to DAI opsGravatar Tzung-Bi Shih 1-10/+40
2020-07-20Merge series "ASoC: Intel: machine driver updates for 5.9" from Pierre-Louis ...Gravatar Mark Brown 4-21/+28
2020-07-20ASoC: wcd9335.h: fix duplicated wordGravatar Randy Dunlap 1-3/+3
2020-07-17Merge tag 'asoc-fix-v5.8-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...Gravatar Takashi Iwai 6-48/+97
2020-07-17ASoC: rt5682: optimize the power consumptionGravatar Shuming Fan 3-5/+11
2020-07-17ASoC: rt5682: disable MICBIAS and Vref2 widget in defaultGravatar Shuming Fan 1-0/+4
2020-07-16ASoC: codecs: ak*: merge .digital_mute() into .mute_stream()Gravatar Kuninori Morimoto 3-7/+12
2020-07-16ASoC: codecs: cs*: merge .digital_mute() into .mute_stream()Gravatar Kuninori Morimoto 9-18/+27
2020-07-16ASoC: codecs: da*: merge .digital_mute() into .mute_stream()Gravatar Kuninori Morimoto 3-6/+9
2020-07-16ASoC: codecs: es*: merge .digital_mute() into .mute_stream()Gravatar Kuninori Morimoto 2-4/+6
2020-07-16ASoC: codecs: wm*: merge .digital_mute() into .mute_stream()Gravatar Kuninori Morimoto 32-70/+106
2020-07-16ASoC: codecs: alc*: merge .digital_mute() into .mute_stream()Gravatar Kuninori Morimoto 2-4/+6
2020-07-16ASoC: codecs: max*: merge .digital_mute() into .mute_stream()Gravatar Kuninori Morimoto 3-8/+15
2020-07-16ASoC: codecs: pcm*: merge .digital_mute() into .mute_stream()Gravatar Kuninori Morimoto 5-10/+15
2020-07-16ASoC: codecs: ssm*: merge .digital_mute() into .mute_stream()Gravatar Kuninori Morimoto 3-6/+9
2020-07-16ASoC: codecs: tas*: merge .digital_mute() into .mute_stream()Gravatar Kuninori Morimoto 6-12/+18
2020-07-16ASoC: codecs: tlv*: merge .digital_mute() into .mute_stream()Gravatar Kuninori Morimoto 5-10/+16
2020-07-16ASoC: codecs: merge .digital_mute() into .mute_stream()Gravatar Kuninori Morimoto 16-47/+72
2020-07-16ASoC: hdmi-codec: merge .digital_mute() into .mute_stream()Gravatar Kuninori Morimoto 1-6/+15
2020-07-16ASoC: hdmi-codec: return -ENOTSUPP for digital_muteGravatar Kuninori Morimoto 1-1/+1
2020-07-16ASoC: rt5682: Report the button event in the headset type onlyGravatar Oder Chiou 1-1/+2
2020-07-16ASoC: cros_ec_codec: use sha256() instead of open codingGravatar Eric Biggers 1-25/+2
2020-07-14ASoC: rt5682: Enable Vref2 under using PLL2Gravatar derek.fang 1-7/+17