summaryrefslogtreecommitdiff
path: root/drivers/sound
AgeCommit message (Expand)Author
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05sandbox: sound: Handle errors better in sound_beep()Simon Glass
2020-02-05sound: Add a new stop_play() methodSimon Glass
2019-12-02common: Move get_ticks() function out of common.hSimon Glass
2019-05-24sound: tegra: Add a sound driverSimon Glass
2019-05-24tegra: sound: Add an I2S driverSimon Glass
2019-05-24tegra: sound: Add an audio hub driverSimon Glass
2019-05-01rockchip: use 'arch-rockchip' as header file pathKever Yang
2019-02-20x86: Add sound support for samusSimon Glass
2019-02-20x86: sound: Add sound support for samus (broadwell)Simon Glass
2019-02-20sound: Add a driver for RealTek RT5677Simon Glass
2019-02-20x86: sound: Add support for broadwell I2SSimon Glass
2019-02-20sound: Add a driver for the i8254 beepSimon Glass
2019-02-20sound: x86: link: Add sound supportSimon Glass
2019-02-20sandbox: sound: Silence sound for testingSimon Glass
2019-02-20sound: Add support for Intel HDASimon Glass
2019-02-20sound: Add uclass operations for beepingSimon Glass
2019-02-20sound: Mark sound_setup() as optionalSimon Glass
2019-02-09sound: Allow audio codecs to be used by other SoCsSimon Glass
2019-02-09sound: samsung: Fix 'regiter' typoSimon Glass
2019-02-09sound: Add a driver for max98088Simon Glass
2019-02-01rockchip: Add a sound driverSimon Glass
2019-02-01rockchip: Add an I2S driverSimon Glass
2018-12-13dm: sound: Use the correct number of channels for soundSimon Glass
2018-12-13dm: sandbox: Allow selection of sample rate and channelsSimon Glass
2018-12-13dm: sound: max98095: Tidy up error codesSimon Glass
2018-12-13dm: sound: Fix license headersSimon Glass
2018-12-13dm: sound: Complete migration to driver modelSimon Glass
2018-12-13dm: exynos: sound: Convert to use driver modelSimon Glass
2018-12-13dm: sound: exynos: Add support for max98090Simon Glass
2018-12-13dm: sound: Move common code out of maxim98095Simon Glass
2018-12-13dm: sound: Add conversion to driver modelSimon Glass
2018-12-13dm: sound: Start i2c IDs from 0Simon Glass
2018-12-13dm: sound: Create a uclass for soundSimon Glass
2018-12-13dm: sound: Create a uclass for i2sSimon Glass
2018-12-13dm: sound: Create a uclass for audio codecsSimon Glass
2018-12-13dm: sound: Rename samsung_i2s_priv to i2s_uc_privSimon Glass
2018-12-13dm: sound: Create an option to use driver model for soundSimon Glass
2018-12-13dm: sound: exynos: Correct codec bus addressesSimon Glass
2018-12-13dm: sound: Fix up header orderingSimon Glass
2018-12-13dm: sound: wm8994: Drop wm8994_i2c_init()Simon Glass
2018-12-13dm: sound: max98095: Drop g_codec_info and g_max98095_infoSimon Glass
2018-12-13dm: sound: wm8994: Drop g_codec_info and g_wm8994_infoSimon Glass
2018-12-13dm: sound: max98095: Drop global i2c-address variableSimon Glass
2018-12-13dm: sound: wm8994: Drop global i2c-address variableSimon Glass
2018-12-13dm: sound: max98095: Split out interface setup codeSimon Glass
2018-12-13dm: sound: wm899c: Split out interface setup codeSimon Glass