Commit cc3c2376 authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Takashi Iwai

ALSA: xen-front: remove unused struct 'alsa_sndif_hw_param'

'alsa_sndif_hw_param' has been unused since the original
commit 1cee5593 ("ALSA: xen-front: Implement ALSA virtual sound
driver").

Remove it.
Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Link: https://lore.kernel.org/r/20240601232604.198662-1-linux@treblig.orgSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 4ecb16d9
......@@ -69,11 +69,6 @@ struct alsa_sndif_sample_format {
snd_pcm_format_t alsa;
};
struct alsa_sndif_hw_param {
u8 sndif;
snd_pcm_hw_param_t alsa;
};
static const struct alsa_sndif_sample_format ALSA_SNDIF_FORMATS[] = {
{
.sndif = XENSND_PCM_FORMAT_U8,
......
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