aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs
AgeCommit message (Expand)AuthorFilesLines
2020-09-21ASoC: tas2770: Fix unbalanced calls to pm_runtimeDan Murphy1-9/+0
2020-09-21ASoC: tas2562: Add the TAS2110 class-D amplifierDan Murphy1-0/+48
2020-09-21Merge branch 'asoc-5.9' into asoc-5.10Mark Brown6-45/+75
2020-09-21ASoC: tlv320aic32x4: Enable fast chargeMiquel Raynal2-0/+15
2020-09-21ASoC: tlv320aic32x4: Fix bdiv clock rate derivationMiquel Raynal1-3/+6
2020-09-21ASoC: tlv320aic32x4: Ensure a minimum delay before clock stabilizationMiquel Raynal1-1/+8
2020-09-21ASoC: rt711: wait for the delayed work to finish when the system suspendsShuming Fan1-0/+4
2020-09-21ASoC: tas2770: Fix error handling with update_bitsDan Murphy1-28/+24
2020-09-21ASoC: tas2770: Fix required DT properties in the codeDan Murphy1-11/+10
2020-09-21ASoC: tas2770: Add missing bias level power statesDan Murphy1-1/+6
2020-09-21ASoC: tas2770: Fix calling reset in probeDan Murphy1-2/+2
2020-09-21ASoC: rt700: wait for the delayed work to finish when the system suspendsShuming Fan1-0/+3
2020-09-21ASoC: tas2562: Add the TAS2564 compatibleDan Murphy1-0/+3
2020-09-21ASoC: cs42l51: add additional ADC volume controlsGuillermo Rodríguez1-0/+9
2020-09-18Merge tag 'sound-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds10-23/+46
2020-09-18ASoC: tlv320adcx140: Add support for configuring GPIO pinCamel Guo2-0/+45
2020-09-17ASoC: ak4458: Add DSD support for ak4458 and ak4497Shengjiu Wang2-8/+86
2020-09-17ASoC: tlv320adcx140: Add the config to configure Tx ASI outputDan Murphy2-0/+12
2020-09-17ASoC: codec: tlv320aic32x4: do software reset before clock registrationMatthias Schiffer1-8/+10
2020-09-17ASoC: codec: tlv320aic32x4: fix missing aic32x4_disable_regulators() in error pathMatthias Schiffer1-3/+7
2020-09-17Merge branch 'asoc-5.9' into asoc-5.10Mark Brown13-77/+202
2020-09-17ASoC: tlv320adcx140: Fix BCLK inversion for DSP modesDan Murphy1-21/+23
2020-09-17ASoC: tlv320adcx140: Idle the device while writing registersDan Murphy2-11/+34
2020-09-17ASoC: tlv320adcx140: Fix digital gain rangeCamel Guo1-1/+1
2020-09-14ASoC: rt1015: Fix the failure to flush DAC data before playbackderek.fang2-7/+63
2020-09-14ASoC: rt1015: Fix DC calibration on bypass boost modederek.fang2-14/+35
2020-09-10ASoC: rt1015p: add codec driverTzung-Bi Shih3-0/+157
2020-09-10ASoC: codecs: realtek-soundwire: ignore initial PARITY errorsPierre-Louis Bossart5-0/+5
2020-09-10ASoC/soundwire: bus: use property to set interrupt masksPierre-Louis Bossart7-0/+22
2020-09-08ASoC: tlv320adcx140: Wake up codec before accessing registerCamel Guo1-12/+12
2020-09-08ASoC: mt6359: fix failed to parse DT propertiesTzung-Bi Shih1-4/+9
2020-09-03ASoC: codecs: soundwire: remove port_ready[] usage from codecs.Pierre-Louis Bossart6-101/+6
2020-09-01ASoC: tlv320adcx140: Fix accessing uninitialized adcx140->devCamel Guo1-1/+3
2020-09-01ASoC: rt5682: Prefer async probeDouglas Anderson1-0/+1
2020-09-01ASoC: wm8994: Ensure the device is resumed in wm89xx_mic_detect functionsSylwester Nawrocki1-0/+8
2020-09-01ASoC: wm8994: Skip setting of the WM8994_MICBIAS register for WM1811Sylwester Nawrocki3-0/+6
2020-08-28ASoC: tlv320adcx140: Add digital mic channel enable routingDan Murphy1-0/+37
2020-08-27ASoC: max9867: shutdown codec when changing filter typePavel Dobias2-15/+120
2020-08-26ASoC: rt700: Fix return check for devm_regmap_init_sdw()Vinod Koul1-2/+2
2020-08-26ASoC: rt715: Fix return check for devm_regmap_init_sdw()Vinod Koul1-2/+2
2020-08-26ASoC: rt711: Fix return check for devm_regmap_init_sdw()Vinod Koul1-2/+2
2020-08-26ASoC: rt1308-sdw: Fix return check for devm_regmap_init_sdw()Vinod Koul1-2/+2
2020-08-26ASoC: max98373: Fix return check for devm_regmap_init_sdw()Vinod Koul1-2/+2
2020-08-25ASoC: hdac_hdmi: tidy up a memset()Dan Carpenter1-1/+1
2020-08-25ASoC: pcm3168a: ignore 0 Hz settingsKuninori Morimoto1-0/+7
2020-08-24Merge series "ASoC: Intel: machine driver updates for 5.10" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:Mark Brown1-0/+3
2020-08-24ASoC: ak5558: Add regulator supportShengjiu Wang1-0/+30
2020-08-24ASoC: codecs: max98373-sdw: add missing test on resumePierre-Louis Bossart1-0/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-2/+2
2020-08-21Merge tag 'sound-5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds4-19/+51