ALSA: x86: Drop snd_intel_had_interface indirect calls
Yet another indirection is killed: at this time, it's snd_intel_had_interface. It contains also the name string, but it's nowhere used, thus we can kill it, too. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
@@ -149,7 +149,7 @@ struct snd_intelhad {
|
||||
int had_event_handler(enum had_event_type event_type, void *data);
|
||||
|
||||
int hdmi_audio_query(void *drv_data, struct hdmi_audio_event event);
|
||||
int hdmi_audio_suspend(void *drv_data, struct hdmi_audio_event event);
|
||||
int hdmi_audio_suspend(void *drv_data);
|
||||
int hdmi_audio_resume(void *drv_data);
|
||||
int hdmi_audio_mode_change(struct snd_pcm_substream *substream);
|
||||
extern struct snd_pcm_ops snd_intelhad_playback_ops;
|
||||
|
Reference in New Issue
Block a user