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