aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/boards/bytcht_es8316.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-06ASoC: Intel: Update to use set_fmt_new callbackCharles Keepax1-1/+1
2022-04-14ASoC: soc-card: Create jack kcontrol without pinsAkihiko Odaki1-4/+4
2022-03-09ASoC: Intel: bytcht_es8316: move comment to the right placePierre-Louis Bossart1-1/+1
2022-03-02ASoC: Intel: boards: fix spelling in commentsPierre-Louis Bossart1-1/+1
2021-10-08ASoC: Intel: bytcht_es8316: Utilize dev_err_probe() to avoid log saturationAndy Shevchenko1-13/+5
2021-10-08ASoC: Intel: bytcht_es8316: Switch to use gpiod_get_optional()Andy Shevchenko1-7/+3
2021-10-08ASoC: Intel: bytcht_es8316: Use temporary variable for struct deviceAndy Shevchenko1-2/+2
2021-10-08ASoC: Intel: bytcht_es8316: Get platform data via dev_get_platdata()Andy Shevchenko1-3/+2
2021-09-20ASoC: Intel: boards: Update to modern clocking terminologyPeter Ujfalusi1-2/+2
2021-08-13ASoC: Intel: boards: use software node API in Atom boardsHeikki Krogerus1-3/+13
2021-08-13ASoC: Intel: remove device_properties for Atom boardsPierre-Louis Bossart1-0/+2
2021-08-13ASoC: Intel: boards: get codec device with ACPI instead of bus searchPierre-Louis Bossart1-2/+2
2021-08-13ASoC: Intel: boards: handle errors with acpi_dev_get_first_match_dev()Pierre-Louis Bossart1-0/+3
2021-08-13ASoC: Intel: boards: harden codec property handlingPierre-Louis Bossart1-3/+9
2021-05-10ASoC: Intel: boards: remove .nonatomic for BE dailinksPierre-Louis Bossart1-1/+0
2021-01-07ASoC: Intel: bytcht_es8316: Remove comment about SSP0 being untestedHans de Goede1-3/+0
2020-11-19ASoC: Intel: byt/cht: set pm ops dynamicallyPierre-Louis Bossart1-3/+4
2020-11-19ASoC: Intel: boards: byt/cht: set card and driver name at run timePierre-Louis Bossart1-7/+15
2020-10-06Merge tag 'v5.9-rc5' into asoc-5.10Mark Brown1-1/+1
2020-10-06ASoC: Intel: Make atom components independent of sst-dspCezary Rojewski1-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-20Merge series "ASoC: Intel: machine driver updates for 5.9" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:Mark Brown1-1/+3
2020-07-16ASoC: Intel: bytcht_es8316: Add missed put_device()Jing Xiangfeng1-1/+3
2020-06-26ASoC: Intel: boards: byt*.c: remove cast in dev_info quirk logPierre-Louis Bossart1-3/+2
2020-06-17ASoC: Intel: byt*: simplify card names for SOF usesPierre-Louis Bossart1-1/+11
2020-05-27ASoC: Intel: byt/cht: add .pm_opsPierre-Louis Bossart1-0/+3
2020-03-27ASoC: intel: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto1-4/+4
2020-01-14ASoC: Intel: bytcht_es8316: removed unused variablePierre-Louis Bossart1-8/+0
2020-01-10Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.6Mark Brown1-1/+2
2020-01-06ASoC: Intel: bytcht_es8316: Fix Irbis NB41 netbook quirkHans de Goede1-1/+2
2019-12-09ASoC: Intel - do not describe I/O configuration in the long card nameJaroslav Kysela1-0/+4
2019-12-09ASoC: Intel - use control components to describe card configJaroslav Kysela1-1/+8
2019-07-16ASoC: Intel: bytcht_es8316: Add quirk for Irbis NB41 netbookHans de Goede1-0/+8
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown1-9/+1
2019-06-14Merge tag 'sound-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+1
2019-06-06Merge branch 'asoc-5.2' into asoc-5.3Mark Brown1-1/+1
2019-06-06ASoC: Intel: bytcht_es8316: use modern dai_link styleKuninori Morimoto1-15/+23
2019-06-06ASoC: Intel: bytcht_es8316: fix kernel oops with platform_name overridePierre-Louis Bossart1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner1-9/+1
2019-05-30ASoC: Intel: boards: remove dependency on asm/platform_sst_audio.hPierre-Louis Bossart1-1/+0
2019-05-30ASoC: Intel: use common helpers to detect CPUsPierre-Louis Bossart1-9/+3
2019-04-25ASoC: Intel: bytcht_es8316: fix compilation warningPierre-Louis Bossart1-3/+4
2019-04-08ASoC: Intel: bytcht_es8316: Add quirk for the Teclast X98+ IIPaul Cercueil1-1/+19
2019-04-08ASoC: Intel: bytcht_es8316: Add quirk for inverted jack detectPaul Cercueil1-0/+17
2019-04-01ASoC: Intel: bytcht_es8316: Convert to use acpi_dev_get_first_match_dev()Andy Shevchenko1-4/+5
2019-01-28ASoC: Intel: bytcht_es8316: platform name fixup supportPierre-Louis Bossart1-0/+9
2019-01-24ASoC: Intel: make const arrays static, reduces object code sizeColin Ian King1-1/+1
2019-01-10ASoC: Intel: bytcht_es8316: use correct drvdata in snd_byt_cht_es8316_mc_remove()Wei Yongjun1-1/+2
2019-01-04ASoC: Intel: bytcht_es8316: Set card long_name based on quirksHans de Goede1-4/+15
2019-01-04ASoC: Intel: bytcht_es8316: Add input-map supportHans de Goede1-17/+41