Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-microblaze.git] / sound / soc / codecs / wl1273.c
index d8ced45..02232f6 100644 (file)
@@ -414,13 +414,13 @@ int wl1273_get_format(struct snd_soc_component *component, unsigned int *fmt)
        case WL1273_MODE_FM_TX:
                *fmt =  SND_SOC_DAIFMT_I2S |
                        SND_SOC_DAIFMT_NB_NF |
-                       SND_SOC_DAIFMT_CBM_CFM;
+                       SND_SOC_DAIFMT_CBP_CFP;
 
                break;
        case WL1273_MODE_BT:
                *fmt =  SND_SOC_DAIFMT_DSP_A |
                        SND_SOC_DAIFMT_IB_NF |
-                       SND_SOC_DAIFMT_CBM_CFM;
+                       SND_SOC_DAIFMT_CBP_CFP;
 
                break;
        default: