.. | .. |
---|
43 | 43 | #define trace_xrun(substream) |
---|
44 | 44 | #define trace_hw_ptr_error(substream, reason) |
---|
45 | 45 | #define trace_applptr(substream, prev, curr) |
---|
| 46 | +#define trace_applptr_start(substream, frame) |
---|
46 | 47 | #endif |
---|
47 | 48 | |
---|
48 | 49 | #define STRING_LENGTH_OF_INT 12 |
---|
.. | .. |
---|
2139 | 2140 | if (err < 0) |
---|
2140 | 2141 | return err; |
---|
2141 | 2142 | |
---|
| 2143 | + trace_applptr_start(substream, size); |
---|
| 2144 | + |
---|
2142 | 2145 | is_playback = substream->stream == SNDRV_PCM_STREAM_PLAYBACK; |
---|
2143 | 2146 | if (interleaved) { |
---|
2144 | 2147 | if (runtime->access != SNDRV_PCM_ACCESS_RW_INTERLEAVED && |
---|