-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
V4L/DVB (8477): v4l: remove obsolete audiochip.h
Converted the last users of audiochip.h to the v4l2-chip-ident.h header and remove the now unused audiochip.h header. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
- Loading branch information
Hans Verkuil
authored and
Mauro Carvalho Chehab
committed
Jul 26, 2008
1 parent
d417f71
commit 38f9d30
Showing
9 changed files
with
65 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +0,0 @@ | ||
/* | ||
*/ | ||
|
||
#ifndef AUDIOCHIP_H | ||
#define AUDIOCHIP_H | ||
|
||
enum audiochip { | ||
AUDIO_CHIP_NONE, | ||
AUDIO_CHIP_UNKNOWN, | ||
/* Provided by video chip */ | ||
AUDIO_CHIP_INTERNAL, | ||
/* Provided by tvaudio.c */ | ||
AUDIO_CHIP_TDA8425, | ||
AUDIO_CHIP_TEA6300, | ||
AUDIO_CHIP_TEA6420, | ||
AUDIO_CHIP_TDA9840, | ||
AUDIO_CHIP_TDA985X, | ||
AUDIO_CHIP_TDA9874, | ||
AUDIO_CHIP_PIC16C54, | ||
/* Provided by msp3400.c */ | ||
AUDIO_CHIP_MSP34XX, | ||
/* Provided by wm8775.c */ | ||
AUDIO_CHIP_WM8775 | ||
}; | ||
|
||
#endif /* AUDIOCHIP_H */ | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters