summaryrefslogtreecommitdiff
path: root/drivers/sound
AgeCommit message (Expand)AuthorFilesLines
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay3-0/+6
2021-03-27tegra: i2c: Drop LOG_DEBUGSimon Glass1-1/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-1/+1
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2-4/+4
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass12-14/+14
2020-11-06x86: sound: Correct error handlingSimon Glass2-3/+3
2020-09-25dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio()Simon Glass1-1/+1
2020-07-17sound: Add an ACPI driver for Maxim MAX98357acSimon Glass3-0/+171
2020-07-17sound: Add an ACPI driver for Dialog Semicondutor da7219Simon Glass3-0/+200
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass4-0/+4
2020-05-19common: Drop linux/delay.h from common headerSimon Glass3-0/+3
2020-05-19common: Drop log.h from common headerSimon Glass19-0/+19
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-06sandbox: sound: Handle errors better in sound_beep()Simon Glass1-1/+4
2020-02-06sound: Add a new stop_play() methodSimon Glass2-1/+31
2019-12-03common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-05-24sound: tegra: Add a sound driverSimon Glass2-1/+101
2019-05-24tegra: sound: Add an I2S driverSimon Glass3-1/+153
2019-05-24tegra: sound: Add an audio hub driverSimon Glass3-0/+266
2019-05-01rockchip: use 'arch-rockchip' as header file pathKever Yang1-1/+1
2019-02-20x86: Add sound support for samusSimon Glass1-1/+1
2019-02-20x86: sound: Add sound support for samus (broadwell)Simon Glass2-1/+66
2019-02-20sound: Add a driver for RealTek RT5677Simon Glass4-0/+1772
2019-02-20x86: sound: Add support for broadwell I2SSimon Glass3-0/+608
2019-02-20sound: Add a driver for the i8254 beepSimon Glass3-0/+51
2019-02-20sound: x86: link: Add sound supportSimon Glass3-0/+148
2019-02-20sandbox: sound: Silence sound for testingSimon Glass1-3/+22
2019-02-20sound: Add support for Intel HDASimon Glass3-0/+566
2019-02-20sound: Add uclass operations for beepingSimon Glass2-4/+76
2019-02-20sound: Mark sound_setup() as optionalSimon Glass1-1/+1
2019-02-09sound: Allow audio codecs to be used by other SoCsSimon Glass6-28/+8
2019-02-09sound: samsung: Fix 'regiter' typoSimon Glass1-8/+8
2019-02-09sound: Add a driver for max98088Simon Glass5-1/+633
2019-02-01rockchip: Add a sound driverSimon Glass2-1/+133
2019-02-01rockchip: Add an I2S driverSimon Glass3-0/+159
2018-12-14dm: sound: Use the correct number of channels for soundSimon Glass2-5/+8
2018-12-14dm: sandbox: Allow selection of sample rate and channelsSimon Glass1-1/+1
2018-12-14dm: sound: max98095: Tidy up error codesSimon Glass1-24/+23
2018-12-14dm: sound: Fix license headersSimon Glass2-9/+3
2018-12-14dm: sound: Complete migration to driver modelSimon Glass6-410/+4
2018-12-14dm: exynos: sound: Convert to use driver modelSimon Glass1-0/+3
2018-12-14dm: sound: exynos: Add support for max98090Simon Glass4-0/+1049
2018-12-14dm: sound: Move common code out of maxim98095Simon Glass5-135/+204
2018-12-14dm: sound: Add conversion to driver modelSimon Glass6-17/+318
2018-12-14dm: sound: Start i2c IDs from 0Simon Glass3-6/+4
2018-12-14dm: sound: Create a uclass for soundSimon Glass3-0/+195
2018-12-14dm: sound: Create a uclass for i2sSimon Glass3-1/+85
2018-12-14dm: sound: Create a uclass for audio codecsSimon Glass3-0/+82