summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs
AgeCommit message (Expand)AuthorLines
2020-08-06Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-2190/+3618
2020-08-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-25/+2
2020-07-30ASoC: wm8962: Do not access WM8962_GPIO_BASEFabio Estevam-3/+8
2020-07-30Merge series "ASoC: meson: tdm fixes" from Jerome Brunet <jbrunet@baylibre.com>:Mark Brown-11/+41
2020-07-30ASoC: tlv320adcx140: Move device reset to before programmingDan Murphy-4/+4
2020-07-30ASoC: tlv320adcx140: Fix GPO register start addressDan Murphy-1/+1
2020-07-29ASoC: tlv320adcx140: Add GPO configuration and drive output configDan Murphy-5/+59
2020-07-29ASoC: tlv320adcx140: Fix various style errors and warningsDan Murphy-6/+6
2020-07-28ASoC: tas2562: Update shutdown GPIO propertyDan Murphy-5/+18
2020-07-28ASoC: madera: Add channel numbers to AIFsCharles Keepax-182/+182
2020-07-24ASoC: max98390: update dsm param bin max sizeSteve Lee-1/+1
2020-07-24ASoC: max98390: Update dsm init sequence and condition.Steve Lee-3/+3
2020-07-24ASoC: max98390: Fix dac event dapm mixer.Steve Lee-1/+1
2020-07-23Merge series "ASoC: add asoc_substream_to_rtd() macro" from Kuninori Morimoto...Mark Brown-2/+2
2020-07-23ASoC: wm_adsp: Support new metadata block ID'sJames Schulman-0/+2
2020-07-23ASoC: codecs: use asoc_substream_to_rtd()Kuninori Morimoto-2/+2
2020-07-22ASoC: hdac_hda: fix deadlock after PCM open errorKai Vehmanen-6/+1
2020-07-22ASoC: hdac_hda: fix memleak on module unloadKai Vehmanen-7/+9
2020-07-22ASoC: hdac_hda: call patch_ops.free() on probe errorKai Vehmanen-2/+5
2020-07-22ASoC: Replace HTTP links with HTTPS onesAlexander A. Klimov-21/+21
2020-07-21ASoC: tas2770: Fix reset gpio property nameDan Murphy-2/+1
2020-07-21ASoC: max98357a: move control of SD_MODE back to DAI opsTzung-Bi Shih-10/+40
2020-07-20Merge series "ASoC: Intel: machine driver updates for 5.9" from Pierre-Louis ...Mark Brown-21/+28
2020-07-20ASoC: wcd9335.h: fix duplicated wordRandy Dunlap-3/+3
2020-07-17Merge tag 'asoc-fix-v5.8-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai-48/+97
2020-07-17ASoC: rt5682: optimize the power consumptionShuming Fan-5/+11
2020-07-17ASoC: rt5682: disable MICBIAS and Vref2 widget in defaultShuming Fan-0/+4
2020-07-16ASoC: codecs: ak*: merge .digital_mute() into .mute_stream()Kuninori Morimoto-7/+12
2020-07-16ASoC: codecs: cs*: merge .digital_mute() into .mute_stream()Kuninori Morimoto-18/+27
2020-07-16ASoC: codecs: da*: merge .digital_mute() into .mute_stream()Kuninori Morimoto-6/+9
2020-07-16ASoC: codecs: es*: merge .digital_mute() into .mute_stream()Kuninori Morimoto-4/+6
2020-07-16ASoC: codecs: wm*: merge .digital_mute() into .mute_stream()Kuninori Morimoto-70/+106
2020-07-16ASoC: codecs: alc*: merge .digital_mute() into .mute_stream()Kuninori Morimoto-4/+6
2020-07-16ASoC: codecs: max*: merge .digital_mute() into .mute_stream()Kuninori Morimoto-8/+15
2020-07-16ASoC: codecs: pcm*: merge .digital_mute() into .mute_stream()Kuninori Morimoto-10/+15
2020-07-16ASoC: codecs: ssm*: merge .digital_mute() into .mute_stream()Kuninori Morimoto-6/+9
2020-07-16ASoC: codecs: tas*: merge .digital_mute() into .mute_stream()Kuninori Morimoto-12/+18
2020-07-16ASoC: codecs: tlv*: merge .digital_mute() into .mute_stream()Kuninori Morimoto-10/+16
2020-07-16ASoC: codecs: merge .digital_mute() into .mute_stream()Kuninori Morimoto-47/+72
2020-07-16ASoC: hdmi-codec: merge .digital_mute() into .mute_stream()Kuninori Morimoto-6/+15
2020-07-16ASoC: hdmi-codec: return -ENOTSUPP for digital_muteKuninori Morimoto-1/+1
2020-07-16ASoC: rt5682: Report the button event in the headset type onlyOder Chiou-1/+2
2020-07-16ASoC: cros_ec_codec: use sha256() instead of open codingEric Biggers-25/+2
2020-07-14ASoC: rt5682: Enable Vref2 under using PLL2derek.fang-7/+17
2020-07-10Merge series "ASoC: Clean-up W=1 build warnings​ - part2" from Pierre-Louis...Mark Brown-43/+10
2020-07-10ASoC: codecs: ak4458: Remove set but never checked variable 'ret'Lee Jones-3/+3
2020-07-10ASoC: codecs: tlv320aic26: Demote seemingly unintentional kerneldoc headerLee Jones-1/+1
2020-07-10ASoC: codecs: rt5659: Remove many unused const variablesLee Jones-37/+0
2020-07-10ASoC: codecs: rt5631: fix spurious kernel-doc start and missing argumentsPierre-Louis Bossart-2/+6
2020-07-09Merge series "ASoC: codecs: add MAX98373 Soundwire driver" from Pierre-Louis ...Mark Brown-595/+1628