index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
codecs
/
lm49453.c
Age
Commit message (
Expand
)
Author
2024-05-03
ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_da...
Uwe Kleine-König
2023-05-08
ASoC: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2022-06-27
ASoC: lm49453: Remove now redundant non_legacy_dai_naming flag
Charles Keepax
2022-06-06
ASoC: lm49453: Drop no-op remove function
Uwe Kleine-König
2022-04-06
ASoC: lm49xxx: use simple i2c probe function
Stephen Kitt
2022-02-28
ASoC: lm49453: Use modern ASoC DAI format terminology
Mark Brown
2021-03-31
ASoC: lm49453: fix useless assignment before return
Pierre-Louis Bossart
2021-01-21
ASoC: lm49453: sync parameter naming (rate/sample_bits)
Kuninori Morimoto
2020-07-16
ASoC: codecs: merge .digital_mute() into .mute_stream()
Kuninori Morimoto
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
2018-02-12
ASoC: lm49453: replace codec to component
Kuninori Morimoto
2017-08-10
ASoC: codecs: add const to snd_soc_codec_driver structures
Bhumika Goyal
2016-08-08
ASoC: codec duplicated callback function goes to component on lm49453
Kuninori Morimoto
2015-08-30
Merge remote-tracking branches 'asoc/topic/max98090', 'asoc/topic/max98095', ...
Mark Brown
2015-08-30
Merge remote-tracking branches 'asoc/topic/intel', 'asoc/topic/kirkwood', 'as...
Mark Brown
2015-08-30
Merge remote-tracking branches 'asoc/topic/const', 'asoc/topic/cs35l32', 'aso...
Mark Brown
2015-07-16
Merge branches 'topic/owner' and 'topic/reg-default' of git://git.kernel.org/...
Mark Brown
2015-07-15
ASoC: drivers: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
2015-07-15
ASoC: Constify snd_soc_dai_ops variables
Axel Lin
2015-07-07
ASoC: Constify reg_default tables
Axel Lin
2015-07-07
ASoC: lm49453: Remove fs_rate from struct lm49453_priv
Axel Lin
2015-05-15
ASoC: lm49453: Replace direct snd_soc_codec dapm field access
Lars-Peter Clausen
2015-04-27
ASoC: Move bias level update to the core
Lars-Peter Clausen
2014-11-27
ASoC: lm49453: Cleanup manual bias level transitions
Lars-Peter Clausen
2014-09-03
ASoC: lm49453: Remove unnecessary suspend/resume bias level changes
Lars-Peter Clausen
2014-03-13
Merge remote-tracking branch 'asoc/topic/lm49453' into asoc-next
Mark Brown
2014-03-13
Merge remote-tracking branch 'asoc/topic/io' into asoc-next
Mark Brown
2014-03-11
ASoC: codec: Simplify ASoC probe code.
Xiubo Li
2014-02-23
ASoC: lm49453: Use SOC_ENUM_SINGLE_DECL()
Takashi Iwai
2014-02-20
ASoC: lm49453: Remove superfluous const
Takashi Iwai
2012-12-24
ASoC: lm49453: Update lm49453_reg_defs values as per LM49453 HW revision-B
MR.Swami.Reddy@ti.com
2012-12-24
ASoC: lm49453: Fix adc, mic and sidetone volume ranges
MR.Swami.Reddy@ti.com
2012-12-24
ASoC: lm49453: Fix mask for setting mode bit in lm49453_set_dai_fmt()
Axel Lin
2012-12-10
ASoC: lm49453: remove __dev* attributes
Bill Pemberton
2012-11-28
ASoC: lm49453: Use devm_regmap_init_i2c()
Sachin Kamat
2012-06-05
ASoC: lm59453: Unconstify dai_driver
Mark Brown
2012-06-04
ASoC: lm49453: Remove version.h header file inclusion
Sachin Kamat
2012-05-13
ASoC: lm49453: Fix author e-mail address
Mark Brown
2012-05-13
ASoC: lm49453: Staticise non-exported symbol lm45453_dai
Mark Brown
2012-04-05
ASoC: lm49453: fix build warnings
M R Swami Reddy
2012-04-04
ASoC: codecs: Remove rtd->codec usage from CODEC drivers
Mark Brown
2012-04-01
ASoC: Support TI LM49453 Audio driver
M R Swami Reddy