29 Sep, 2011
1 commit
-
sound_timer.info.name is a 32 character buffer. This function only
has one caller (in sound/oss/ad1848.c) and it passes as 128 character
buffer as "name". I don't know if this is a problem in real life,
and I doubt we're going to add more OSS drivers so it's unlikely to
become an issue. But we may as well take care of it.Signed-off-by: Dan Carpenter
Signed-off-by: Takashi Iwai
28 Aug, 2010
1 commit
-
The spinlock lock in sound_timer.c is used without initialization.
Signed-off-by: Akinobu Mita
Signed-off-by: Takashi Iwai
04 Oct, 2006
2 commits
-
Move all EXPORT_SYMBOL's from sound/oss/*_syms.c to the files with the
actual functions.Signed-off-by: Adrian Bunk
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Many files include the filename at the beginning, serveral used a wrong one.
Signed-off-by: Uwe Zeisberger
Signed-off-by: Adrian Bunk
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!