summaryrefslogtreecommitdiff
path: root/sound/soc/codecs
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-17ASoC: codecs: ak*: merge .digital_mute() into .mute_stream()Kuninori Morimoto3-7/+12
2020-07-17ASoC: codecs: cs*: merge .digital_mute() into .mute_stream()Kuninori Morimoto9-18/+27
2020-07-17ASoC: codecs: da*: merge .digital_mute() into .mute_stream()Kuninori Morimoto3-6/+9
2020-07-17ASoC: codecs: es*: merge .digital_mute() into .mute_stream()Kuninori Morimoto2-4/+6
2020-07-17ASoC: codecs: wm*: merge .digital_mute() into .mute_stream()Kuninori Morimoto32-70/+106
2020-07-17ASoC: codecs: alc*: merge .digital_mute() into .mute_stream()Kuninori Morimoto2-4/+6
2020-07-17ASoC: codecs: max*: merge .digital_mute() into .mute_stream()Kuninori Morimoto3-8/+15
2020-07-17ASoC: codecs: pcm*: merge .digital_mute() into .mute_stream()Kuninori Morimoto5-10/+15
2020-07-17ASoC: codecs: ssm*: merge .digital_mute() into .mute_stream()Kuninori Morimoto3-6/+9
2020-07-17ASoC: codecs: tas*: merge .digital_mute() into .mute_stream()Kuninori Morimoto6-12/+18
2020-07-17ASoC: codecs: tlv*: merge .digital_mute() into .mute_stream()Kuninori Morimoto5-10/+16
2020-07-17ASoC: codecs: merge .digital_mute() into .mute_stream()Kuninori Morimoto16-47/+72
2020-07-17ASoC: hdmi-codec: merge .digital_mute() into .mute_stream()Kuninori Morimoto1-6/+15
2020-07-17ASoC: 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-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-10Merge series "ASoC: codecs: add MAX98373 Soundwire driver" from Pierre-Louis ...Mark Brown7-595/+1628
2020-07-10Merge series "ASoC: Clean-up W=1 build warnings​ - part1" from Pierre-Louis...Mark Brown11-14/+23
2020-07-10ASoC: codecs: Use fallthrough pseudo-keywordGustavo A. R. Silva29-40/+43
2020-07-10ASoC: tlv320adcx140: Add tx offset slot programmingDan Murphy1-30/+10
2020-07-10ASoC: tlv320adcx140: Add ASI enable for channel 5-8Dan Murphy1-0/+22
2020-07-09ASoC: codecs: rt*: fix 'defined but not used' warningPierre-Louis Bossart5-0/+10
2020-07-09ASoC: codecs: max98390: fix 'defined but not used' warningPierre-Louis Bossart1-8/+0
2020-07-09ASoC: codecs: es8316: fix 'defined but not used' warningPierre-Louis Bossart1-0/+2
2020-07-09ASoC: codecs: cros_ec_codec: fix 'defined but not used' warningPierre-Louis Bossart1-0/+2
2020-07-09ASoC: codecs: jz4770: Remove defined but never used variable 'mic_boost_tlv'Lee Jones1-1/+0
2020-07-09ASoC: codecs: da7219: fix 'defined but not used' warningPierre-Louis Bossart1-0/+2
2020-07-09ASoC: codecs: da7210: fix kernel-docPierre-Louis Bossart1-5/+7
2020-07-09ASoC: codecs: max98373: add SoundWire supportRyan Lee6-0/+996