|
@@ -503,7 +503,7 @@ static snd_pcm_uframes_t hiface_pcm_pointer(struct snd_pcm_substream *alsa_sub)
|
|
snd_pcm_uframes_t dma_offset;
|
|
snd_pcm_uframes_t dma_offset;
|
|
|
|
|
|
if (rt->panic || !sub)
|
|
if (rt->panic || !sub)
|
|
- return SNDRV_PCM_STATE_XRUN;
|
|
|
|
|
|
+ return SNDRV_PCM_POS_XRUN;
|
|
|
|
|
|
spin_lock_irqsave(&sub->lock, flags);
|
|
spin_lock_irqsave(&sub->lock, flags);
|
|
dma_offset = sub->dma_off;
|
|
dma_offset = sub->dma_off;
|