projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c216735
)
ASoC: rockchip: hdmi_dp: add support for 192k
author
Sugar Zhang
<sugar.zhang@rock-chips.com>
Thu, 13 Apr 2017 07:25:14 +0000
(15:25 +0800)
committer
Huang, Tao
<huangtao@rock-chips.com>
Thu, 13 Apr 2017 11:18:45 +0000
(19:18 +0800)
Change-Id: Ib50106f9c44ef86f2e20cf2b2206b54c8c966a29
Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
sound/soc/rockchip/rockchip_hdmi_dp.c
patch
|
blob
|
history
diff --git
a/sound/soc/rockchip/rockchip_hdmi_dp.c
b/sound/soc/rockchip/rockchip_hdmi_dp.c
index 4dee75c8c581d305c2ab4cd12833aaac57162b81..4db9fb7b7daebae4b5d3ae0dcdadbe784d47c8d9 100644
(file)
--- a/
sound/soc/rockchip/rockchip_hdmi_dp.c
+++ b/
sound/soc/rockchip/rockchip_hdmi_dp.c
@@
-57,6
+57,12
@@
static int rk_hdmi_dp_hw_params(struct snd_pcm_substream *substream,
case 88200:
mclk = 11289600;
break;
+ case 176400:
+ mclk = 11289600 * 2;
+ break;
+ case 192000:
+ mclk = 12288000 * 2;
+ break;
default:
return -EINVAL;
}