/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Advanced Linux Sound Architecture - ALSA - Driver * Copyright (c) 1994-2003 by Jaroslav Kysela , * Abramo Bagnara */ #ifndef __SOUND_ASOUND_H #define __SOUND_ASOUND_H #include #include #include #ifdef __LITTLE_ENDIAN #define SNDRV_LITTLE_ENDIAN #else #ifdef __BIG_ENDIAN #define SNDRV_BIG_ENDIAN #else #error "Unsupported endian..." #endif #endif #include #endif /* __SOUND_ASOUND_H */ '>index : linux-net-next.git
Unnamed repository; edit this file 'description' to name the repository.Russell King
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-24chelsio: Replace zero-length array with flexible-array memberGustavo A. R. Silva