diff options
-rw-r--r-- | drivers/media/video/cx88/cx88-alsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-alsa.c b/drivers/media/video/cx88/cx88-alsa.c index ecb9a74ae03d..3e293da0f70b 100644 --- a/drivers/media/video/cx88/cx88-alsa.c +++ b/drivers/media/video/cx88/cx88-alsa.c | |||
@@ -335,7 +335,7 @@ static struct snd_pcm_hardware snd_cx88_digital_hw = { | |||
335 | .rates = SNDRV_PCM_RATE_48000, | 335 | .rates = SNDRV_PCM_RATE_48000, |
336 | .rate_min = 48000, | 336 | .rate_min = 48000, |
337 | .rate_max = 48000, | 337 | .rate_max = 48000, |
338 | .channels_min = 1, | 338 | .channels_min = 2, |
339 | .channels_max = 2, | 339 | .channels_max = 2, |
340 | .buffer_bytes_max = (2*2048), | 340 | .buffer_bytes_max = (2*2048), |
341 | .period_bytes_min = 2048, | 341 | .period_bytes_min = 2048, |