From 16912fcce2802752ba11b884d920c71cae5eb1c9 Mon Sep 17 00:00:00 2001 From: Mark Farrugia Date: Wed, 3 Apr 2019 17:37:54 +1100 Subject: Refactor 'sealed' to 'configured' Signed-off-by: Mark Farrugia --- pcm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcm.c') diff --git a/pcm.c b/pcm.c index 32456cd..8fec3f0 100644 --- a/pcm.c +++ b/pcm.c @@ -90,8 +90,8 @@ static int pcm_open(struct snd_pcm_substream *substream) struct snd_pcm_hardware *hw; unsigned int chans = 0; - if (!snd_avirt_streams_sealed()) { - D_ERRORK("Cannot open PCM. Card is not sealed"); + if (!snd_avirt_streams_configured()) { + D_ERRORK("Cannot open PCM. Card is not configured"); return -EPERM; } -- cgit 1.2.3-korg