diff options
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/asound.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sound/asound.h b/include/sound/asound.h index 1c02ed1d7c4a..16684c5a608c 100644 --- a/include/sound/asound.h +++ b/include/sound/asound.h | |||
@@ -385,7 +385,7 @@ struct snd_pcm_sw_params { | |||
385 | 385 | ||
386 | struct snd_pcm_channel_info { | 386 | struct snd_pcm_channel_info { |
387 | unsigned int channel; | 387 | unsigned int channel; |
388 | off_t offset; /* mmap offset */ | 388 | __kernel_off_t offset; /* mmap offset */ |
389 | unsigned int first; /* offset to first sample in bits */ | 389 | unsigned int first; /* offset to first sample in bits */ |
390 | unsigned int step; /* samples distance in bits */ | 390 | unsigned int step; /* samples distance in bits */ |
391 | }; | 391 | }; |
@@ -789,7 +789,7 @@ struct snd_ctl_elem_info { | |||
789 | snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */ | 789 | snd_ctl_elem_type_t type; /* R: value type - SNDRV_CTL_ELEM_TYPE_* */ |
790 | unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */ | 790 | unsigned int access; /* R: value access (bitmask) - SNDRV_CTL_ELEM_ACCESS_* */ |
791 | unsigned int count; /* count of values */ | 791 | unsigned int count; /* count of values */ |
792 | pid_t owner; /* owner's PID of this control */ | 792 | __kernel_pid_t owner; /* owner's PID of this control */ |
793 | union { | 793 | union { |
794 | struct { | 794 | struct { |
795 | long min; /* R: minimum value */ | 795 | long min; /* R: minimum value */ |