ALSA: core - add missing compress device type to /proc/asound/devices
Signed-off-by: Jaroslav Kysela <perex@perex.cz> Acked-by: Vinod Koul <vkoul@kernel.org> Link: https://lore.kernel.org/r/20210210083713.1034201-1-perex@perex.cz Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
Родитель
5427c7d629
Коммит
2c28156d88
|
@ -343,6 +343,8 @@ static const char *snd_device_type_name(int type)
|
|||
return "sequencer";
|
||||
case SNDRV_DEVICE_TYPE_TIMER:
|
||||
return "timer";
|
||||
case SNDRV_DEVICE_TYPE_COMPRESS:
|
||||
return "compress";
|
||||
default:
|
||||
return "?";
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче