aboutsummaryrefslogtreecommitdiffstats
path: root/arch (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-09ASoC: EP93xx: sampling rate range extendedAlexander Sverdlin2-4/+4
2010-12-08ASoC: Add ADC high pass filter support to WM8994Uk Kim1-0/+22
2010-12-08ASoC: Support WM8994 mono AIF configurationsMark Brown1-6/+15
2010-12-08ASoC: soc-core: Fix null pointer dereferenceDimitris Papastamos1-2/+2
2010-12-07ASoC: Correct WM8962 interrupt mask register readMark Brown1-1/+1
2010-12-07ASoC: WM8580: Debug BCLK and sample sizeJassi Brar1-4/+4
2010-12-07ASoC: Fix snd_soc_instantiate_card error pathAxel Lin1-6/+8
2010-12-07ASoC: Fix resource leak if soc_register_ac97_dai_link failedAxel Lin1-5/+7
2010-12-06ASoC: soc-core: Remove useless inline function constructDimitris Papastamos1-1/+1
2010-12-06ASoC: soc-core: Replace use of strncpy() with strlcpy()Dimitris Papastamos1-2/+2
2010-12-06ASoC: Merge common code in DAI link and auxiliary codec probing/removalJarkko Nikula1-152/+132
2010-12-06ASoC: soc-cache: Add optional cache name member to snd_soc_cache_opsDimitris Papastamos3-5/+17
2010-12-06ASoC: SAMSUNG: Remove duplicated snd_card on smdk_spdifSeungwhan Youn1-2/+0
2010-12-06ASoC: SAMSUNG: Fix initial return valueSeungwhan Youn1-1/+1
2010-12-06ASoC: Add trace events for jack detectionMark Brown3-0/+67
2010-12-06ASoC: Hold client_mutex while calling snd_soc_instantiate_cards()Axel Lin1-0/+2
2010-12-06ASoC: Fix swap of left and right channels for WM8993/4 speaker boost gainUk Kim1-1/+1
2010-12-06ASoC: Fix off by one error in WM8994 EQ register bank sizeUk Kim1-1/+1
2010-12-06ASoC: Add post-CODEC bias level callback for machine driverMark Brown2-0/+6
2010-12-03ASoC: When disabling WM8994 FLL force a source selectionMark Brown1-0/+1
2010-12-03ASoC: WM8580: Debug interface indexJassi Brar1-4/+4
2010-12-03ASoC: Constify struct snd_soc_codec_driverMark Brown3-10/+11
2010-12-03ASoC: soc-core: Allow machine drivers to override compress_typeDimitris Papastamos2-11/+64
2010-12-03ASoC: soc-cache: Use reg_def_copy instead of reg_cache_defaultDimitris Papastamos3-12/+42
2010-12-03ASoC: soc-core: Generalize snd_soc_prefix_map and rename to snd_soc_codec_confDimitris Papastamos2-10/+18
2010-12-03ASoC: Change the base value of compress_typeDimitris Papastamos1-1/+1
2010-12-03ASoC: Add compress_type as a member to snd_soc_codecDimitris Papastamos3-2/+8
2010-12-03ASoC: Don't oops in soc_probe_aux_dev in case of missing codecJarkko Nikula1-2/+6
2010-12-03ASoC: Fix inconsistent meaning of default case while checking alc5623->idAxel Lin1-3/+7
2010-12-03ASoC: sh: fsi: remove runtime register check from fsi_master_xxxKuninori Morimoto1-28/+20
2010-12-03ASoC: sh: fsi: remove runtime register check from fsi_reg_xxxKuninori Morimoto1-56/+45
2010-12-03ASoC: sh: fsi: change fsi->mst_ctrl to master->a/b_mclkKuninori Morimoto1-9/+11
2010-12-03ASoC: sh: fsi: remove fsi_master_writeKuninori Morimoto1-21/+2
2010-12-03ASoC: sh: fsi: clean up SPDIF definesKuninori Morimoto1-3/+14
2010-12-03ASoC: Move active copy of CODEC read and write into runtime structureMark Brown3-4/+8
2010-12-03ASoC: Make the DAI ops constant in the DAI structureMark Brown1-1/+1
2010-12-03ASoC: Apostrophe patrol in soc-core.cMark Brown1-4/+4
2010-12-02ASoC: Tune performance of WM8958 revision AMark Brown2-9/+36
2010-12-02ASoC: Automatically manage WM8731 deemphasisMark Brown1-5/+71
2010-12-02ASoC: Split WM8731 enumeration array into individual enumsMark Brown1-6/+9
2010-12-02ASoC: Provide WM8731 microphone boost TLV informationMark Brown1-1/+2
2010-12-02ASoC: omap: N810: Don't select CONFIG_OMAP_MUX but make it as dependencyJarkko Nikula1-1/+1
2010-12-01ASoC: ak4535: Improve readability for setting muteAxel Lin1-5/+5
2010-12-01ASoC: sh: fsi-ak4642: midify card nameKuninori Morimoto1-1/+10
2010-12-01ASoC: sh: fsi-ak4642: tidyup unnecessary variablesKuninori Morimoto1-6/+0
2010-12-01ASoC: Allow user-specified WM8958 multiband compressor configurationsMark Brown3-2/+167
2010-12-01ASoC: Correct event flags for WM8958 AIF DACsMark Brown1-4/+4
2010-12-01ASoC: Fix build failure in soc-core.cJarkko Nikula1-1/+0
2010-12-01ASoC: WM8731: Fix incorrect mask for bypass path disableDimitris Papastamos1-1/+1
2010-11-30ASoC: Add support for optional auxiliary dailess codecsJarkko Nikula2-6/+166