Home
last modified time | relevance | path

Searched refs:note_offset (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/
H A Dvidtv_s302m.h37 * @note_offset: Position at the music tone array
45 unsigned int note_offset; member
H A Dvidtv_s302m.c253 ctx->note_offset = 0; in vidtv_s302m_get_sample()
262 pos = (2 * PI * ctx->note_offset * ctx->last_tone) / S302M_SAMPLING_RATE_HZ; in vidtv_s302m_get_sample()
263 ctx->note_offset++; in vidtv_s302m_get_sample()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/
H A Dvidtv_s302m.h37 * @note_offset: Position at the music tone array
45 unsigned int note_offset; member
H A Dvidtv_s302m.c253 ctx->note_offset = 0; in vidtv_s302m_get_sample()
262 pos = (2 * PI * ctx->note_offset * ctx->last_tone) / S302M_SAMPLING_RATE_HZ; in vidtv_s302m_get_sample()
263 ctx->note_offset++; in vidtv_s302m_get_sample()

Completed in 3 milliseconds