diff options
Diffstat (limited to 'sound/soc/sh/fsi.c')
-rw-r--r-- | sound/soc/sh/fsi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/sh/fsi.c b/sound/soc/sh/fsi.c index 53486ff9c2af..0540408a9fa9 100644 --- a/sound/soc/sh/fsi.c +++ b/sound/soc/sh/fsi.c | |||
@@ -1631,8 +1631,8 @@ static void fsi_handler_init(struct fsi_priv *fsi) | |||
1631 | fsi->capture.priv = fsi; | 1631 | fsi->capture.priv = fsi; |
1632 | 1632 | ||
1633 | if (fsi->info->tx_id) { | 1633 | if (fsi->info->tx_id) { |
1634 | fsi->playback.slave.slave_id = fsi->info->tx_id; | 1634 | fsi->playback.slave.shdma_slave.slave_id = fsi->info->tx_id; |
1635 | fsi->playback.handler = &fsi_dma_push_handler; | 1635 | fsi->playback.handler = &fsi_dma_push_handler; |
1636 | } | 1636 | } |
1637 | } | 1637 | } |
1638 | 1638 | ||