]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - sound/soc/codecs/tlv320aic3x.c
Merge remote-tracking branches 'asoc/topic/omap', 'asoc/topic/oom' and 'asoc/topic...
[mirror_ubuntu-artful-kernel.git] / sound / soc / codecs / tlv320aic3x.c
index 446303198ffd39bb28927e66f980b5b22cee3fe1..f14b551b729e390196059d26812997213fd6f8b3 100644 (file)
@@ -879,7 +879,7 @@ static int aic3x_hw_params(struct snd_pcm_substream *substream,
        case SNDRV_PCM_FORMAT_S20_3LE:
                data |= (0x01 << 4);
                break;
-       case SNDRV_PCM_FORMAT_S24_LE:
+       case SNDRV_PCM_FORMAT_S24_3LE:
                data |= (0x02 << 4);
                break;
        case SNDRV_PCM_FORMAT_S32_LE: