]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - sound/soc/sti/uniperif.h
ASoC: sti: Add clock adjustement control
[mirror_ubuntu-jammy-kernel.git] / sound / soc / sti / uniperif.h
index f1e583de3c6f18fe5ad0cfb5d258f49d7b9e1c48..ee462f7daaff92f09dff5d8dbc22c51569f076ad 100644 (file)
@@ -1175,6 +1175,7 @@ struct uniperif {
        /* Clocks */
        struct clk *clk;
        int mclk;
+       int clk_adj;
 
        /* Runtime data */
        enum uniperif_state state;
@@ -1183,6 +1184,7 @@ struct uniperif {
 
        /* Specific to IEC958 player */
        struct uniperif_iec958_settings stream_settings;
+       struct mutex ctrl_lock; /* For resource updated by stream and controls*/
 
        /*alsa ctrl*/
        struct snd_kcontrol_new *snd_ctrls;