diff options
author | Takashi Iwai <tiwai@suse.de> | 2017-01-31 09:53:56 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-02-03 19:25:43 +0300 |
commit | 0e18060f99a42c20f87d64eb30e5f424509643ae (patch) | |
tree | 9f34692824345f4cfefa565f17b00da13e90a1d1 /sound/x86/intel_hdmi_audio.h | |
parent | 6ddb3ab66f94109c524859ba4dd9d43772893676 (diff) | |
download | linux-0e18060f99a42c20f87d64eb30e5f424509643ae.tar.xz |
ALSA: x86: Drop unused hw_silence field
It's nowhere used. Let's drop it.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/x86/intel_hdmi_audio.h')
-rw-r--r-- | sound/x86/intel_hdmi_audio.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/x86/intel_hdmi_audio.h b/sound/x86/intel_hdmi_audio.h index da0a927d37fe..32a2fb766e47 100644 --- a/sound/x86/intel_hdmi_audio.h +++ b/sound/x86/intel_hdmi_audio.h @@ -118,7 +118,6 @@ struct had_pvt_data { * @kctl: holds kctl ptrs used for channel map * @chmap: holds channel map info * @audio_reg_base: hdmi audio register base offset - * @hw_silence: flag indicates SoC support for HW silence/Keep alive * @underrun_count: PCM stream underrun counter */ struct snd_intelhad { @@ -142,7 +141,6 @@ struct snd_intelhad { struct snd_pcm_chmap *chmap; unsigned int *audio_reg_base; unsigned int audio_cfg_offset; - bool hw_silence; int underrun_count; }; |