Commit 0e18060f authored by Takashi Iwai's avatar Takashi Iwai

ALSA: x86: Drop unused hw_silence field

It's nowhere used.  Let's drop it.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 6ddb3ab6
...@@ -1696,7 +1696,6 @@ int hdmi_audio_probe(struct platform_device *devptr, ...@@ -1696,7 +1696,6 @@ int hdmi_audio_probe(struct platform_device *devptr,
pm_runtime_set_active(intelhaddata->dev); pm_runtime_set_active(intelhaddata->dev);
pm_runtime_enable(intelhaddata->dev); pm_runtime_enable(intelhaddata->dev);
intelhaddata->hw_silence = 1;
*had_ret = intelhaddata; *had_ret = intelhaddata;
return 0; return 0;
......
...@@ -118,7 +118,6 @@ struct had_pvt_data { ...@@ -118,7 +118,6 @@ struct had_pvt_data {
* @kctl: holds kctl ptrs used for channel map * @kctl: holds kctl ptrs used for channel map
* @chmap: holds channel map info * @chmap: holds channel map info
* @audio_reg_base: hdmi audio register base offset * @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 * @underrun_count: PCM stream underrun counter
*/ */
struct snd_intelhad { struct snd_intelhad {
...@@ -142,7 +141,6 @@ struct snd_intelhad { ...@@ -142,7 +141,6 @@ struct snd_intelhad {
struct snd_pcm_chmap *chmap; struct snd_pcm_chmap *chmap;
unsigned int *audio_reg_base; unsigned int *audio_reg_base;
unsigned int audio_cfg_offset; unsigned int audio_cfg_offset;
bool hw_silence;
int underrun_count; int underrun_count;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment