Lines Matching refs:direction
197 if (config->direction & MSP_DIR_TX)
199 if (config->direction & MSP_DIR_RX)
364 if (config->direction & MSP_DIR_RX)
366 if (config->direction & MSP_DIR_TX)
428 tx_sel = (config->direction & MSP_DIR_TX) > 0;
429 rx_sel = (config->direction & MSP_DIR_RX) > 0;
431 dev_err(msp->dev, "%s: Error: No direction selected!\n",
554 int ux500_msp_i2s_trigger(struct ux500_msp *msp, int cmd, int direction)
568 if (direction == SNDRV_PCM_STREAM_PLAYBACK)
579 if (direction == SNDRV_PCM_STREAM_PLAYBACK)