aboutsummaryrefslogtreecommitdiff
path: root/drivers/sound
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop log.h from common headerSimon Glass19-0/+19
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-05sandbox: sound: Handle errors better in sound_beep()Simon Glass1-1/+4
2020-02-05sound: Add a new stop_play() methodSimon Glass2-1/+31
2019-12-02common: 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-13dm: sound: Use the correct number of channels for soundSimon Glass2-5/+8
2018-12-13dm: sandbox: Allow selection of sample rate and channelsSimon Glass1-1/+1
2018-12-13dm: sound: max98095: Tidy up error codesSimon Glass1-24/+23
2018-12-13dm: sound: Fix license headersSimon Glass2-9/+3
2018-12-13dm: sound: Complete migration to driver modelSimon Glass6-410/+4
2018-12-13dm: exynos: sound: Convert to use driver modelSimon Glass1-0/+3
2018-12-13dm: sound: exynos: Add support for max98090Simon Glass4-0/+1049
2018-12-13dm: sound: Move common code out of maxim98095Simon Glass5-135/+204
2018-12-13dm: sound: Add conversion to driver modelSimon Glass6-17/+318
2018-12-13dm: sound: Start i2c IDs from 0Simon Glass3-6/+4
2018-12-13dm: sound: Create a uclass for soundSimon Glass3-0/+195
2018-12-13dm: sound: Create a uclass for i2sSimon Glass3-1/+85
2018-12-13dm: sound: Create a uclass for audio codecsSimon Glass3-0/+82
2018-12-13dm: sound: Rename samsung_i2s_priv to i2s_uc_privSimon Glass2-7/+7
2018-12-13dm: sound: Create an option to use driver model for soundSimon Glass1-0/+6
2018-12-13dm: sound: exynos: Correct codec bus addressesSimon Glass1-2/+1
2018-12-13dm: sound: Fix up header orderingSimon Glass3-28/+27
2018-12-13dm: sound: wm8994: Drop wm8994_i2c_init()Simon Glass1-11/+1
2018-12-13dm: sound: max98095: Drop g_codec_info and g_max98095_infoSimon Glass1-15/+12
2018-12-13dm: sound: wm8994: Drop g_codec_info and g_wm8994_infoSimon Glass1-9/+7
2018-12-13dm: sound: max98095: Drop global i2c-address variableSimon Glass1-4/+4
2018-12-13dm: sound: wm8994: Drop global i2c-address variableSimon Glass1-4/+4
2018-12-13dm: sound: max98095: Split out interface setup codeSimon Glass1-12/+24
2018-12-13dm: sound: wm899c: Split out interface setup codeSimon Glass1-11/+23
2018-12-13dm: sound: wm8994: Create a new common init functionSimon Glass1-23/+33
2018-12-13dm: sound: max98095: Pass private data to internal functionsSimon Glass1-74/+78