index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
codecs
/
ak4104.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-27
ASoC: ak4104: Update to modern clocking terminology
Mark Brown
1
-2
/
+2
2020-02-04
treewide: remove redundant IS_ERR() before error code check
Masahiro Yamada
1
-2
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2018-12-06
ASoC: codecs: ak4104: move to GPIO consumer API
Daniel Mack
1
-15
/
+7
2018-02-12
ASoC: ak4104: replace codec to component
Kuninori Morimoto
1
-38
/
+30
2017-08-10
ASoC: codecs: add const to snd_soc_codec_driver structures
Bhumika Goyal
1
-1
/
+1
2016-09-29
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ak4104', 'asoc/...
Mark Brown
1
-5
/
+10
2016-09-26
ASoC: ak4104: Limit the supported sample rates
Vishal Thanki
1
-1
/
+4
2016-08-08
ASoC: codec duplicated callback function goes to component on ak4104
Kuninori Morimoto
1
-4
/
+6
2015-10-28
spi: Drop owner assignment from spi_drivers
Andrew F. Davis
1
-1
/
+0
2014-04-23
ASoC: ak4104: add regulator consumer support
Daniel Mack
1
-7
/
+55
2014-03-05
ASoC: ak4104: Remove superfluous codec->control_data initialization
Lars-Peter Clausen
1
-2
/
+0
2013-09-17
ASoC: ak4104: provide a module device table
Daniel Mack
1
-3
/
+8
2013-08-12
ASoC: ak4104: Manage TXE using DAPM
Mark Brown
1
-19
/
+4
2013-08-12
ASoC: ak4104: Add stub DAPM support
Mark Brown
1
-0
/
+13
2013-03-07
ASoC: ak4104: correct tranceiver enable handling
Daniel Mack
1
-2
/
+24
2013-03-07
ASoC: ak4104: convert to direct regmap API usage
Daniel Mack
1
-15
/
+16
2012-12-09
ASoC: codecs: remove __dev* attributes
Bill Pemberton
1
-2
/
+2
2012-11-23
ASoC: ak4104: Convert to use devm_regmap_init_spi()
Tushar Behera
1
-15
/
+4
2012-11-23
ASoC: ak4104: add reset line property to DT bindings
Daniel Mack
1
-0
/
+17
2012-10-15
ASoC: ak4104: add DT bindings
Daniel Mack
1
-0
/
+7
2012-10-15
ASoC: ak4104: handle more sample rates
Daniel Mack
1
-2
/
+20
2012-04-04
ASoC: codecs: Remove rtd->codec usage from CODEC drivers
Mark Brown
1
-2
/
+1
2012-02-23
ASoC: ak4104: Convert to direct regmap API usage
Mark Brown
1
-75
/
+44
2012-02-23
ASoC: ak4104: Use snd_soc_write() rather than internal write function
Mark Brown
1
-2
/
+2
2012-02-23
ASoC: ak4104: Use snd_soc_update_bits() for read/modify/write
Mark Brown
1
-23
/
+15
2012-02-21
ASoC: ak4104: Convert to module_spi_driver()
Mark Brown
1
-11
/
+1
2012-02-21
ASoC: ak4104: Remove uninformative print on probe()
Mark Brown
1
-1
/
+0
2011-12-20
ASoC: Convert ak4104 to devm_kzalloc()
Axel Lin
1
-4
/
+2
2011-11-23
ASoC: Constify snd_soc_dai_ops structs
Lars-Peter Clausen
1
-1
/
+1
2011-10-20
ASoC: Fix reg_word_size for ak4104
Axel Lin
1
-1
/
+1
2011-03-02
ASoC: Remove module probe announcements from CODEC drivers
Mark Brown
1
-1
/
+0
2010-08-12
ASoC: multi-component - ASoC Multi-Component Support
Liam Girdwood
1
-96
/
+53
2010-05-20
Merge branch 'topic/asoc' into for-linus
Takashi Iwai
1
-1
/
+1
2010-04-17
ASoC: Add indirection for CODEC private data
Mark Brown
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-03
ASoC: fix ak4104 register array access
Daniel Mack
1
-4
/
+2
2010-01-13
ASoC: ak4104: allow more sample rates
Daniel Mack
1
-3
/
+1
2009-11-04
ASoC: Factor out snd_soc_init_card()
Mark Brown
1
-8
/
+0
2009-03-11
ASoC: Merge dai_ops factor out
Mark Brown
1
-4
/
+6
2009-03-09
ASoC: Add a driver for AK4104 S/PDIF transmitter
Daniel Mack
1
-0
/
+363