Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 99830 Details for
Bug 151638
net-dialup/hsfmodem hda support in kernel 2.6.18
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
First patch
hsf-7.47.00.03-read_size.patch (text/plain), 1.51 KB, created by
Nemanja Jakovljevic
on 2006-10-16 14:34:16 UTC
(
hide
)
Description:
First patch
Filename:
MIME Type:
Creator:
Nemanja Jakovljevic
Created:
2006-10-16 14:34:16 UTC
Size:
1.51 KB
patch
obsolete
>diff -urN hsfmodem-7.47.00.03full/modules/GPL/hda/hda_proc.c hsfmodem-7.47.00.03full-read_size/modules/GPL/hda/hda_proc.c >--- hsfmodem-7.47.00.03full/modules/GPL/hda/hda_proc.c 2006-08-30 11:30:01.000000000 -0400 >+++ hsfmodem-7.47.00.03full-read_size/modules/GPL/hda/hda_proc.c 2006-09-21 15:03:44.000000000 -0400 >@@ -318,7 +318,7 @@ > if (err < 0) > return err; > >-#ifdef FOUND_TLV >+#ifndef FOUND_READ_SIZE > snd_info_set_text_ops(entry, codec, print_codec_info); > #else > snd_info_set_text_ops(entry, codec, 32 * 1024, print_codec_info); >diff -urN hsfmodem-7.47.00.03full/modules/Makefile hsfmodem-7.47.00.03full-read_size/modules/Makefile >--- hsfmodem-7.47.00.03full/modules/Makefile 2006-08-30 11:23:53.000000000 -0400 >+++ hsfmodem-7.47.00.03full-read_size/modules/Makefile 2006-09-21 15:02:55.000000000 -0400 >@@ -100,8 +100,9 @@ > FOUND_KZALLOC := $(shell grep -q 'kzalloc' ${REAL_KERNELSRC}/include/linux/slab.h 2>/dev/null && echo -DFOUND_KZALLOC) > FOUND_OPEN_SUBSTREAM_FILE := $(shell grep -q 'snd_pcm_open_substream.*struct[ \t]*file' ${REAL_KERNELSRC}/include/sound/pcm.h 2>/dev/null && echo -DFOUND_OPEN_SUBSTREAM_FILE) > FOUND_TLV := $(shell test -e ${REAL_KERNELSRC}/include/sound/tlv.h 2>/dev/null && echo -DFOUND_TLV) >+FOUND_READ_SIZE := $(shell grep -q 'long read_size' ${REAL_KERNELSRC}/include/sound/info.h 2>/dev/null && echo -DFOUND_READ_SIZE) > >-HDA_CFLAGS := $(FOUND_KZALLOC) $(FOUND_OPEN_SUBSTREAM_FILE) $(FOUND_TLV) >+HDA_CFLAGS := $(FOUND_KZALLOC) $(FOUND_OPEN_SUBSTREAM_FILE) $(FOUND_TLV) $(FOUND_READ_SIZE) > > else > KO= o >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 151638
: 99830 |
99831