index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
soc
/
fsl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'asoc/for-5.10' into asoc-next
Mark Brown
2020-10-09
11
-132
/
+326
|
\
|
*
Merge tag 'v5.9-rc5' into asoc-5.10
Mark Brown
2020-10-06
1
-1
/
+1
|
|
\
|
*
|
ASoC: fsl_spdif: Remove unused np
Mark Brown
2020-10-02
1
-1
/
+0
|
*
|
ASoC: fsl_spdif: Fix unnecessary check in fsl_spdif_probe()
Tang Bin
2020-10-01
1
-3
/
+0
|
*
|
ASoC: fsl: mx27vis-aic32x4: use devm_snd_soc_register_card()
Qinglang Miao
2020-10-01
1
-9
/
+1
|
*
|
ASoC: fsl: imx-mc13783: use devm_snd_soc_register_card()
Qinglang Miao
2020-10-01
1
-9
/
+1
|
*
|
ASoC: fsl: imx-audmix: Use devm_kcalloc() instead of devm_kzalloc()
Xu Wang
2020-09-25
1
-4
/
+4
|
*
|
Merge series "ASoC: fsl_sai: update the register list" from Shengjiu Wang <sh...
Mark Brown
2020-09-17
2
-0
/
+164
|
|
\
\
|
|
*
|
ASoC: fsl_sai: Set MCLK input or output direction
Shengjiu Wang
2020-09-17
1
-0
/
+7
|
|
*
|
ASoC: fsl_sai: Add fsl_sai_check_version function
Shengjiu Wang
2020-09-17
2
-0
/
+75
|
|
*
|
ASoC: fsl_sai: Add new added registers and new bit definition
Shengjiu Wang
2020-09-17
2
-0
/
+82
|
*
|
|
Merge branch 'asoc-5.9' into asoc-5.10
Mark Brown
2020-09-17
1
-4
/
+12
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
ASoC: fsl: Replace tasklet with work
Takashi Iwai
2020-09-09
1
-7
/
+7
|
*
|
|
Merge branch 'topic/tasklet-convert' of https://git.kernel.org/pub/scm/linux/...
Mark Brown
2020-09-09
1
-4
/
+3
|
|
\
\
\
|
*
|
|
|
ASoC: fsl: imx-es8328: add missing put_device() call in imx_es8328_probe()
Yu Kuai
2020-09-08
1
-5
/
+7
|
*
|
|
|
ASoC: fsl_sai: Set SAI Channel Mode to Output Mode
Shengjiu Wang
2020-09-03
2
-2
/
+10
|
*
|
|
|
ASoC: fsl_sai: Support multiple data channel enable bits
Shengjiu Wang
2020-09-03
2
-19
/
+13
|
*
|
|
|
ASoC: fsl_sai: Add -EPROBE_DEFER check for regmap init
Shengjiu Wang
2020-08-24
1
-1
/
+1
|
*
|
|
|
ASoC: fsl-asoc-card: add support for TLV320AIC32x4 codec
Matthias Schiffer
2020-08-21
2
-1
/
+5
|
*
|
|
|
Merge series "refine and clean code for synchronous mode" from Shengjiu Wang ...
Mark Brown
2020-08-18
1
-71
/
+102
|
|
\
\
\
\
|
|
*
|
|
|
ASoC: fsl_sai: Replace synchronous check with fsl_sai_dir_is_synced
Shengjiu Wang
2020-08-17
1
-24
/
+16
|
|
*
|
|
|
ASoC: fsl_sai: Drop TMR/RMR settings for synchronous mode
Shengjiu Wang
2020-08-17
1
-6
/
+1
|
|
*
|
|
|
ASoC: fsl_sai: Refine enable/disable TE/RE sequence in trigger()
Shengjiu Wang
2020-08-17
1
-41
/
+85
|
*
|
|
|
|
ASoC: fsl-asoc-card: Get "extal" clock rate by clk_get_rate
Shengjiu Wang
2020-08-18
1
-0
/
+11
|
*
|
|
|
|
ASoC: various vendors: delete repeated words in comments
Randy Dunlap
2020-08-18
1
-1
/
+1
|
|
/
/
/
/
|
*
|
|
|
Merge existing fixes from asoc/for-5.9
Mark Brown
2020-08-17
2
-85
/
+70
|
|
\
\
\
\
*
|
\
\
\
\
Merge remote-tracking branch 'asoc/for-5.9' into asoc-linus
Mark Brown
2020-10-09
3
-12
/
+24
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
ASoC: fsl_sai: Instantiate snd_soc_dai_driver
Shengjiu Wang
2020-09-25
2
-8
/
+12
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
ASoC: fsl_audmix: make clock and output src write only
Viorel Suman
2020-09-17
1
-4
/
+12
*
|
|
|
|
Merge tag 'sound-5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
2020-09-04
1
-4
/
+3
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
ASoC: fsl_esai: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-09-02
1
-4
/
+3
|
|
/
/
/
*
/
/
/
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+1
|
/
/
/
*
|
|
Merge tag 'asoc-fix-v5.9-rc1' of https://git.kernel.org/pub/scm/linux/kernel/...
Takashi Iwai
2020-08-19
2
-85
/
+70
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
ASoC: fsl: Fix unused variable warning
Takashi Iwai
2020-08-03
1
-1
/
+0
|
*
ASoC: fsl-asoc-card: Remove fsl_asoc_card_set_bias_level function
Shengjiu Wang
2020-08-03
1
-84
/
+70
*
|
Merge remote-tracking branch 'asoc/for-5.9' into asoc-next
Mark Brown
2020-07-31
23
-228
/
+547
|
\
|
|
*
Merge series "ASoC: add asoc_substream_to_rtd() macro" from Kuninori Morimoto...
Mark Brown
2020-07-23
15
-28
/
+28
|
|
\
|
|
*
ASoC: fsl: use asoc_substream_to_rtd()
Kuninori Morimoto
2020-07-23
15
-28
/
+28
|
*
|
ASoC: fsl-asoc-card: Support configuring dai fmt from DT
Shengjiu Wang
2020-07-23
1
-0
/
+28
|
*
|
ASoC: fsl_esai: add IRQF_SHARED for devm_request_irq
Shengjiu Wang
2020-07-23
1
-1
/
+1
|
*
|
ASoC: fsl: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-07-23
2
-3
/
+3
|
|
/
|
*
Merge series "ASoC: fsl-asoc-card: Support hp and mic detection" from Shengji...
Mark Brown
2020-07-17
2
-2
/
+76
|
|
\
|
|
*
ASoC: fsl-asoc-card: Support Headphone and Microphone Jack detection
Shengjiu Wang
2020-07-17
2
-2
/
+76
|
*
|
ASoC: fsl: fsl-asoc-card: Trivial: Fix misspelling of 'exists'
Lee Jones
2020-07-17
1
-1
/
+1
|
|
/
|
*
ASoC: fsl_spdif: Add kctl for configuring TX validity bit
Shengjiu Wang
2020-07-10
1
-4
/
+43
|
*
ASoC: fsl_spdif: Clear the validity bit for TX
Shengjiu Wang
2020-07-10
1
-0
/
+4
|
*
ASoC: fsl: mpc8610_hpcd: Add missing of_node_put()
Liao Pingfang
2020-07-07
1
-0
/
+2
|
*
ASoC: fsl: fsl_esai: fix kernel-doc
Pierre-Louis Bossart
2020-07-03
1
-14
/
+18
|
*
ASoC: fsl: fsl_asrc: fix kernel-doc
Pierre-Louis Bossart
2020-07-03
1
-18
/
+39
|
*
ASoC: fsl: fsl_spdif: fix kernel-doc
Pierre-Louis Bossart
2020-07-03
1
-2
/
+3
[next]