diff options
author | Radim Krčmář <rkrcmar@redhat.com> | 2017-01-17 17:53:01 +0100 |
---|---|---|
committer | Radim Krčmář <rkrcmar@redhat.com> | 2017-01-17 17:53:01 +0100 |
commit | a9ff720e0fee2f64c279e71c1bf86e93804295d2 (patch) | |
tree | c9d6a77274bcb90142aace2dd4a1c9808a191533 /include/sound/hdmi-codec.h | |
parent | 21e7fbe7db2a983c046a05f12419d88c554a0f5a (diff) | |
parent | 06b35d93af0a5904aa832f58733be84ddbfe2e04 (diff) | |
download | talos-op-linux-a9ff720e0fee2f64c279e71c1bf86e93804295d2.tar.gz talos-op-linux-a9ff720e0fee2f64c279e71c1bf86e93804295d2.zip |
Merge branch 'x86/cpufeature' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next
For AVX512_VPOPCNTDQ.
Diffstat (limited to 'include/sound/hdmi-codec.h')
-rw-r--r-- | include/sound/hdmi-codec.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sound/hdmi-codec.h b/include/sound/hdmi-codec.h index 530c57bdefa0..915c4357945c 100644 --- a/include/sound/hdmi-codec.h +++ b/include/sound/hdmi-codec.h @@ -36,10 +36,10 @@ struct hdmi_codec_daifmt { HDMI_AC97, HDMI_SPDIF, } fmt; - int bit_clk_inv:1; - int frame_clk_inv:1; - int bit_clk_master:1; - int frame_clk_master:1; + unsigned int bit_clk_inv:1; + unsigned int frame_clk_inv:1; + unsigned int bit_clk_master:1; + unsigned int frame_clk_master:1; }; /* |