Home
last modified time | relevance | path

Searched defs:snd_pcm_params (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/libmix/mix_audio/src/
Dintel_sst_ioctl.h65 struct snd_pcm_params { struct
66 __u16 codec; /* codec type */
67 __u8 num_chan; /* 1=Mono, 2=Stereo */
68 __u8 pcm_wd_sz; /* 16/24 - bit*/
69 __u32 brate; /* Bitrate in bits per second */
70 __u32 sfreq; /* Sampling rate in Hz */
71 __u16 frame_size;
72 __u16 samples_per_frame; /* Frame size num samples per frame */
73 __u32 period_count; /* period elapsed time count, in samples,*/