aboutsummaryrefslogtreecommitdiff
path: root/drivers/sound
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-13dm: sound: wm8994: Pass private data to internal functionsSimon Glass1-142/+154
2018-12-13dm: sound: Drop codec_typeSimon Glass2-24/+0
2018-12-13dm: sound: samsung: Rename i2stx_info to samsung_i2s_privSimon Glass2-8/+8
2018-12-13dm: sound: Drop unused pre-device-tree codeSimon Glass2-12/+0
2018-12-13dm: sound: samsung: Make local function staticSimon Glass2-5/+5
2018-11-29sound: Add sample rate as a parameter for square waveSimon Glass2-4/+5
2018-11-29sound: Correct data output in sound_create_square_wave()Simon Glass1-2/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini8-17/+8
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-06-01dm: gpio: Add live tree supportSimon Glass2-1/+3
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2-2/+2
2015-08-12drivers: hierarchize drivers Kconfig menuMasahiro Yamada1-0/+4
2015-04-18sandbox: exynos: Move CONFIG_SOUND_SANDBOX to KconfigSimon Glass1-0/+9
2015-04-18sandbox: exynos: Move CONFIG_SOUND_WM8994 to KconfigSimon Glass1-0/+8
2015-04-18sandbox: exynos: Move CONFIG_SOUND_MAX98095 to KconfigSimon Glass1-0/+8
2015-04-18sandbox: exynos: Move CONFIG_I2S_SAMSUNG to KconfigSimon Glass1-0/+10
2015-04-18sandbox: exynos: Move CONFIG_I2S to KconfigSimon Glass1-0/+9
2015-04-18sandbox: exynos: Move CONFIG_SOUND to KconfigSimon Glass1-0/+11
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada1-0/+0
2014-07-07build: define CPU only when arch/${ARCH}/cpu/${CPU} existsMasahiro Yamada1-1/+1
2014-03-17sound: Move Samsung-specific code into its own fileSimon Glass3-221/+210
2014-03-17sandbox: Add a simple sound driverSimon Glass2-0/+25
2013-10-31drivers: convert makefiles to Kbuild styleMasahiro Yamada1-26/+4
2013-09-24Sound: MAX98095: Support I2S0 channelDani Krishna Mohan3-67/+115