diff options
author | Takashi Iwai <tiwai@suse.de> | 2017-01-30 15:58:15 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-02-03 17:20:24 +0100 |
commit | 4812dcc437fbe0ddc2319dae7c31254f57d4ae44 (patch) | |
tree | 36ad3fb5fd6c3e1dabd82a1cf40de7495a9cda13 /sound/x86/intel_hdmi_lpe_audio.h | |
parent | 716733032ab3203498f17f785c2e1d1ca08a51a1 (diff) |
ALSA: x86: Remove v1 ops and structs
The v1 code refers to Medfield/Clovertrail. It's not used at all in
the current driver, and probably won't be ever. Let's clean this up,
then we can go to the next stage of cleanup tasks.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/x86/intel_hdmi_lpe_audio.h')
-rw-r--r-- | sound/x86/intel_hdmi_lpe_audio.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/sound/x86/intel_hdmi_lpe_audio.h b/sound/x86/intel_hdmi_lpe_audio.h index 3aed89af5b45..5d94aaf0b980 100644 --- a/sound/x86/intel_hdmi_lpe_audio.h +++ b/sound/x86/intel_hdmi_lpe_audio.h @@ -362,19 +362,6 @@ union aud_cfg { u32 aud_en:1; u32 layout:1; u32 fmt:2; - u32 num_ch:2; - u32 rsvd0:1; - u32 set:1; - u32 flat:1; - u32 val_bit:1; - u32 user_bit:1; - u32 underrun:1; - u32 rsvd1:20; - } cfg_regx; - struct { - u32 aud_en:1; - u32 layout:1; - u32 fmt:2; u32 num_ch:3; u32 set:1; u32 flat:1; @@ -439,11 +426,6 @@ union aud_ch_status_1 { */ union aud_hdmi_cts { struct { - u32 cts_val:20; - u32 en_cts_prog:1; - u32 rsvd:11; - } cts_regx; - struct { u32 cts_val:24; u32 en_cts_prog:1; u32 rsvd:7; @@ -460,11 +442,6 @@ union aud_hdmi_cts { */ union aud_hdmi_n_enable { struct { - u32 n_val:20; - u32 en_n_prog:1; - u32 rsvd:11; - } n_regx; - struct { u32 n_val:24; u32 en_n_prog:1; u32 rsvd:7; @@ -481,12 +458,6 @@ union aud_hdmi_n_enable { */ union aud_buf_config { struct { - u32 fifo_width:8; - u32 rsvd0:8; - u32 aud_delay:8; - u32 rsvd1:8; - } buf_cfg_regx; - struct { u32 audio_fifo_watermark:8; u32 dma_fifo_watermark:3; u32 rsvd0:5; |