mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 21:21:41 +00:00
ALSA: xen-front: remove unused struct 'alsa_sndif_hw_param'
'alsa_sndif_hw_param' has been unused since the original
commit 1cee559351
("ALSA: xen-front: Implement ALSA virtual sound
driver").
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Link: https://lore.kernel.org/r/20240601232604.198662-1-linux@treblig.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
4ecb16d925
commit
cc3c237641
@ -69,11 +69,6 @@ struct alsa_sndif_sample_format {
|
|||||||
snd_pcm_format_t alsa;
|
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[] = {
|
static const struct alsa_sndif_sample_format ALSA_SNDIF_FORMATS[] = {
|
||||||
{
|
{
|
||||||
.sndif = XENSND_PCM_FORMAT_U8,
|
.sndif = XENSND_PCM_FORMAT_U8,
|
||||||
|
Loading…
Reference in New Issue
Block a user