diff options
Diffstat (limited to 'sound/soc')
-rw-r--r-- | sound/soc/omap/omap-hdmi.c | 2 | ||||
-rw-r--r-- | sound/soc/omap/omap-hdmi.h | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sound/soc/omap/omap-hdmi.c b/sound/soc/omap/omap-hdmi.c index ec7c7e62b012..a08245d9203c 100644 --- a/sound/soc/omap/omap-hdmi.c +++ b/sound/soc/omap/omap-hdmi.c | |||
@@ -253,7 +253,7 @@ static const struct snd_soc_dai_ops omap_hdmi_dai_ops = { | |||
253 | static struct snd_soc_dai_driver omap_hdmi_dai = { | 253 | static struct snd_soc_dai_driver omap_hdmi_dai = { |
254 | .playback = { | 254 | .playback = { |
255 | .channels_min = 2, | 255 | .channels_min = 2, |
256 | .channels_max = 2, | 256 | .channels_max = 8, |
257 | .rates = OMAP_HDMI_RATES, | 257 | .rates = OMAP_HDMI_RATES, |
258 | .formats = OMAP_HDMI_FORMATS, | 258 | .formats = OMAP_HDMI_FORMATS, |
259 | }, | 259 | }, |
diff --git a/sound/soc/omap/omap-hdmi.h b/sound/soc/omap/omap-hdmi.h index 34c298d5057e..6ad2bf4f2697 100644 --- a/sound/soc/omap/omap-hdmi.h +++ b/sound/soc/omap/omap-hdmi.h | |||
@@ -28,7 +28,9 @@ | |||
28 | #define OMAP_HDMI_AUDIO_DMA_PORT 0x8c | 28 | #define OMAP_HDMI_AUDIO_DMA_PORT 0x8c |
29 | 29 | ||
30 | #define OMAP_HDMI_RATES (SNDRV_PCM_RATE_32000 | \ | 30 | #define OMAP_HDMI_RATES (SNDRV_PCM_RATE_32000 | \ |
31 | SNDRV_PCM_RATE_44100 | SNDRV_PCM_RATE_48000) | 31 | SNDRV_PCM_RATE_44100 | SNDRV_PCM_RATE_48000 | \ |
32 | SNDRV_PCM_RATE_88200 | SNDRV_PCM_RATE_96000 | \ | ||
33 | SNDRV_PCM_RATE_176400 | SNDRV_PCM_RATE_192000) | ||
32 | 34 | ||
33 | #define OMAP_HDMI_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | \ | 35 | #define OMAP_HDMI_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | \ |
34 | SNDRV_PCM_FMTBIT_S24_LE) | 36 | SNDRV_PCM_FMTBIT_S24_LE) |