summaryrefslogtreecommitdiffstats
path: root/sound/soc/mediatek/mt8192 (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-09-091-1/+1
* ASoC: mediatek: mt8192: remove redundant null pointer check before of_node_putChen Ni2024-07-291-3/+1
* Merge tag 'asoc-v6.10' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2024-05-134-342/+165
|\
| * ASoC: mediatek: Use *-y instead of *-objs in MakefileTakashi Iwai2024-05-081-1/+1
| * ASoC: mediatek: Use common mtk_afe_pcm_platform with common probe cbAngeloGioacchino Del Regno2024-04-161-23/+2
| * ASoC: mediatek: mt8192: Migrate to the common mtk_soundcard_startupAngeloGioacchino Del Regno2024-04-161-98/+41
| * ASoC: mediatek: mt8192: Migrate to mtk_soundcard_common_probeAngeloGioacchino Del Regno2024-04-161-73/+91
| * ASoC: mediatek: Commonize ADDA rate transform functions and enumsAngeloGioacchino Del Regno2024-03-251-87/+3
| * ASoC: mediatek: mt8192-afe-pcm: Simplify with dev_err_probe()AngeloGioacchino Del Regno2024-03-251-43/+22
| * ASoC: mediatek: mt8192-afe-pcm: Convert to devm_pm_runtime_enable()AngeloGioacchino Del Regno2024-03-251-29/+17
* | ASoC: mediatek: mt8192: fix register configuration for tdmHsin-Te Yuan2024-05-091-2/+2
|/
* ASoC: mediatek: mt8192: Check existence of dai_name before dereferencingNícolas F. R. A. Prado2024-01-081-1/+2
* ASoC: mediatek: mt8192: Handle component name prefixKrzysztof Kozlowski2023-10-262-4/+4
* ASoC: DT matching and header cleanupsMark Brown2023-10-101-1/+1
|\
| * ASoC: Explicitly include correct DT includesRob Herring2023-10-091-1/+1
* | ASoC: mt8192-afe-gpio: Drop unused includeLinus Walleij2023-10-091-1/+0
|/
* ASoC: mediatek: convert not to use asoc_xxx()Kuninori Morimoto2023-09-262-14/+14
* ASoC: mediatek: mt8192-mt6359: Go back to old headphone pin nameNícolas F. R. A. Prado2023-06-091-1/+1
* ASoC: do not include pm_runtime.h if not usedClaudiu Beznea2023-05-231-2/+0
* ASoC: mediatek: mt8192-mt6359: Remove " Jack" from Headphone pin nameAngeloGioacchino Del Regno2023-05-181-1/+1
* ASoC: mediatek: mt8192-afe-pcm: Convert to platform remove callback returning...Uwe Kleine-König2023-03-201-3/+2
* ASoC: mt8192: Move spammy messages to debug levelNícolas F. R. A. Prado2023-03-143-19/+19
* ASoC: mt8192: Remove function name log messagesNícolas F. R. A. Prado via Alsa-devel2023-03-144-12/+0
* ASoC: mt8192: Fix range for sidetone positive gainMark Brown2023-02-281-1/+1
* ASoC: mt8192: Report an error if when an invalid sidetone gain is writtenMark Brown2023-02-281-0/+2
* ASoC: mt8192: Fix event generation for controlsMark Brown2023-02-281-7/+18
* ASoC: mt8192: Remove spammy log messagesMark Brown2023-02-281-33/+0
* ASoC: mediatek: use helper functionKuninori Morimoto2023-01-311-3/+5
* ASoC: mediatek: mt8192-mt6359: Register to module device tableNícolas F. R. A. Prado2022-11-091-0/+1
* ASoC: mediatek: mt8192-mt6359: Set the driver name for the cardNícolas F. R. A. Prado2022-09-301-1/+5
* ASoC: mediatek: mt8192-mt6359: Expose individual headset jack pinsNícolas F. R. A. Prado2022-09-231-2/+15
* ASoC: mediatek: mt8192: Remove clock share parsing from DTNícolas F. R. A. Prado2022-09-091-35/+0
* ASoC: mediatek: mt8192-mt6359: Make i2s9 share the clock from i2s8Nícolas F. R. A. Prado2022-09-091-0/+9
* ASoC: mediatek: mt8192: Allow setting shared clocks from machine driverNícolas F. R. A. Prado2022-09-092-0/+29
* ASoC: soc-card: Create jack kcontrol without pinsAkihiko Odaki2022-04-141-2/+2
* ASoC: mediatek: mt8192: support rt1015p_rt5682sJiaxin Yu2022-04-081-22/+39
* ASoC: mediatek: mt8192: refactor for I2S8/I2S9 DAI links of headsetJiaxin Yu2022-04-081-8/+26
* ASoC: mediatek: mt8192: refactor for I2S3 DAI link of speakerJiaxin Yu2022-04-081-51/+57
* ASoC: mediatek: mt8192-mt6359: Fix error handling in mt8192_mt6359_dev_probeMiaoqian Lin2022-03-081-6/+12
* ASoC: mediatek: use of_device_get_match_data()Tzung-Bi Shih2021-12-291-5/+2
* ASoC: mediatek: mt8192-mt6359: fix device_node leakTzung-Bi Shih2021-12-231-1/+5
* ASoC: mediatek: assign correct type to argumentJiaxin Yu2021-12-141-2/+2
* ASoC: mediatek: remove unnecessary CONFIG_PMJiaxin Yu2021-11-251-2/+0
* ASoC: mediatek: mt8192:Fix Unbalanced pm_runtime_enable in mt8192_afe_pcm_dev...Zhang Qilong2021-07-121-10/+17
* ASoC: mediatek: mt8192: Delete a redundant condition branchZhen Lei2021-05-101-2/+0
* ASoC: mediatek: mt8192: fix tdm out data is valid on rising edgeJiaxin Yu2021-03-122-4/+8
* Merge branch 'asoc-5.11' into asoc-5.12Mark Brown2021-02-051-0/+49
|\
| * ASoC: mediatek: mt8192-mt6359: add format constraints for RT5682Tzung-Bi Shih2021-01-251-0/+49
* | ASoC: mediatek: mt8192-mt6359: simplify ops for Capture1 DAI linkTzung-Bi Shih2021-02-041-12/+8
* | ASoC: mediatek: mt8192: use asoc_substream_to_rtd()Tzung-Bi Shih2021-02-041-2/+2