summaryrefslogtreecommitdiffstats
path: root/drivers/sound
Commit message (Expand)AuthorAgeFilesLines
* tegra: i2c: Drop LOG_DEBUGSimon Glass2021-03-271-1/+0
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-1/+1
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-132-4/+4
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-1312-14/+14
* x86: sound: Correct error handlingSimon Glass2020-11-062-3/+3
* dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio()Simon Glass2020-09-251-1/+1
* sound: Add an ACPI driver for Maxim MAX98357acSimon Glass2020-07-173-0/+171
* sound: Add an ACPI driver for Dialog Semicondutor da7219Simon Glass2020-07-173-0/+200
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-184-0/+4
* common: Drop linux/delay.h from common headerSimon Glass2020-05-183-0/+3
* common: Drop log.h from common headerSimon Glass2020-05-1819-0/+19
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* sandbox: sound: Handle errors better in sound_beep()Simon Glass2020-02-051-1/+4
* sound: Add a new stop_play() methodSimon Glass2020-02-052-1/+31
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* sound: tegra: Add a sound driverSimon Glass2019-05-242-1/+101
* tegra: sound: Add an I2S driverSimon Glass2019-05-243-1/+153
* tegra: sound: Add an audio hub driverSimon Glass2019-05-243-0/+266
* rockchip: use 'arch-rockchip' as header file pathKever Yang2019-05-011-1/+1
* x86: Add sound support for samusSimon Glass2019-02-201-1/+1
* x86: sound: Add sound support for samus (broadwell)Simon Glass2019-02-202-1/+66
* sound: Add a driver for RealTek RT5677Simon Glass2019-02-204-0/+1772
* x86: sound: Add support for broadwell I2SSimon Glass2019-02-203-0/+608
* sound: Add a driver for the i8254 beepSimon Glass2019-02-203-0/+51
* sound: x86: link: Add sound supportSimon Glass2019-02-203-0/+148
* sandbox: sound: Silence sound for testingSimon Glass2019-02-201-3/+22
* sound: Add support for Intel HDASimon Glass2019-02-203-0/+566
* sound: Add uclass operations for beepingSimon Glass2019-02-202-4/+76
* sound: Mark sound_setup() as optionalSimon Glass2019-02-201-1/+1
* sound: Allow audio codecs to be used by other SoCsSimon Glass2019-02-096-28/+8
* sound: samsung: Fix 'regiter' typoSimon Glass2019-02-091-8/+8
* sound: Add a driver for max98088Simon Glass2019-02-095-1/+633
* rockchip: Add a sound driverSimon Glass2019-02-012-1/+133
* rockchip: Add an I2S driverSimon Glass2019-02-013-0/+159
* dm: sound: Use the correct number of channels for soundSimon Glass2018-12-132-5/+8
* dm: sandbox: Allow selection of sample rate and channelsSimon Glass2018-12-131-1/+1
* dm: sound: max98095: Tidy up error codesSimon Glass2018-12-131-24/+23
* dm: sound: Fix license headersSimon Glass2018-12-132-9/+3
* dm: sound: Complete migration to driver modelSimon Glass2018-12-136-410/+4
* dm: exynos: sound: Convert to use driver modelSimon Glass2018-12-131-0/+3
* dm: sound: exynos: Add support for max98090Simon Glass2018-12-134-0/+1049
* dm: sound: Move common code out of maxim98095Simon Glass2018-12-135-135/+204
* dm: sound: Add conversion to driver modelSimon Glass2018-12-136-17/+318
* dm: sound: Start i2c IDs from 0Simon Glass2018-12-133-6/+4
* dm: sound: Create a uclass for soundSimon Glass2018-12-133-0/+195
* dm: sound: Create a uclass for i2sSimon Glass2018-12-133-1/+85
* dm: sound: Create a uclass for audio codecsSimon Glass2018-12-133-0/+82
* dm: sound: Rename samsung_i2s_priv to i2s_uc_privSimon Glass2018-12-132-7/+7