Skip to content

Commit cc3c237

Browse files
Dr. David Alan Gilberttiwai
authored andcommitted
ALSA: xen-front: remove unused struct 'alsa_sndif_hw_param'
'alsa_sndif_hw_param' has been unused since the original commit 1cee559 ("ALSA: xen-front: Implement ALSA virtual sound driver"). Remove it. Signed-off-by: Dr. David Alan Gilbert <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 4ecb16d commit cc3c237

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sound/xen/xen_snd_front_alsa.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@ struct alsa_sndif_sample_format {
6969
snd_pcm_format_t alsa;
7070
};
7171

72-
struct alsa_sndif_hw_param {
73-
u8 sndif;
74-
snd_pcm_hw_param_t alsa;
75-
};
76-
7772
static const struct alsa_sndif_sample_format ALSA_SNDIF_FORMATS[] = {
7873
{
7974
.sndif = XENSND_PCM_FORMAT_U8,

0 commit comments

Comments
 (0)