index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
codecs
/
uda1380.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-18
ASoC: codecs: use snd_soc_xxx_active()
Kuninori Morimoto
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2018-02-12
ASoC: uda1380: replace codec to component
Kuninori Morimoto
1
-83
/
+77
2018-01-16
ASoC: uda1380: fix regression by adding back .read/.write
Kuninori Morimoto
1
-0
/
+2
2017-11-27
ASoC: use internal reg_cache on uda1380
Kuninori Morimoto
1
-10
/
+14
2017-11-27
ASoC: don't use codec hw_write on uda1380
Kuninori Morimoto
1
-10
/
+10
2017-08-10
ASoC: codecs: add const to snd_soc_codec_driver structures
Bhumika Goyal
1
-1
/
+1
2017-04-05
ASoC: uda1380: Add OF device ID table
Javier Martinez Canillas
1
-0
/
+7
2016-11-23
ASoC: uda1380: Request GPIOs at bus probe time
Lars-Peter Clausen
1
-35
/
+20
2016-11-18
ASoC: uda1380: Remove #if IS_ENABLED(CONFIG_I2C)
Kuninori Morimoto
1
-21
/
+1
2016-08-08
ASoC: codec duplicated callback function goes to component on uda1380
Kuninori Morimoto
1
-6
/
+8
2015-08-30
Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5086', 'a...
Mark Brown
1
-8
/
+6
2015-08-05
ASoC: uda1380: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGE
Lars-Peter Clausen
1
-8
/
+6
2015-07-15
ASoC: drivers: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
1
-1
/
+0
2015-06-05
Merge remote-tracking branch 'asoc/topic/dapm' into asoc-next
Mark Brown
1
-5
/
+1
2015-05-11
ASoC: uda1380: Replace direct snd_soc_codec dapm field access
Lars-Peter Clausen
1
-4
/
+1
2015-05-04
ASoC: uda1380: Avoid accessing i2c bus when codec is disabled
Vasily Khoruzhick
1
-1
/
+1
2015-04-27
ASoC: Move bias level update to the core
Lars-Peter Clausen
1
-1
/
+0
2014-11-24
ASoC: uda1380: Cleanup manual bias level transitions
Lars-Peter Clausen
1
-18
/
+2
2014-03-23
Merge remote-tracking branch 'asoc/topic/codecs' into asoc-next
Mark Brown
1
-2
/
+1
2014-03-18
ASoC: codecs: Replace instances of rtd->codec with dai->codec
Lars-Peter Clausen
1
-2
/
+1
2014-03-12
Merge remote-tracking branches 'asoc/topic/tlv320aic23', 'asoc/topic/tlv320ai...
Mark Brown
1
-18
/
+20
2014-03-06
ASoC: Add helper function to check whether a CODEC is active
Lars-Peter Clausen
1
-1
/
+1
2014-02-23
ASoC: uda1380: Use SOC_ENUM_SINGLE_DECL()
Takashi Iwai
1
-18
/
+20
2013-11-24
ASoC: uda1380: Use IS_ENABLED() macro
Fabio Estevam
1
-3
/
+3
2012-12-10
ASoC: codecs: remove __dev* attributes
Bill Pemberton
1
-4
/
+4
2012-04-04
ASoC: codecs: Remove rtd->codec usage from CODEC drivers
Mark Brown
1
-4
/
+2
2011-12-27
ASoC: Convert uda1380 to devm_kzalloc()
Axel Lin
1
-4
/
+2
2011-12-20
ASoC: Convert uda1380 to table based DAPM and control init
Axel Lin
1
-16
/
+8
2011-12-05
ASoC: uda1380: Convert to gpio_request_one()
Axel Lin
1
-20
/
+8
2011-12-04
Merge branch 'for-3.2' into for-3.3
Mark Brown
1
-2
/
+2
2011-12-04
ASoC: uda1380: Return proper error in uda1380_modinit failure path
Axel Lin
1
-2
/
+2
2011-12-02
ASoC: Drop unused state parameter from CODEC suspend callback
Lars-Peter Clausen
1
-1
/
+1
2011-11-23
ASoC: Constify snd_soc_dai_ops structs
Lars-Peter Clausen
1
-3
/
+3
2010-12-28
ASoC: codecs: Remove unused reg_cache fields from device structs
Lars-Peter Clausen
1
-1
/
+0
2010-11-22
ASoC: Do not include soc-dapm.h
Jarkko Nikula
1
-1
/
+0
2010-11-06
ASoC: Decouple DAPM from CODECs
Liam Girdwood
1
-6
/
+7
2010-09-08
ASoC: UDA1380: Add delay between power on and reset
Vasily Khoruzhick
1
-0
/
+1
2010-08-31
ASoC: uda1380: make driver more powersave-friendly
Vasily Khoruzhick
1
-40
/
+105
2010-08-12
ASoC: multi-component - ASoC Multi-Component Support
Liam Girdwood
1
-154
/
+57
2010-05-10
ASoC: Remove unneeded suspend bias managment from CODEC drivers
Mark Brown
1
-1
/
+0
2010-04-17
ASoC: Add indirection for CODEC private data
Mark Brown
1
-2
/
+2
2010-03-06
bitops: rename for_each_bit() to for_each_set_bit()
Akinobu Mita
1
-1
/
+1
2009-11-12
ASoC: Remove redundant snd_soc_dapm_new_widgets() calls
Mark Brown
1
-1
/
+0
2009-11-03
ASoC: Factor out snd_soc_init_card()
Mark Brown
1
-8
/
+0
2009-06-15
ASoC: UDA1380: refactor device registration
Philipp Zabel
1
-142
/
+171
2009-03-11
ASoC: Merge dai_ops factor out
Mark Brown
1
-18
/
+24
2009-03-04
ASoC: make ops a pointer in 'struct snd_soc_dai'
Eric Miao
1
-20
/
+26
2009-03-03
ASoC: UDA1380: DATAI is slave only
Philipp Zabel
1
-2
/
+7
2009-03-03
ASoC: UDA1380: change decimator/interpolator register handling
Philipp Zabel
1
-54
/
+48
[next]