projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5427c7d
)
ALSA: core - add missing compress device type to /proc/asound/devices
author
Jaroslav Kysela
<perex@perex.cz>
Wed, 10 Feb 2021 08:37:13 +0000
(09:37 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Wed, 10 Feb 2021 09:31:53 +0000
(10:31 +0100)
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>
sound/core/sound.c
patch
|
blob
|
history
diff --git
a/sound/core/sound.c
b/sound/core/sound.c
index 2f759febe36501a012863f6cb830638781072465..af89e51dd44a66b2ec57e7b98b6aa1bc06a25f1e 100644
(file)
--- a/
sound/core/sound.c
+++ b/
sound/core/sound.c
@@
-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 "?";
}