aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/codecs/rt5514-spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-11ASoC: rt5514-spi: Use managed buffer allocationTakashi Iwai1-6/+4
2019-11-09ASoC: rt5514-spi: Convert to the common vmalloc memallocTakashi Iwai1-10/+11
2019-10-08ASoC: rt5514-spi: remove snd_pcm_opsKuninori Morimoto1-20/+21
2019-06-26Merge tag 'v5.2-rc6' into asoc-5.3Mark Brown1-4/+1
2019-06-20ASoC: rt5514-spi: don't use snd_soc_lookup_component()Kuninori Morimoto1-3/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-01-15ASoC: rt5514-spi: Fix potential NULL pointer dereferenceGustavo A. R. Silva1-0/+2
2018-10-21Merge branch 'asoc-4.19' into asoc-linusMark Brown1-6/+8
2018-09-17ASoC: rt5514-spi: Get the period_bytes in the copy work to make sure the value correctlyOder Chiou1-6/+8
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai1-1/+0
2018-03-28Merge remote-tracking branches 'asoc/topic/rt298', 'asoc/topic/rt5514', 'asoc/topic/rt5616', 'asoc/topic/rt5631' and 'asoc/topic/rt5640' into asoc-nextMark Brown1-2/+2
2018-02-12ASoC: rt5514-spi: replace platform to componentKuninori Morimoto1-18/+14
2018-02-12ASoC: rt5514: replace codec to componentKuninori Morimoto1-2/+2
2018-01-05Merge remote-tracking branches 'asoc/topic/rl6231', 'asoc/topic/rt5514' and 'asoc/topic/rt5645' into asoc-nextMark Brown1-0/+1
2017-12-19ASoC: rt5514-spi: only enable wakeup when fully initializedBrian Norris1-2/+2
2017-11-27ASoC: rt5514: Add the sanity check for the driver_data in the resume functionoder_chiou@realtek.com1-4/+7
2017-11-10ASoC: rt5514: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2017-11-08ASoC: rt5514-spi: check irq status to schedule data copy in resume functionoder_chiou@realtek.com1-0/+10
2017-11-08ASoC: rt5514: Voice wakeup support.oder_chiou@realtek.com1-0/+27
2017-11-08ASoC: rt5514-spi: Let the buf_size to align with period_bytesOder Chiou1-0/+9
2017-11-07ASoC: rt5514: The DSP clock can be calibrated by the other clock sourceoder_chiou@realtek.com1-0/+1
2017-09-13ASoC: rt5514-spi: check irq status to schedule data copyHsin-Yu Chao1-2/+15
2017-09-01Merge remote-tracking branches 'asoc/topic/rk3036', 'asoc/topic/rockchip', 'asoc/topic/rt274' and 'asoc/topic/rt5514' into asoc-nextMark Brown1-66/+78
2017-08-14ASoC: codecs: make snd_soc_platform_driver constBhumika Goyal1-1/+1
2017-08-07ASoC: rt5514: reset dma_offset at hw_paramsoder_chiou@realtek.com1-1/+1
2017-08-01ASoC: rt5514: Add the sanity checks of the buffer related addressoder_chiou@realtek.com1-1/+6
2017-07-17ASoC: rt5514: Support the DSP recording continuously after the hotwording triggeredoder_chiou@realtek.com1-66/+73
2016-12-15ASoC: rt5514-spi: Remove unneeded linux/miscdevice.h includeCorentin Labbe1-1/+0
2016-11-16ASoC: rt5514: Remove superfluous linux/kthread.h inclusionTakashi Iwai1-1/+0
2016-09-12ASoC: constify snd_pcm_ops structuresJulia Lawall1-1/+1
2016-07-14ASoC: rt5514-spi: Convert to use devm_* APIAxel Lin1-19/+6
2016-06-22ASoC: rt5514: Fix the issue that the variable dereferenced before checkingOder Chiou1-1/+2
2016-06-07ASoC: rt5514: add rt5514 SPI driverOder Chiou1-0/+459