index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
codecs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-04
ASoC: max98373: reorder max98373_reset() in resume
Yong Zhi
1
-1
/
+1
2020-04-30
ASoC: rt5682: remove unwanted btn_type assignment
Tzung-Bi Shih
1
-1
/
+0
2020-04-30
ASoC: rt5682: remove duplicate rt5682_reset() calls
Tzung-Bi Shih
1
-4
/
+0
2020-04-30
ASoC: rt5682: replace message printing from pr_() to dev_()
Tzung-Bi Shih
1
-6
/
+9
2020-04-30
ASoC: rt5682: remove empty default case
Tzung-Bi Shih
1
-17
/
+2
2020-04-30
ASoC: rt5682: fix space issues
Tzung-Bi Shih
1
-82
/
+70
2020-04-30
ASoC: rt5682: simplify assertions
Tzung-Bi Shih
1
-6
/
+5
2020-04-29
ASoC: rt5682: fix I2C/Soundwire dependencies
Arnd Bergmann
1
-0
/
+3
2020-04-29
ASoc: nau8810: add AUX related dapm widgets and routes
Seven Lee
2
-1
/
+42
2020-04-29
ASoC: codecs: wm97xx: fix ac97 dependency
Arnd Bergmann
1
-3
/
+3
2020-04-28
Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.8
Mark Brown
2
-4
/
+2
2020-04-28
ASoC: tlv320adcx140: Fix mic gain registers
Dan Murphy
1
-3
/
+3
2020-04-24
ASoC: wm8962: set CLOCKING2 as non-volatile register
Shengjiu Wang
1
-2
/
+1
2020-04-22
ASoC: dmic: Allow GPIO operations to sleep
Mark Brown
1
-2
/
+2
2020-04-21
Merge series "ASoC: add snd_compress_ops and replace" from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:
Mark Brown
10
-50
/
+56
2020-04-21
ASoC: Add initial ZL38060 driver
Sven Van Asbroeck
3
-0
/
+651
2020-04-21
ASoC: codec: wm_adsp: use snd_compress_ops
Kuninori Morimoto
10
-50
/
+56
2020-04-21
ASoC: wm8960: Fix wrong clock after suspend & resume
Shengjiu Wang
1
-2
/
+1
2020-04-20
ASoC: wcd934x: remove unneeded semicolon
Jason Yan
1
-14
/
+14
2020-04-20
ASoC: wcd9335: remove unneeded semicolon
Jason Yan
1
-22
/
+22
2020-04-20
ASoC: wcd934x: remove unnecessary comparisons to bool
Jason Yan
1
-1
/
+1
2020-04-20
Merge series "ASoC: Fix dependency issues of SND_SOC" from Wei Li <liwei391@huawei.com>:
Mark Brown
2
-5
/
+8
2020-04-20
ASoC: wm89xx: Add missing dependency
YueHaibing
1
-0
/
+3
2020-04-20
ASoC: Fix wrong dependency of da7210 and wm8983
Wei Li
1
-2
/
+2
2020-04-20
ASoC: wm89xx: Fix build errors caused by I2C dependency
Wei Li
1
-0
/
+3
2020-04-16
ASoC: Fix misspellings of "Analog Devices"
Geert Uytterhoeven
3
-3
/
+3
2020-04-16
ASoC: codecs: hdac_hdmi: Fix incorrect use of list_for_each_entry
Amadeusz Sławiński
1
-3
/
+3
2020-04-16
Merge series "Add support for SOF on i.MX8M" from Daniel Baluta <daniel.baluta@oss.nxp.com>
Mark Brown
2
-0
/
+35
2020-04-15
ASoC: sgtl5000: Fix VAG power-on handling
Sebastian Reichel
2
-0
/
+35
2020-04-14
Merge branch 'asoc-5.7' into asoc-5.8
Mark Brown
3
-9
/
+19
2020-04-14
Merge series "ASoC: SOF: adjust dmesg verbosity" from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>:
Mark Brown
1
-2
/
+2
2020-04-14
ASoC: madera: Remove a couple of stray blank lines
Charles Keepax
1
-4
/
+0
2020-04-14
ASoC: wsa881x: mark read_only_wordlength flag
Srinivas Kandagatla
1
-0
/
+4
2020-04-14
ASoC: wm8900: remove some defined but not used symbols
Jason Yan
1
-6
/
+0
2020-04-14
ASoC: wm8990: remove some defined but unused symbols
Jason Yan
1
-98
/
+0
2020-04-14
ASoC: wm8991: remove defined but not used 'wm8991_dapm_rxvoice_controls'
Jason Yan
1
-8
/
+0
2020-04-14
ASoC: wm8994: remove wm1811_snd_controls and mixin_boost_tlv
Jason Yan
1
-8
/
+0
2020-04-14
ASoC: codecs: rt1308-sdw: reduce verbosity
Pierre-Louis Bossart
1
-2
/
+2
2020-04-14
ASoC: tas571x: disable regulators on failed probe
Philipp Puschmann
1
-5
/
+15
2020-04-07
ASoC: cs4270: pull reset GPIO low then high
Mike Willard
1
-5
/
+35
2020-04-06
ASoC: rt5645: Add platform-data for Medion E1239T
Hans de Goede
1
-0
/
+8
2020-04-01
ASoC: rt5682: Fix build error without CONFIG_I2C
YueHaibing
1
-1
/
+4
2020-03-27
Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7
Mark Brown
4
-2
/
+6
2020-03-27
Merge series "ASoC: remove rtd->cpu/codec_dai{s}" from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:
Mark Brown
8
-24
/
+24
2020-03-27
ASoC: rt5682: move DAI clock registry to I2S mode
Shuming Fan
1
-20
/
+19
2020-03-27
ASoC: codecs: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer
Kuninori Morimoto
8
-24
/
+24
2020-03-26
ASoC: rt1308-sdw: use slot and rx_mask to configure stream
Pierre-Louis Bossart
1
-4
/
+11
2020-03-26
ASoC: rt1308-sdw: add set_tdm_slot() support
Pierre-Louis Bossart
2
-0
/
+25
2020-03-24
ASoC: wm8974: remove unused variables
YueHaibing
1
-8
/
+0
2020-03-24
ASoC: tas2562: Fixed incorrect amp_level setting.
Jonghwan Choi
1
-1
/
+1
[prev]
[next]