aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/mediatek/mt8183 (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-09ASoC: mediatek: mt8183: Remove clock share parsing from DTNícolas F. R. A. Prado1-31/+0
2022-09-09ASoC: mediatek: mt8183: Configure shared clocksNícolas F. R. A. Prado2-0/+66
2022-09-09ASoC: mediatek: mt8183: Allow setting shared clocks from machine driverNícolas F. R. A. Prado2-0/+29
2022-04-14ASoC: soc-card: Create jack kcontrol without pinsAkihiko Odaki2-6/+4
2022-03-16ASoC: mediatek: Fix error handling in mt8183_da7219_max98357_dev_probeMiaoqian Lin1-7/+16
2022-03-08ASoC: mediatek: mt8183: support wb bt audioJiaxin Yu1-4/+2
2021-12-29ASoC: mediatek: use of_device_get_match_data()Tzung-Bi Shih2-10/+4
2021-12-24ASoC: mediatek: mt8183: fix device_node leakTzung-Bi Shih2-2/+11
2021-12-14ASoC: mediatek: assign correct type to argumentJiaxin Yu2-10/+10
2021-11-25ASoC: mediatek: remove unnecessary CONFIG_PMJiaxin Yu1-2/+0
2021-10-13ASoC: mediatek: Constify static snd_soc_opsRikard Falkeborn1-1/+1
2021-08-30Merge remote-tracking branch 'asoc/for-5.15' into asoc-linusMark Brown1-16/+27
2021-07-13ASoC: Mediatek: MT8183: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-07-11ASoC: mediatek: mt8183: Fix Unbalanced pm_runtime_enable in mt8183_afe_pcm_dev_probeZhang Qilong1-16/+27
2021-03-11ASoC: mediatek: mt8183: support machine driver with rt1015pTzung-Bi Shih1-0/+29
2021-02-05ASoC: mediatek: mt8183-mt6358: set playback and capture constraintsJiaxin Yu1-0/+41
2021-02-05Merge branch 'asoc-5.11' into asoc-5.12Mark Brown2-2/+8
2021-01-21ASoC: mediatek: sync parameter naming (rate/sample_bits)Kuninori Morimoto1-4/+4
2021-01-20ASoC: mediatek: mt8183-da7219: ignore TDM DAI link by defaultTzung-Bi Shih1-1/+4
2021-01-20ASoC: mediatek: mt8183-mt6358: ignore TDM DAI link by defaultTzung-Bi Shih1-1/+4
2021-01-05ASoC: rt1015: remove bclk_ratioTzung-Bi Shih2-12/+0
2020-12-11ASoC: mediatek: mt8183: delete some unreachable codeDan Carpenter1-1/+0
2020-12-11ASoC: mediatek: mt8183: add PM ops to machine driversTzung-Bi Shih2-0/+2
2020-10-26Merge existing fixes from asoc/for-5.10Mark Brown1-6/+25
2020-10-19ASoC: mediatek: mt8183-da7219: fix DAPM paths for rt1015Tzung-Bi Shih1-6/+25
2020-10-09Merge remote-tracking branch 'asoc/for-5.10' into asoc-nextMark Brown2-7/+46
2020-10-06ASoC: mediatek: mt8183-da7219: fix wrong ops for I2S3Tzung-Bi Shih1-1/+1
2020-10-05ASoC: mediatek: mt8183-da7219: support jack detection for LINEOUTTzung-Bi Shih1-1/+2
2020-09-22ASoC: hdmi-codec: Use set_jack ops to set jackCheng-Yi Chiang2-6/+4
2020-09-11ASoC: mediatek: mt8183-da7219: support machine driver with rt1015pTzung-Bi Shih1-0/+40
2020-07-23ASoC: mediatek: use asoc_substream_to_rtd()Kuninori Morimoto3-12/+12
2020-07-22ASoC: mediatek: mt8183: support machine driver with max98357bTzung-Bi Shih1-1/+21
2020-07-22ASoC: mediatek: mt8183: support left justified format for I2STzung-Bi Shih1-8/+51
2020-07-10ASoC: mediatek: mt8183-da7219: support HDMI jack reportingTzung-Bi Shih1-1/+18
2020-07-10ASoC: mediatek: mt8183-da7219: use hdmi-codecTzung-Bi Shih1-2/+8
2020-07-10ASoC: mediatek: mt8183: support HDMI jack reportingTzung-Bi Shih1-1/+19
2020-07-10ASoC: mediatek: mt8183: use hdmi-codecTzung-Bi Shih1-2/+7
2020-07-09ASoC: mediatek: mt8183-da7219: support machine driver with rt1015Tzung-Bi Shih1-15/+155
2020-07-09ASoC: mediatek: mt8183-da7219: extract codec and DAI namesTzung-Bi Shih1-6/+7
2020-07-09ASoC: mediatek: mt8183-da7219: remove forward declaration of headset_initTzung-Bi Shih1-33/+30
2020-07-09ASoC: mediatek: mt8183-da7219: sort header inclusions in alphabeticalTzung-Bi Shih1-1/+1
2020-07-08ASoC: mediatek: mt8183: support machine driver with rt1015Tzung-Bi Shih1-21/+144
2020-07-08ASoC: mediatek: mt8183: sort header inclusions in alphabeticalTzung-Bi Shih1-3/+3
2020-06-23ASoC: mediatek: mt8183-da7219: set playback and capture constraintsTzung-Bi Shih1-0/+42
2020-05-12Merge branch 'for-5.7' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.8Mark Brown1-4/+3
2020-05-11ASoC: mediatek: mt8183-da7219: set headset button mapsTzung-Bi Shih1-3/+13
2020-05-07ASoC: mediatek: mt8183: fix error handling of platform_get_irq()Tzung-Bi Shih1-4/+3
2020-03-27ASoC: mediatek: use asoc_rtd_to_cpu() / asoc_rtd_to_codec() macro for DAI pointerKuninori Morimoto3-4/+4
2020-03-10ASoC: mediatek: use for_each_rtd_codecs/cpus_dai() macroKuninori Morimoto1-2/+2
2020-02-19ASoC: mediatek: mt8183-da7219-max98357: use for_each_rtd_codec_dai() macroKuninori Morimoto1-4/+4