index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
soc
/
atmel
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-16
ASoC: atmel: fix spelling mistake in Kconfig "programable" -> "programmable"
Colin Ian King
1
-2
/
+2
2020-12-05
ASoC: atmel: mchp-spdifrx needs COMMON_CLK
Arnd Bergmann
1
-0
/
+1
2020-11-30
Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
1
-1
/
+0
2020-11-04
ASoC: mchp-spdiftx: Do not set Validity bit(s)
Codrin Ciubotariu
1
-1
/
+0
2020-11-03
ASoC: atmel-i2s: do not warn if muxclk is missing
Codrin Ciubotariu
1
-2
/
+2
2020-10-09
ASoC: mchp-spdiftx: remove 'TX' from playback stream name
Codrin Ciubotariu
1
-1
/
+1
2020-10-07
ASoC: mchp-spdifrx: fix spelling mistake "overrrun" -> "overrun"
Colin Ian King
1
-1
/
+1
2020-10-06
Merge tag 'v5.9-rc5' into asoc-5.10
Mark Brown
1
-1
/
+1
2020-10-05
ASoC: mchp-spdifrx: convert to devm_platform_get_and_ioremap_resource
Codrin Ciubotariu
1
-2
/
+1
2020-10-02
ASoC: mchp-spdifrx: add driver for SPDIF RX
Codrin Ciubotariu
3
-0
/
+969
2020-09-30
ASoC: atmel-pcm: remove unnecessary include
Alexandre Belloni
1
-1
/
+0
2020-09-09
ASoC: mchp-spdiftx: add driver for S/PDIF TX Controller
Codrin Ciubotariu
3
-0
/
+885
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-23
ASoC: atmel: use asoc_substream_to_rtd()
Kuninori Morimoto
5
-13
/
+13
2020-07-17
ASoC: atmel: merge .digital_mute() into .mute_stream()
Kuninori Morimoto
1
-3
/
+4
2020-07-10
Merge series "ASoC: Clean-up W=1 build warnings - part1" from Pierre-Louis...
Mark Brown
2
-1
/
+2
2020-07-10
ASoC: atmel-pdmic: remove codec component
Codrin Ciubotariu
1
-69
/
+41
2020-07-10
ASoC: atmel-classd: remove codec component
Codrin Ciubotariu
1
-85
/
+47
2020-07-09
ASoC: atmel: fix kernel-doc
Pierre-Louis Bossart
2
-1
/
+2
2020-06-22
ASoC: atmel: rename to snd_soc_component_read()
Kuninori Morimoto
1
-2
/
+2
2020-05-18
ASoC: atomel: use snd_soc_xxx_active()
Kuninori Morimoto
1
-2
/
+2
2020-03-27
ASoC: atmel: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointer
Kuninori Morimoto
6
-7
/
+7
2020-03-26
ASoC: mchp-i2s-mcc: make signed 1 bit bitfields unsigned
Colin Ian King
1
-4
/
+4
2020-02-10
ASoC: atmel: fix atmel_ssc_set_audio link failure
Arnd Bergmann
2
-4
/
+10
2020-01-21
ASoC: atmel: atmel_ssc_dai: move .suspend/.resume to component
Kuninori Morimoto
1
-10
/
+8
2020-01-13
ASoC: atmel: fix build error with CONFIG_SND_ATMEL_SOC_DMA=m
Chen Zhou
1
-0
/
+2
2019-12-11
ASoC: atmel: Drop superfluous ioctl PCM ops
Takashi Iwai
1
-1
/
+0
2019-10-08
ASoC: atmel: atmel-pcm-pdc: remove snd_pcm_ops
Kuninori Morimoto
1
-22
/
+26
2019-09-23
Merge tag 'asoc-fix-v5.4-rc1' of https://git.kernel.org/pub/scm/linux/kernel/...
Takashi Iwai
2
-11
/
+2
2019-09-18
ASoC: atmel_ssc_dai: Remove wrong spinlock usage
Gregory CLEMENT
2
-11
/
+2
2019-09-09
Merge branch 'asoc-5.4' into asoc-next
Mark Brown
5
-260
/
+147
2019-08-27
ASoC: atmel_ssc_dai: implement left-justified data mode
Michał Mirosław
1
-0
/
+9
2019-08-27
ASoC: atmel_ssc_dai: rework DAI format configuration
Michał Mirosław
1
-207
/
+81
2019-08-27
ASoC: atmel: enable SOC_SSC_PDC and SOC_SSC_DMA in Kconfig
Michał Mirosław
1
-12
/
+18
2019-08-20
ASoC: mchp-i2s-mcc: Fix simultaneous capture and playback in master mode
Codrin Ciubotariu
1
-33
/
+37
2019-08-20
ASoC: mchp-i2s-mcc: Wait for RX/TX RDY only if controller is running
Codrin Ciubotariu
1
-12
/
+16
2019-08-20
ASoC: mchp-i2s-mcc: Fix unprepare of GCLK
Codrin Ciubotariu
1
-2
/
+11
2019-08-02
ASoC: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2
-10
/
+4
2019-06-28
ASoC: atmel: tse850-pcm5142: consider CPU-Platform possibility
Kuninori Morimoto
1
-1
/
+3
2019-06-28
ASoC: atmel: sam9x5_wm8731: consider CPU-Platform possibility
Kuninori Morimoto
1
-1
/
+4
2019-06-28
ASoC: atmel: sam9g20_wm8731: consider CPU-Platform possibility
Kuninori Morimoto
1
-1
/
+4
2019-06-28
ASoC: amtel: mikroe-proto: consider CPU-Platform possibility
Kuninori Morimoto
1
-2
/
+5
2019-06-28
ASoC: atmel: atmel_wm8904: consider CPU-Platform possibility unnecessary Plat...
Kuninori Morimoto
1
-1
/
+3
2019-06-28
ASoC: atmel: atmel-pdmic: consider CPU-Platform possibility
Kuninori Morimoto
1
-1
/
+4
2019-06-28
ASoC: atmel: atmel-classd: consider CPU-Platform possibility
Kuninori Morimoto
1
-1
/
+4
2019-06-28
ASoC: atmel: atmel-pcm-dma.c: use devm_snd_dmaengine_pcm_register()
Kuninori Morimoto
4
-31
/
+2
2019-06-26
Merge tag 'v5.2-rc6' into asoc-5.3
Mark Brown
13
-116
/
+13
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
1
-12
/
+1
2019-06-19
ASoC: atmel: tse850-pcm5142: don't select unnecessary Platform
Kuninori Morimoto
1
-3
/
+1
[next]