mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
audio: disable spdifout play zero data function in driver [1/1]
PD#OTT-7246 Problem: spdifout in platform probe function will cause pop sound as we have done this at uboot stage Solution: disable spdifout play zero data function Verify: S905Y2-U221 Change-Id: I6885a200cdb909854e239bb172568ec0af503a06 Signed-off-by: jian.zhou <jian.zhou@amlogic.com>
This commit is contained in:
@@ -1697,8 +1697,12 @@ static int aml_spdif_platform_probe(struct platform_device *pdev)
|
||||
ret = aml_spdif_parse_of(pdev);
|
||||
if (ret)
|
||||
return -EINVAL;
|
||||
|
||||
/* spdif out play zero data at uboot stage */
|
||||
/*
|
||||
if (aml_spdif->clk_cont)
|
||||
spdifout_play_with_zerodata(aml_spdif->id, spdif_reenable);
|
||||
*/
|
||||
|
||||
ret = devm_snd_soc_register_component(dev, &aml_spdif_component,
|
||||
&aml_spdif_dai[aml_spdif->id], 1);
|
||||
|
||||
Reference in New Issue
Block a user