Skip to content

Commit

Permalink
ALSA: core - add missing compress device type to /proc/asound/devices
Browse files Browse the repository at this point in the history
Signed-off-by: Jaroslav Kysela <[email protected]>
Acked-by: Vinod Koul <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
perexg authored and tiwai committed Feb 10, 2021
1 parent 5427c7d commit 2c28156
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/core/sound.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 "?";
}
Expand Down

0 comments on commit 2c28156

Please sign in to comment.