diff options
Diffstat (limited to 'sound/core/oss/mulaw.c')
-rw-r--r-- | sound/core/oss/mulaw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/oss/mulaw.c b/sound/core/oss/mulaw.c index f7649d4d950..7915564bd39 100644 --- a/sound/core/oss/mulaw.c +++ b/sound/core/oss/mulaw.c | |||
@@ -274,7 +274,7 @@ static snd_pcm_sframes_t mulaw_transfer(struct snd_pcm_plugin *plugin, | |||
274 | return frames; | 274 | return frames; |
275 | } | 275 | } |
276 | 276 | ||
277 | static void init_data(struct mulaw_priv *data, int format) | 277 | static void init_data(struct mulaw_priv *data, snd_pcm_format_t format) |
278 | { | 278 | { |
279 | #ifdef SNDRV_LITTLE_ENDIAN | 279 | #ifdef SNDRV_LITTLE_ENDIAN |
280 | data->cvt_endian = snd_pcm_format_big_endian(format) > 0; | 280 | data->cvt_endian = snd_pcm_format_big_endian(format) > 0; |