aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/samsung (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-21ASoC: samsung: Specify DMA channels through struct snd_dmaengine_pcm_configSylwester Nawrocki8-21/+39
2016-07-21ASoC: samsung: Fix error paths in the I2S driver's probe()Sylwester Nawrocki1-5/+20
2016-06-26ASoC: samsung: fix spelling mistake: "unknwon" -> "unknown"Colin Ian King1-1/+1
2016-05-30ASoC: samsung: Remove unused Odroid x2/u3 machine driverSylwester Nawrocki3-195/+0
2016-05-30ASoC: samsung: Use of_device_get_match_data() helperSylwester Nawrocki1-17/+7
2016-05-30ASoC: samsung: Remove definition of an unused data structureSylwester Nawrocki1-4/+0
2016-05-30ASoC: samsung: Remove unused "samsung-i2sv4" platform_device_id entrySylwester Nawrocki1-3/+0
2016-03-13Merge remote-tracking branches 'asoc/topic/rt5640', 'asoc/topic/rt5659', 'asoc/topic/samsung' and 'asoc/topic/ssm4567' into asoc-nextMark Brown2-2/+2
2016-02-20ASoC: samsung: Use IRQ safe spin lock callsCharles Keepax1-9/+12
2016-01-27ASoC: s3c24xx: use const snd_soc_component_driver pointerArnd Bergmann2-2/+2
2016-01-20Merge tag 'armsoc-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-50/+26
2015-12-23Merge remote-tracking branches 'asoc/topic/samsung', 'asoc/topic/sh', 'asoc/topic/ssm2518' and 'asoc/topic/sti' into asoc-nextMark Brown9-94/+68
2015-12-01ASoC: samsung/smartq: use dynamic registrationArnd Bergmann1-50/+26
2015-11-21ASoC: samsung: pass filter function as pointerArnd Bergmann9-25/+33
2015-11-18ASoC: Vendor drivers get a link's runtime by snd_soc_get_pcm_runtime()Mengdong Lin6-26/+97
2015-11-18ASoC: s3c24xx-i2s: pass DMA channels as platform dataArnd Bergmann2-4/+20
2015-11-18ASoC: samsung: pass DMA channels as pointersArnd Bergmann8-73/+23
2015-10-23ASoC: rx1950_uda1380: Constify rate constraintsLars-Peter Clausen1-3/+2
2015-10-23ASoC: h1940_uda1380: Constify rate constraintsLars-Peter Clausen1-3/+2
2015-08-30Merge remote-tracking branches 'asoc/topic/au1x', 'asoc/topic/bcm2835', 'asoc/topic/blackfin' and 'asoc/topic/card' into asoc-nextMark Brown2-0/+2
2015-08-21ASoC: Set missing card owner fieldAxel Lin2-0/+2
2015-08-20ASoC: samsung: Remove redundant arndale_audio_removeVaishali Thakkar1-10/+0
2015-06-05Merge remote-tracking branches 'asoc/topic/rt5677', 'asoc/topic/samsung' and 'asoc/topic/sgtl5000' into asoc-nextMark Brown6-15/+15
2015-05-04ASoC: speyside: Use snd_soc_codec_get_dapm()Lars-Peter Clausen1-1/+1
2015-05-04ASoC: smartq: Use card DAPM context to access widgetsLars-Peter Clausen1-2/+1
2015-05-04ASoC: smartq: Remove unnecessary snd_soc_dapm_disable_pin()Lars-Peter Clausen1-3/+0
2015-05-04ASoC: smdk_wm8994: Use card DAPM context to access widgetsLars-Peter Clausen1-2/+1
2015-05-04ASoC: lowland: Use card DAPM context to access widgetsLars-Peter Clausen1-1/+1
2015-05-04ASoC: samsung: wolfson: Improve compile test coverageLars-Peter Clausen1-5/+10
2015-05-01ASoC: samsung: Constify platform_device_idKrzysztof Kozlowski1-1/+1
2015-04-29Merge remote-tracking branches 'asoc/fix/rt5677', 'asoc/fix/samsung' and 'asoc/fix/tfa9879' into asoc-linusMark Brown1-2/+2
2015-04-17ASoC: samsung: s3c24xx-i2s: Fix return value check in s3c24xx_iis_dev_probe()Wei Yongjun1-2/+2
2015-03-05Merge remote-tracking branches 'asoc/topic/jack', 'asoc/topic/max98357a', 'asoc/topic/omap' and 'asoc/topic/rt286' into asoc-nextMark Brown7-56/+26
2015-03-04Merge remote-tracking branch 'asoc/fix/samsung' into asoc-linusMark Brown1-5/+5
2015-03-04ASoC: tobermory: Register jacks at the card levelLars-Peter Clausen1-9/+4
2015-03-04ASoC: speyside: Register jacks at the card levelLars-Peter Clausen1-10/+4
2015-03-04ASoC: smartq: Register jacks at the card levelLars-Peter Clausen1-7/+4
2015-03-04ASoC: rx1950_uda1380: Register jacks at the card levelLars-Peter Clausen1-7/+2
2015-03-04ASoC: lowland: Register jacks at the card levelLars-Peter Clausen1-10/+4
2015-03-04ASoC: littlemill: Register jacks at the card levelLars-Peter Clausen1-6/+6
2015-03-04ASoC: h1980_uda1380: Register jacks at the card levelLars-Peter Clausen1-7/+2
2015-02-21ASoC: Samsung: add missing I2C/SPI dependenciesArnd Bergmann1-5/+5
2015-02-07ASoC: samsung: Remove goni or aquila with the WM8994Paul Bolle3-302/+0
2015-01-16ASoC: samsung: Replace depends on REGMAP_I2C with depends on I2CLars-Peter Clausen1-2/+2
2015-01-16ASoC: smdk_wm8580: Pass card DAPM context to snd_soc_dapm_disable_pin()Lars-Peter Clausen1-4/+1
2015-01-16ASoC: jive: Automatically disconnect non-connected pinsLars-Peter Clausen1-17/+1
2015-01-16Merge branch 'topic/dai' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-samsungMark Brown11-165/+33
2015-01-14ASoC: samsung: i2s: Add clock provider for the I2S internal clocksSylwester Nawrocki1-20/+93
2015-01-14ASoC: samsung: odroidx2: Handle I2S CDCLK clock conditionallySylwester Nawrocki1-1/+5
2015-01-14ASoC: samsung: i2s: Protect more registers with a spinlockSylwester Nawrocki1-30/+51