in 64bit updates we made the sample rate as 32bit explicitly, so update the
library API as well
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
}
int compress_get_tstamp(struct compress *compress,
- unsigned long *samples, unsigned int *sampling_rate)
+ unsigned int *samples, unsigned int *sampling_rate)
{
struct snd_compr_tstamp ktstamp;
* @sampling_rate: sampling rate of decoded samples
*/
int compress_get_tstamp(struct compress *compress,
- unsigned long *samples, unsigned int *sampling_rate);
+ unsigned int *samples, unsigned int *sampling_rate);
/*
* compress_write: write data to the compress stream