aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs
AgeCommit message (Expand)AuthorFilesLines
2019-08-08ASoC: tscs454: remove unused variable 'PLL_48K_RATE'YueHaibing1-1/+0
2019-08-08ASoC: hdac_hda: fix page fault issue by removing raceKeyon Jie1-0/+4
2019-08-07ASoC: rt1011: Add a flag for the R0 calibration testShuming Fan2-2/+14
2019-08-07ASoC: rt1011: Add R0 temperature and TDM1 ADC2DAT Swap controlShuming Fan2-1/+9
2019-08-06Merge tag 'asoc-fix-v5.3-rc3-2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai2-0/+0
2019-08-06Merge tag 'asoc-fix-v5.3-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai11-49/+118
2019-08-06ASoC: max98373: Remove executable bitsMark Brown2-0/+0
2019-08-02ASoC: Remove dev_err() usage after platform_get_irq()Stephen Boyd2-12/+4
2019-07-31ASoC: codecs: Add uda1334 codec driverAndra Danciu3-0/+306
2019-07-31ASoC: inno_rk3036: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-07-31ASoC: jz4740: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-07-31ASoC: codecs: jz4725b: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-07-31ASoC: codecs: msm8916-wcd: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-07-31ASoC: cs4271: Fix a typo in the CS4171_NR_RATIOSChristophe JAILLET1-3/+3
2019-07-31ASoC: rockchip: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-07-31ASoC: max98373: add 88200 and 96000 sampling rate supportfengchunguo2-0/+8
2019-07-26Merge branch 'asoc-5.3' into asoc-5.4Mark Brown9-49/+110
2019-07-25ASoC: cs47l92: Add codec driver for Cirrus Logic CS47L92Stuart Henderson5-9/+2478
2019-07-25ASoC: cs47l15: Add codec driver for Cirrus Logic CS47L15Richard Fitzgerald4-0/+1502
2019-07-25ASoC: wm_adsp: Allow bus error handler to be called directlyCharles Keepax3-12/+7
2019-07-25ASoC: pcm3168a: Allow all channels in case of parallel DIN/DOUT setupPeter Ujfalusi1-0/+4
2019-07-24ASoC: wm8955: Fix a typo in 'wm8995_pll_factors()' function nameChristophe JAILLET1-2/+2
2019-07-23ASoC: rt1308: Convert headers to SPDXShuming Fan2-14/+9
2019-07-23ASoC: rt5665: Fix a typo in the name of a functionChristophe JAILLET1-4/+4
2019-07-23ASoC: pcm3168a: Fix a typo in the name of a constantChristophe JAILLET1-2/+2
2019-07-22ASoC: madera: Read device tree configurationCharles Keepax1-0/+97
2019-07-22ASoC: sgtl5000: Fix charge pump source assignmentOleksandr Suvorov1-5/+10
2019-07-22ASoC: sgtl5000: Fix of unmute outputs on probeOleksandr Suvorov1-3/+3
2019-07-22ASoC: sgtl5000: add ADC mute controlOleksandr Suvorov1-0/+1
2019-07-22ASoC: sgtl5000: Fix definition of VAG Ramp ControlOleksandr Suvorov2-2/+2
2019-07-22ASoC: sgtl5000: Improve VAG power and mute controlOleksandr Suvorov1-30/+194
2019-07-22ASoC: cs47l35: Use define for DSPCLK enable bitCharles Keepax1-1/+1
2019-07-22ASoC: rt1308: add silence detection and manual PDB controlShuming Fan1-4/+5
2019-07-22ASoC: rt1308: simplify the EFUSE read functionShuming Fan1-22/+0
2019-07-22ASoC: tlv320aic31xx: suppress error message for EPROBE_DEFERLucas Stach1-2/+5
2019-07-22ASoC: max98383: fix i2c probe failurefengchunguo2-4/+31
2019-07-22ASoC: wcd9335: add irqflag IRQF_ONESHOT flagHariprasad Kelam1-1/+2
2019-07-22sound: soc: codecs: mt6358: change return type of mt6358_codec_init_regHariprasad Kelam1-5/+1
2019-07-22ASoC: rt5677: remove superfluous setCurtis Malainey1-1/+0
2019-07-22ASoC: codecs: ad193x: Use regmap_multi_reg_write() when initializingCodrin Ciubotariu1-14/+5
2019-07-22ASoC: wcd9335: Fix misuse of GENMASK macroJoe Perches1-1/+1
2019-07-22ASoC: cs42xx8: Fix MFREQ selection issue for async modeShengjiu Wang1-19/+97
2019-07-11Merge tag 'tag-chrome-platform-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds1-4/+4
2019-07-11ASoC: rt1011: fix DC calibration offset not applyingShuming Fan1-2/+2
2019-07-10ASoC: Relocate my e-mail to .com domain zoneKirill Marinushkin4-7/+7
2019-07-10ASoC: rt1308: Remove executable attribute from source filesJoe Perches2-0/+0
2019-07-10ASoC: max98357a: use mdelay for sdmode-delayTzung-Bi Shih1-21/+4
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai390-2214/+19291
2019-07-06Merge branch 'asoc-5.3' into asoc-nextMark Brown34-322/+18881
2019-07-06Merge branch 'asoc-5.2' into asoc-linusMark Brown4-4/+39