summaryrefslogtreecommitdiff
path: root/sound/pci/via82xx_modem.c
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2018-12-14 05:35:15 +0300
committerMark Brown <broonie@kernel.org>2018-12-14 14:48:27 +0300
commit79e834914d1fa2d078c586094ad347cc05aa428c (patch)
tree286bfdecc6ce6c5883180b98fd5033738b43ba66 /sound/pci/via82xx_modem.c
parentda215354eb55c382d3d5c426ea0e9aa7ef7c10e1 (diff)
downloadlinux-79e834914d1fa2d078c586094ad347cc05aa428c.tar.xz
ASoC: simple-card: tidyup mclk-fs method
Current simple-card is handling "mclk-fs" by many way. But, it is not useful and readable. We want to do is that allow having mclk-fs everywere. This patch support it. It will be overwrote if lower node has it. sound { simple-audio-card,mclk-fs = <xxx>; // for initial simple-audio-card,dai-link { mclk-fs = <xxx>; // overwrite cpu { mclk-fs = <xxx>; // overwrite }; codec { mclk-fs = <xxx>; // overwrite }; }; }; Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/pci/via82xx_modem.c')
0 files changed, 0 insertions, 0 deletions