Commit e0481a4
committed
ASoC: soc-pcm: Allocate be_substream->runtime for compressed streams
With DPCM when compr is used on FE side, the BE is still running as
'normal' PCM.
It is expected that the be_substream->runtime on the BE is not NULL, for
example some codec drivers expect to have the substream->runtime valid, to
store configuration for example.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>1 parent ec0e6c6 commit e0481a4
1 file changed
Lines changed: 12 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1671 | 1671 | | |
1672 | 1672 | | |
1673 | 1673 | | |
| 1674 | + | |
| 1675 | + | |
1674 | 1676 | | |
1675 | 1677 | | |
1676 | 1678 | | |
| |||
1718 | 1720 | | |
1719 | 1721 | | |
1720 | 1722 | | |
1721 | | - | |
| 1723 | + | |
| 1724 | + | |
| 1725 | + | |
| 1726 | + | |
| 1727 | + | |
| 1728 | + | |
| 1729 | + | |
| 1730 | + | |
| 1731 | + | |
| 1732 | + | |
1722 | 1733 | | |
1723 | 1734 | | |
1724 | 1735 | | |
| |||
0 commit comments