aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/uda134x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-15ASoC: Variable type completionXin Gao1-1/+1
2022-06-27ASoC: uda*: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2022-02-28ASoC: uda134x: Use modern ASoC DAI format terminologyMark Brown1-3/+3
2020-07-16ASoC: codecs: merge .digital_mute() into .mute_stream()Kuninori Morimoto1-2/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-02-12ASoC: uda134x: replace codec to componentKuninori Morimoto1-42/+36
2017-08-10ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal1-1/+1
2016-09-29Merge remote-tracking branches 'asoc/topic/rt5659', 'asoc/topic/rt5660', 'asoc/topic/rt5677' and 'asoc/topic/samsung' into asoc-nextMark Brown1-0/+7
2016-08-08ASoC: codec duplicated callback function goes to component on uda134xKuninori Morimoto1-4/+6
2016-08-08ASoC: uda134x: Optionally initialize L3 ops to default GPIO opsSylwester Nawrocki1-0/+7
2015-10-21ASoC: uda134x: Use snd_pcm_hw_constraint_single()Lars-Peter Clausen1-4/+2
2015-07-13ASoC: uda134x: Use regmap_update_bits() were appropriateLars-Peter Clausen1-43/+14
2015-07-13ASoC: uda134x: Convert to regmapLars-Peter Clausen1-53/+62
2015-07-13ASoC: uda134x: Explicitly handle in-data addressesLars-Peter Clausen1-2/+3
2015-07-13ASoC: uda134x: Move state struct allocation to bus probeLars-Peter Clausen1-18/+9
2015-05-11ASoC: uda134x: Replace direct snd_soc_codec dapm field accessLars-Peter Clausen1-1/+2
2015-04-27ASoC: Move bias level update to the coreLars-Peter Clausen1-1/+0
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-24ASoC: uda134x: Cleanup manual bias level transitionsLars-Peter Clausen1-27/+2
2014-11-24ASoC: uda134x: Remove is_powered_on_standby from platform dataLars-Peter Clausen1-4/+1
2014-10-20ASoC: codecs: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-08-04Merge remote-tracking branches 'asoc/topic/tlv320aic3x', 'asoc/topic/width', 'asoc/topic/wm0010', 'asoc/topic/wm8904' and 'asoc/topic/wm8962' into asoc-nextMark Brown1-4/+4
2014-07-31ASoC: uda134x: Convert to params_width()Mark Brown1-4/+4
2014-07-22ASoC: Move card field form platform/codec to componentLars-Peter Clausen1-1/+1
2014-03-18ASoC: codecs: Replace instances of rtd->codec with dai->codecLars-Peter Clausen1-2/+1
2013-07-30ASoC: uda134x: fix codec driver by converting to DAPMRussell King1-35/+53
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-3/+3
2012-04-04ASoC: codecs: Remove rtd->codec usage from CODEC driversMark Brown1-4/+2
2012-02-04ASoC: core: Add support for DAI and machine kcontrols.Liam Girdwood1-3/+3
2011-12-02ASoC: Drop unused state parameter from CODEC suspend callbackLars-Peter Clausen1-2/+1
2011-11-28ASoC: Convert CODEC drivers to module_platform_driverMark Brown1-11/+1
2011-11-23ASoC: Constify snd_soc_dai_ops structsLars-Peter Clausen1-1/+1
2011-05-08ASoC: UDA134x: Remove POWER_OFF_ON_STANDBY define.Marek Belisko1-2/+0
2011-03-11ASoC: mini2440: Fix uda134x codec problem.Marek Belisko1-1/+2
2010-11-22ASoC: Do not include soc-dapm.hJarkko Nikula1-1/+0
2010-11-19Merge branch 'for-2.6.37' into for-2.6.38Mark Brown1-0/+1
2010-11-19ASoC: uda134x - set reg_cache_default to uda134x_regAxel Lin1-0/+1
2010-11-06ASoC: Decouple DAPM from CODECsLiam Girdwood1-1/+1
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-95/+59
2010-06-30ASoC: uda134x: correct bias level setup for codecs familyVladimir Zapolskiy1-4/+32
2010-06-30ASoC: uda134x: add DATA011 register found in codecs familyVladimir Zapolskiy1-1/+2
2010-06-25ASoC: uda134x: fix bias level setup on initializationVladimir Zapolskiy1-4/+8
2010-06-25ASoC: uda134x: replace a macro with a value in platform struct.Vladimir Zapolskiy1-16/+5
2010-05-20Merge branch 'topic/asoc' into for-linusTakashi Iwai1-8/+21
2010-04-26ASoC: UDA134X: Add UDA1345 CODEC supportVladimir Zapolskiy1-0/+13
2010-04-17ASoC: Add indirection for CODEC private dataMark Brown1-8/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-2/+2
2009-11-03ASoC: Factor out snd_soc_init_card()Mark Brown1-9/+0