aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/samsung (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-19ASoC: samsung: odroid: don't need DUMMY PlatformKuninori Morimoto1-2/+1
2023-10-26ASoC: samsung: speyside: Handle component name prefixKrzysztof Kozlowski1-2/+2
2023-10-09ASoC: Use device_get_match_data()Rob Herring1-25/+3
2023-10-09ASoC: Explicitly include correct DT includesRob Herring6-8/+1
2023-09-25ASoC: samsung: convert not to use asoc_xxx()Kuninori Morimoto17-84/+84
2023-08-16ASoC: samsung: tm2_wm5110: parse audio-routingKrzysztof Kozlowski1-3/+7
2023-08-16ASoC: samsung: odroid: parse audio-routingKrzysztof Kozlowski1-6/+7
2023-08-16ASoC: samsung: midas_wm1811: parse audio-routingKrzysztof Kozlowski1-3/+7
2023-08-16ASoC: samsung: aries_wm8994: parse audio-routingKrzysztof Kozlowski1-3/+7
2023-08-16ASoC: samsung: odroid: use of_property_present to check for propertyKrzysztof Kozlowski1-2/+2
2023-08-14ASoC: samsung: merge DAI call back functions into opsKuninori Morimoto2-12/+11
2023-08-09ASoC: samsung: midas_wm1811: Fix 'Headphone Switch' control creationMarek Szyprowski1-1/+0
2023-08-07ASoC: samsung: midas_wm1811: Map missing jack kcontrolsAlper Nebi Yasak1-5/+20
2023-08-07ASoC: samsung: lowland: Split Line Out jack kcontrol from HeadphoneAlper Nebi Yasak1-1/+7
2023-08-07ASoC: samsung: littlemill: Map missing jack kcontrolsAlper Nebi Yasak1-6/+21
2023-06-20ASoC: samsung: use snd_soc_{of_}get_dlc()Kuninori Morimoto1-15/+1
2023-04-05ASoC: samsung: switch to use c2c_params instead of paramsKuninori Morimoto5-12/+24
2023-03-20ASoC: samsung: spdif: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20ASoC: samsung: snow: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20ASoC: samsung: pcm: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20ASoC: samsung: odroid: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20ASoC: samsung: i2s: Convert to platform remove callback returning voidUwe Kleine-König1-5/+3
2023-03-20ASoC: samsung: arndale: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-03-11ASoC: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2023-02-22Merge tag 'sound-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2-0/+54
2023-01-17ASoC: samsung: i2s: add support for FSD I2SPadmanabhan Rajanbabu2-0/+54
2023-01-16ASoC: samsung: remove unused driversArnd Bergmann21-4107/+0
2022-09-20ASoC: soc.h: remove num_cpus/codecsKuninori Morimoto1-1/+1
2022-08-22ASoC: samsung: Use iio_get_channel_type() accessor.Jonathan Cameron1-2/+6
2022-06-30ASoC: samsung: change neo1973_audio from a global to staticTom Rix1-1/+1
2022-06-30ASoC: samsung: change gpiod_speaker_power and rx1950_audio from global to static variablesTom Rix1-2/+2
2022-06-29ASoC: Refactor non_legacy_dai_naming flagMark Brown6-11/+16
2022-06-27ASoC: samsung: h1940_uda1380: include proepr GPIO consumer headerKrzysztof Kozlowski1-1/+1
2022-06-27ASoC: samsung: Enable compile testKrzysztof Kozlowski1-7/+13
2022-06-27ASoC: samsung: s3c24xx-i2s: Drop unneeded gpio.h includeKrzysztof Kozlowski1-1/+0
2022-06-27ASoC: samsung: s3c-i2s-v2: Allow build for unsupported hardwareKrzysztof Kozlowski1-11/+0
2022-06-27ASoC: samsung: s3c24xx-i2s: Fix typo in DAIFMT handlingCharles Keepax1-1/+1
2022-06-27ASoC: samsung: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2022-06-27ASoC: samsung: Migrate to new style legacy DAI naming flagCharles Keepax5-10/+16
2022-06-09Specify clock provider directly to CPU DAIsMark Brown4-11/+11
2022-06-07ASoC: trivial changes for cppcheck warningsMark Brown1-1/+1
2022-06-06ASoC: samsung: Fix error handling in aries_audio_probeMiaoqian Lin1-2/+4
2022-06-06ASoC: samsung: snow: simplify error handlingPierre-Louis Bossart1-1/+1
2022-06-06ASoC: samsung: Rename set_fmt_new back to set_fmtCharles Keepax4-4/+4
2022-06-06ASoC: samsung: Update to use set_fmt_new callbackCharles Keepax4-15/+15
2022-05-12ASoC: samsung: Fix refcount leak in aries_audio_probeMiaoqian Lin1-1/+1
2022-05-10ASoC: samsung: spdif: remove unnecessary check of mem_resYang Yingliang1-2/+1
2022-04-14ASoC: soc-card: Create jack kcontrol without pinsAkihiko Odaki9-22/+27
2022-04-05ASoC: samsung: Constify snd_soc_dapm_{route,widget} structsRikard Falkeborn5-10/+10
2022-03-16ASoC: samsung: i2s: check the return value of kstrdup()Xiaoke Wang1-0/+4