aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs
AgeCommit message (Expand)AuthorFilesLines
2017-12-04ASoC: spdif: Add S32_LE support for S/PDIF dummy codec driversKatsuhiro Suzuki2-4/+6
2017-12-04ASoC: nau8825: improve crosstalk measurement protectionJohn Hsu2-14/+32
2017-12-04ASoC: nau8825: improve semaphore controlJohn Hsu1-15/+23
2017-12-04ASoC: use snd_soc_component_init_regmap() on msm8916Kuninori Morimoto1-6/+2
2017-12-04ASoC: use snd_soc_component_init_regmap() on 88pm860xKuninori Morimoto1-8/+1
2017-12-04ASoC: use snd_soc_component_init_regmap() on cs47l24Kuninori Morimoto1-9/+3
2017-12-04ASoC: use snd_soc_component_init_regmap() on cq93vcKuninori Morimoto1-4/+6
2017-12-04ASoC: use snd_soc_component_init_regmap() on mc13783Kuninori Morimoto1-6/+3
2017-12-04ASoC: use snd_soc_component_init_regmap() on si476xKuninori Morimoto1-3/+6
2017-12-04ASoC: use snd_soc_component_init_regmap() on wm5102Kuninori Morimoto1-8/+3
2017-12-04ASoC: use snd_soc_component_init_regmap() on wm5110Kuninori Morimoto1-9/+3
2017-12-04ASoC: use snd_soc_component_init_regmap() on wm8350Kuninori Morimoto1-8/+2
2017-12-04ASoC: use snd_soc_component_init_regmap() on wm8400Kuninori Morimoto1-8/+1
2017-12-04ASoC: use snd_soc_component_init_regmap() on wm8994Kuninori Morimoto1-8/+2
2017-12-04ASoC: use snd_soc_component_init_regmap() on wm8997Kuninori Morimoto1-8/+3
2017-12-04ASoC: use snd_soc_component_init_regmap() on wm8998Kuninori Morimoto1-9/+3
2017-12-01ASoC: tlv320aic31xx: Handle inverted BCLK in non-DSP modesAndrew F. Davis1-10/+18
2017-12-01ASoC: tlv320aic31xx: Add CODEC clock slave supportAndrew F. Davis1-1/+9
2017-12-01ASoC: tlv320aic31xx: Check clock and divider before divisionAndrew F. Davis1-1/+7
2017-12-01ASoC: tlv320aic31xx: Switch GPIO handling to use gpiod_* APIAndrew F. Davis1-13/+10
2017-12-01ASoC: tlv320aic31xx: Merge init function into probeAndrew F. Davis1-33/+22
2017-12-01ASoC: tlv320aic31xx: Reformat header file using GENMASK and BIT macrosAndrew F. Davis1-185/+131
2017-12-01Merge branch 'fix/tlv320aic31xx' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-tlv320aic31xxMark Brown1-1/+1
2017-12-01ASoC: tlv320aic31xx: General source formatting cleanupAndrew F. Davis1-28/+35
2017-12-01ASoC: tfa9879: Export OF device ID as module aliasJavier Martinez Canillas1-0/+1
2017-12-01ASoC: hdac_hdmi: clean up hdac_device variable namesUghreja, Rakesh A1-156/+156
2017-12-01ASoC: hdac_hdmi: clean up hdac_ext_device variable namesUghreja, Rakesh A1-41/+41
2017-12-01ASoC: hdac_hdmi: introduce macro to access HDMI private dataUghreja, Rakesh A1-36/+32
2017-11-30ASoC: tlv320aic31xx: Fix GPIO1 register definitionAndrew F. Davis1-1/+1
2017-11-30ASoC: tlv320aic31xx: Move ACPI table next to OF tableAndrew F. Davis1-8/+8
2017-11-30ASoC: tlv320aic31xx: Change aic31xx_power_off return type to voidAndrew F. Davis1-6/+3
2017-11-30ASoC: tlv320aic31xx: File header and copyright cleanupAndrew F. Davis2-28/+13
2017-11-30ASoC: nau8825: set clear_irq when imm IRQ happenedJohn Hsu1-3/+2
2017-11-30ASoC: tlv320aic3x: Use standard reset GPIO OF nameAndrew F. Davis1-4/+11
2017-11-30ASoC: tlv320aic31xx: Use standard reset GPIO OF nameAndrew F. Davis1-2/+9
2017-11-30ASoC: codecs: msm8916-wcd: Fix supported formatsSrinivas Kandagatla2-3/+3
2017-11-29ASoC: nau8825: disable crosstalk by defaultJohn Hsu2-11/+14
2017-11-27ASoC: don't use snd_soc_write/read on twl4030Kuninori Morimoto1-6/+4
2017-11-27ASoC: don't use snd_soc_write/read on twl6040Kuninori Morimoto1-3/+1
2017-11-27ASoC: cx20442: don't use reg_cacheKuninori Morimoto1-17/+4
2017-11-27ASoC: use internal reg_cache on tlv320dac33Kuninori Morimoto1-20/+13
2017-11-27ASoC: use internal reg_cache on uda1380Kuninori Morimoto1-10/+14
2017-11-27ASoC: don't use codec hw_write on max98927Kuninori Morimoto1-1/+0
2017-11-27ASoC: don't use codec hw_write on max98926Kuninori Morimoto1-1/+1
2017-11-27ASoC: don't use codec hw_write on twl6040Kuninori Morimoto1-8/+8
2017-11-27ASoC: don't use codec hw_write on cx20442/omap-ams-deltaKuninori Morimoto1-13/+10
2017-11-27ASoC: don't use codec hw_write on tlv320dac33Kuninori Morimoto1-7/+5
2017-11-27ASoC: don't use codec hw_write on uda1380Kuninori Morimoto1-10/+10
2017-11-27ASoC: rt5514: Add the sanity check for the driver_data in the resume functionoder_chiou@realtek.com1-4/+7
2017-11-27ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan1-0/+4