Skip to content

Commit 8cc5459

Browse files
Sugar Zhangrkhuangtao
authored andcommitted
ASoC: rockchip: hdmi_dp: add support for 192k
Change-Id: Ib50106f9c44ef86f2e20cf2b2206b54c8c966a29 Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
1 parent c216735 commit 8cc5459

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

sound/soc/rockchip/rockchip_hdmi_dp.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ static int rk_hdmi_dp_hw_params(struct snd_pcm_substream *substream,
5757
case 88200:
5858
mclk = 11289600;
5959
break;
60+
case 176400:
61+
mclk = 11289600 * 2;
62+
break;
63+
case 192000:
64+
mclk = 12288000 * 2;
65+
break;
6066
default:
6167
return -EINVAL;
6268
}

0 commit comments

Comments
 (0)