Loading sound/soc/msm/msm-dai-fe.c +15 −0 Original line number Diff line number Diff line Loading @@ -668,6 +668,21 @@ static struct snd_soc_dai_driver msm_fe_dais[] = { .name = "PRI_MI2S_TX_HOSTLESS", .probe = fe_dai_probe, }, { .playback = { .stream_name = "Primary MI2S_RX Hostless Playback", .aif_name = "PRI_MI2S_DL_HL", .rates = SNDRV_PCM_RATE_8000_48000, .formats = SNDRV_PCM_FMTBIT_S16_LE, .channels_min = 1, .channels_max = 2, .rate_min = 8000, .rate_max = 48000, }, .ops = &msm_fe_dai_ops, .name = "PRI_MI2S_RX_HOSTLESS", .probe = fe_dai_probe, }, { .playback = { .stream_name = "Secondary MI2S_RX Hostless Playback", Loading Loading
sound/soc/msm/msm-dai-fe.c +15 −0 Original line number Diff line number Diff line Loading @@ -668,6 +668,21 @@ static struct snd_soc_dai_driver msm_fe_dais[] = { .name = "PRI_MI2S_TX_HOSTLESS", .probe = fe_dai_probe, }, { .playback = { .stream_name = "Primary MI2S_RX Hostless Playback", .aif_name = "PRI_MI2S_DL_HL", .rates = SNDRV_PCM_RATE_8000_48000, .formats = SNDRV_PCM_FMTBIT_S16_LE, .channels_min = 1, .channels_max = 2, .rate_min = 8000, .rate_max = 48000, }, .ops = &msm_fe_dai_ops, .name = "PRI_MI2S_RX_HOSTLESS", .probe = fe_dai_probe, }, { .playback = { .stream_name = "Secondary MI2S_RX Hostless Playback", Loading