diff options
| author | 2024-10-23 18:07:47 +0100 | |
|---|---|---|
| committer | 2024-10-23 18:07:47 +0100 | |
| commit | a77e6c12cd9755cff27a3ed8bafe403284d46bb8 (patch) | |
| tree | 397aa5da9a13471e4e1f4bfe57a2d0759ccd24c9 /lib/xarray.c | |
| parent | ASoC: codecs: fix error code in ntp8835_i2c_probe() (diff) | |
| parent | ASoC: soc-pcm: merge DPCM and non-DPCM validation check (diff) | |
| download | wireguard-linux-a77e6c12cd9755cff27a3ed8bafe403284d46bb8.tar.xz wireguard-linux-a77e6c12cd9755cff27a3ed8bafe403284d46bb8.zip | |
ASoC: remove dpcm_xxx flags
Merge series from Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>:
Now, we don't need to use dpcm_playback/capture flags for DPCM since v6.11,
and thus we can use playback/capture_only flags instead too for DPCM,
which is same as non-DPCM.
Let's remove dpcm_playback/capture flags, and use playback/capture_only flags
instead.
[Before] [After]
dpcm_playback = 1; /* no setting is needed */
dpcm_capture = 1;
dpcm_playback = 1; playback_only = 1;
dpcm_capture = 0;
dpcm_playback = 0; capture_only = 1;
dpcm_capture = 1;
And then, because no-one uses dpcm_xxx flags, we don't need to have the code
for both DPCM and non-DPCM. These can be handled by same code.
Diffstat (limited to 'lib/xarray.c')
0 files changed, 0 insertions, 0 deletions
