summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-09-1810-23/+46
|\
| * ASoC: tlv320adcx140: Wake up codec before accessing registerCamel Guo2020-09-081-12/+12
| * ASoC: tlv320adcx140: Fix accessing uninitialized adcx140->devCamel Guo2020-09-011-1/+3
| * ASoC: wm8994: Ensure the device is resumed in wm89xx_mic_detect functionsSylwester Nawrocki2020-09-011-0/+8
| * ASoC: wm8994: Skip setting of the WM8994_MICBIAS register for WM1811Sylwester Nawrocki2020-09-013-0/+6
| * ASoC: rt700: Fix return check for devm_regmap_init_sdw()Vinod Koul2020-08-261-2/+2
| * ASoC: rt715: Fix return check for devm_regmap_init_sdw()Vinod Koul2020-08-261-2/+2
| * ASoC: rt711: Fix return check for devm_regmap_init_sdw()Vinod Koul2020-08-261-2/+2
| * ASoC: rt1308-sdw: Fix return check for devm_regmap_init_sdw()Vinod Koul2020-08-261-2/+2
| * ASoC: max98373: Fix return check for devm_regmap_init_sdw()Vinod Koul2020-08-261-2/+2
| * ASoC: pcm3168a: ignore 0 Hz settingsKuninori Morimoto2020-08-251-0/+7
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-242-2/+2
|/
* Merge tag 'sound-5.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-08-214-19/+51
|\
| * ASoC: wm8994: Avoid attempts to read unreadable registersSylwester Nawrocki2020-08-171-0/+4
| * ASoC: msm8916-wcd-analog: fix register Interrupt offsetSrinivas Kandagatla2020-08-171-2/+2
| * ASoC: wm8994: Prevent access to invalid VU register bits on WM1811Sylwester Nawrocki2020-08-171-16/+44
| * ASoC: wm8962: Do not remove ADDITIONAL_CONTROL_4 from readable register listFabio Estevam2020-08-031-1/+1
* | Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-08-06192-2190/+3618
|\|
| * ASoC: wm8962: Do not access WM8962_GPIO_BASEFabio Estevam2020-07-301-3/+8
| * Merge series "ASoC: meson: tdm fixes" from Jerome Brunet <jbrunet@baylibre.com>:Mark Brown2020-07-302-11/+41
| |\
| | * ASoC: max98390: Fix dac event dapm mixer.Steve Lee2020-07-241-1/+1
| | * ASoC: max98357a: move control of SD_MODE back to DAI opsTzung-Bi Shih2020-07-211-10/+40
| * | ASoC: tlv320adcx140: Move device reset to before programmingDan Murphy2020-07-301-4/+4
| * | ASoC: tlv320adcx140: Fix GPO register start addressDan Murphy2020-07-301-1/+1
| * | ASoC: tlv320adcx140: Add GPO configuration and drive output configDan Murphy2020-07-292-5/+59
| * | ASoC: tlv320adcx140: Fix various style errors and warningsDan Murphy2020-07-291-6/+6
| * | ASoC: tas2562: Update shutdown GPIO propertyDan Murphy2020-07-281-5/+18
| * | ASoC: madera: Add channel numbers to AIFsCharles Keepax2020-07-285-182/+182
| * | ASoC: max98390: update dsm param bin max sizeSteve Lee2020-07-241-1/+1
| * | ASoC: max98390: Update dsm init sequence and condition.Steve Lee2020-07-241-3/+3
| * | Merge series "ASoC: add asoc_substream_to_rtd() macro" from Kuninori Morimoto...Mark Brown2020-07-231-2/+2
| |\ \
| | * | ASoC: codecs: use asoc_substream_to_rtd()Kuninori Morimoto2020-07-231-2/+2
| * | | ASoC: wm_adsp: Support new metadata block ID'sJames Schulman2020-07-232-0/+2
| |/ /
| * | ASoC: hdac_hda: fix deadlock after PCM open errorKai Vehmanen2020-07-221-6/+1
| * | ASoC: hdac_hda: fix memleak on module unloadKai Vehmanen2020-07-221-7/+9
| * | ASoC: hdac_hda: call patch_ops.free() on probe errorKai Vehmanen2020-07-221-2/+5
| * | ASoC: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-2220-21/+21
| * | ASoC: tas2770: Fix reset gpio property nameDan Murphy2020-07-211-2/+1
| * | Merge series "ASoC: Intel: machine driver updates for 5.9" from Pierre-Louis ...Mark Brown2020-07-204-21/+28
| |\|
| * | ASoC: wcd9335.h: fix duplicated wordRandy Dunlap2020-07-201-3/+3
| * | ASoC: rt5682: optimize the power consumptionShuming Fan2020-07-173-5/+11
| * | ASoC: rt5682: disable MICBIAS and Vref2 widget in defaultShuming Fan2020-07-171-0/+4
| * | ASoC: codecs: ak*: merge .digital_mute() into .mute_stream()Kuninori Morimoto2020-07-173-7/+12
| * | ASoC: codecs: cs*: merge .digital_mute() into .mute_stream()Kuninori Morimoto2020-07-179-18/+27
| * | ASoC: codecs: da*: merge .digital_mute() into .mute_stream()Kuninori Morimoto2020-07-173-6/+9
| * | ASoC: codecs: es*: merge .digital_mute() into .mute_stream()Kuninori Morimoto2020-07-172-4/+6
| * | ASoC: codecs: wm*: merge .digital_mute() into .mute_stream()Kuninori Morimoto2020-07-1732-70/+106
| * | ASoC: codecs: alc*: merge .digital_mute() into .mute_stream()Kuninori Morimoto2020-07-172-4/+6
| * | ASoC: codecs: max*: merge .digital_mute() into .mute_stream()Kuninori Morimoto2020-07-173-8/+15
| * | ASoC: codecs: pcm*: merge .digital_mute() into .mute_stream()Kuninori Morimoto2020-07-175-10/+15