Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
ab736d7dc17e681be001648607be20c549b6229c
/
sound
/
soc
/
fsl
/
imx-ssi.c
b7b01d3
ASoC: imx-ssi: Fix DAI hardware signal inversions
by Benoît Thébaudeau
· 9 years ago
0d69e0d
ASoC: fsl: Add dedicated DMA buffer size for each cpu dai
by Shengjiu Wang
· 9 years ago
bbcdb69
ASoC: fsl: Remove fsl_asoc_xlate_tdm_slot_mask()
by Lars-Peter Clausen
· 10 years ago
d0077aa
ASoC: fsl: Update set_tdm_slot() semantics
by Lars-Peter Clausen
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
bc26321
ASoC: Rename snd_soc_dai_driver struct ac97_control field to bus_control
by Lars-Peter Clausen
· 10 years ago
8cb636b
ASoC: fsl: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
5f9e6ff
ASoC: imx-ssi: Add .xlate_tdm_slot_mask() support.
by Xiubo Li
· 11 years ago
24f4bd5
ASoC: imx-ssi: Check the return value from clk_prepare_enable()
by Fabio Estevam
· 11 years ago
3621dbb
ASoC: fsl: imx-ssi: omit ssi counter to avoid harm in unbalanced situation
by Oskar Schirmer
· 11 years ago
7e6d18a
ASoC: fsl: Use devm_snd_dmaengine_pcm_register()
by Lars-Peter Clausen
· 11 years ago
8ff9f38
Merge remote-tracking branch 'asoc/topic/fsl' into asoc-next
by Mark Brown
· 11 years ago
67093b2
ASoC: fsl: remove leftover release_mem_region
by Wolfram Sang
· 11 years ago
5a6e19b
ASoC: fsl: imx-ssi: fix probe on imx31
by Philippe Rétornaz
· 11 years ago
32bd8cd
ASoC: fsl: Set sdma peripheral type directly
by Nicolin Chen
· 11 years ago
9051cba
ASoC: imx-pcm-fiq: Introduce pcm-fiq-params
by Markus Pargmann
· 11 years ago
accaf69d
Merge tag 'asoc-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next
by Takashi Iwai
· 11 years ago
b047e1c
ASoC: ac97: Support multi-platform AC'97
by Mark Brown
· 11 years ago
0d664db
Merge remote-tracking branch 'asoc/topic/fsl' into asoc-next
by Mark Brown
· 11 years ago
5f68d04
sound/soc/fsl: don't check resource with devm_ioremap_resource
by Wolfram Sang
· 12 years ago
2bf9d4b
ASoC: fsl: remove use of imx-fiq-pcm-audio from imx-ssi
by Shawn Guo
· 12 years ago
3b7d463
ASoC: fsl: remove use of imx-pcm-audio from imx-ssi
by Shawn Guo
· 12 years ago
8dd2b66
Merge tag 'asoc-v3.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next
by Takashi Iwai
· 12 years ago
23abd86
Merge remote-tracking branch 'asoc/topic/fsl' into asoc-next
by Mark Brown
· 12 years ago
fc8ba7f
ASoC: imx: Setup dma data in DAI probe
by Lars-Peter Clausen
· 12 years ago
753e23e
Merge tag 'v3.9-rc7' into asoc-dma
by Mark Brown
· 12 years ago
5dccf54
Merge remote-tracking branch 'asoc/topic/fsl' into asoc-next
by Mark Brown
· 12 years ago
38e8c89
Merge remote-tracking branch 'asoc/topic/dma' into asoc-next
by Mark Brown
· 12 years ago
1341962
Merge remote-tracking branch 'asoc/topic/component' into asoc-next
by Mark Brown
· 12 years ago
a8909c9
ASoC: fsl: Use common DAI DMA data struct
by Lars-Peter Clausen
· 12 years ago
c22fd5e
ASoC: switch over to use snd_soc_register_component() on imx ssi
by Kuninori Morimoto
· 12 years ago
312bb4f
ASoC: imx-pcm: Embed the imx_dma_data struct in the dma_params struct
by Lars-Peter Clausen
· 12 years ago
b6e5160
ASoC: imx-ssi: Fix occasional AC97 reset failure
by Sascha Hauer
· 12 years ago
c1963c3
ASoC: imx-ssi: Fix AC97 rates
by Sascha Hauer
· 12 years ago
b25b5aa
ASoC: Convert to devm_ioremap_resource()
by Thierry Reding
· 12 years ago
046e7d6
Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 12 years ago
a0a3d51
ASoC: fsl: remove __dev* attributes
by Bill Pemberton
· 12 years ago
ad698d2
ASoC: imx-ssi: remove unneeded mach/hardware.h inclusion
by Shawn Guo
· 12 years ago
f5a246e
Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 12 years ago
82906b1
ARM: imx: move platform_data definitions
by Arnd Bergmann
· 12 years ago
104c229
ASoC: Revert 'ASoC: imx-ssi: Remove mono support'
by Javier Martin
· 12 years ago
75d8f29
Merge branch 'asoc-omap' into for-3.7
by Mark Brown
· 12 years ago
0865a75
ASoC: imx-ssi: Remove mono support
by Fabio Estevam
· 12 years ago
a0f1e98
ASoC: imx-ssi: Say if we fail to register a second AC'97 bus
by Mark Brown
· 12 years ago
ad3ab1b
ASoC: imx-ssi: Use devm functions
by Fabio Estevam
· 12 years ago
41c73b6
ASoC: imx-ssi: Use clk_prepare_enable/clk_disable_unprepare
by Fabio Estevam
· 13 years ago
a23dc69
ASoC: imx: merge sound/soc/imx into sound/soc/fsl
by Shawn Guo
· 13 years ago
[Renamed (99%) from sound/soc/imx/imx-ssi.c]
cb3f2ad
Merge branch 'topic/asoc' into for-linus
by Takashi Iwai
· 13 years ago
4762fba
ASoC: imx: separate imx-pcm bits from imx-ssi driver
by Shawn Guo
· 13 years ago
9a3a101
ASoC: imx: initialize dma_params burstsize just in imx-ssi
by Shawn Guo
· 13 years ago
5ed80a7
ASoC: i.MX SSI: Fix DSP_A format.
by Javier Martin
· 13 years ago
91a3854
ASoC: imx-ssi: Set dma data early
by Lars-Peter Clausen
· 13 years ago
7a24b2b
ASoC: Convert imx directory to module_platform_driver
by Axel Lin
· 13 years ago
85e7652
ASoC: Constify snd_soc_dai_ops structs
by Lars-Peter Clausen
· 13 years ago
0df2c59
ASoC: imx: Remove unused variable 'dai'
by Axel Lin
· 13 years ago
35dcf58
ASoC: imx: use more robust checking of available streams
by Wolfram Sang
· 13 years ago
d4ba785
ASoC: imx-ssi: use dma_writecombine consistently
by Wolfram Sang
· 13 years ago
1ae4e9b
Merge branch 'for-3.0' into for-3.1
by Mark Brown
· 13 years ago
96dcabb
ASoC: imx: add missing module informations
by Arnaud Patard (Rtp)
· 13 years ago
552d1ef
ASoC: core - Optimise and refactor pcm_new() to pass only rtd
by Liam Girdwood
· 14 years ago
d5381e4
ASoC: Merge branch 'for-2.6.39' into for-2.6.40
by Mark Brown
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
8b573c9
ASoC: imx: remove superfluous code in imx-ssi.c
by Wolfram Sang
· 14 years ago
0a93421
ASoC: Fix burstsize and DSP_B format problems in imx-ssi.
by Javier Martin
· 14 years ago
2c54c15
Merge branch 'for-2.6.37' into for-2.6.38
by Mark Brown
· 14 years ago
ac8f924
ASoC: imx-ssi: fix resource leak
by Axel Lin
· 14 years ago
22e2fda
ASoC: i.MX: we can do mono
by Sascha Hauer
· 14 years ago
f562be5
ASoC i.MX: register dma audio device
by Sascha Hauer
· 14 years ago
205d231
ASoC: Remove -dai suffix from i.MX SSI driver
by Mark Brown
· 14 years ago
d89ccac
Merge branch 'for-2.6.36' into for-2.6.37
by Mark Brown
· 14 years ago
70bf043
ASoC: i.MX ssi: use SSI_STCCR in synchronous mode
by Sascha Hauer
· 14 years ago
e4862f2
Merge branch 'for-2.6.36' into for-2.6.37
by Mark Brown
· 14 years ago
f0fba2a
ASoC: multi-component - ASoC Multi-Component Support
by Liam Girdwood
· 15 years ago
faa38b5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
by Linus Torvalds
· 14 years ago
25d1fbf
fix comment typos concerning "challenge"
by Uwe Kleine-König
· 14 years ago
0e79612
ASoC: imx-ssi.c: add new choices to platform configuration
by Eric Bénard
· 15 years ago
d336905
Merge branch 'fix/asoc' into for-linus
by Takashi Iwai
· 15 years ago
206b60e
ASoC: imx-ssi: honor IMX_SSI_DMA flag
by Sascha Hauer
· 15 years ago
84db18b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
by Linus Torvalds
· 15 years ago
5f712b2
ALSA: ASoC: move dma_data from snd_soc_dai to snd_soc_pcm_stream
by Daniel Mack
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
d08a68b
ASoC: i.MX SSI driver does not yet support master mode
by Mark Brown
· 15 years ago
48dbc41
ASoC: Convert new i.MX SSI driver to use static DAI array
by Mark Brown
· 15 years ago
8380222
ASoC: Add a new imx-ssi sound driver
by Sascha Hauer
· 15 years ago