summaryrefslogtreecommitdiff
path: root/drivers/sound
AgeCommit message (Expand)Author
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
2018-12-13dm: sound: wm8994: Create a new common init functionSimon Glass
2018-12-13dm: sound: max98095: Pass private data to internal functionsSimon Glass
2018-12-13dm: sound: wm8994: Pass private data to internal functionsSimon Glass
2018-12-13dm: sound: Drop codec_typeSimon Glass
2018-12-13dm: sound: samsung: Rename i2stx_info to samsung_i2s_privSimon Glass
2018-12-13dm: sound: Drop unused pre-device-tree codeSimon Glass
2018-12-13dm: sound: samsung: Make local function staticSimon Glass
2018-11-29sound: Add sample rate as a parameter for square waveSimon Glass
2018-11-29sound: Correct data output in sound_create_square_wave()Simon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2017-06-01dm: gpio: Add live tree supportSimon Glass
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada
2015-08-12drivers: hierarchize drivers Kconfig menuMasahiro Yamada
2015-04-18sandbox: exynos: Move CONFIG_SOUND_SANDBOX to KconfigSimon Glass
2015-04-18sandbox: exynos: Move CONFIG_SOUND_WM8994 to KconfigSimon Glass
2015-04-18sandbox: exynos: Move CONFIG_SOUND_MAX98095 to KconfigSimon Glass
2015-04-18sandbox: exynos: Move CONFIG_I2S_SAMSUNG to KconfigSimon Glass
2015-04-18sandbox: exynos: Move CONFIG_I2S to KconfigSimon Glass
2015-04-18sandbox: exynos: Move CONFIG_SOUND to KconfigSimon Glass
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada