提交 063859c8 编写于 作者: T Takashi Iwai 提交者: Jaroslav Kysela

[ALSA] Remove obsolete chip_t

Modules: Documentation,MIPS AU1x00 driver,PPC Beep,SPARC DBRI driver

Removed the use of chip_t, which was obsoleted.
Signed-off-by: NTakashi Iwai <tiwai@suse.de>
上级 6b172a85
...@@ -3693,8 +3693,7 @@ struct _snd_pcm_runtime { ...@@ -3693,8 +3693,7 @@ struct _snd_pcm_runtime {
<para> <para>
Here, the chip instance is retrieved via Here, the chip instance is retrieved via
<function>snd_kcontrol_chip()</function> macro. This macro <function>snd_kcontrol_chip()</function> macro. This macro
converts from kcontrol-&gt;private_data to the type defined by just accesses to kcontrol-&gt;private_data. The
<type>chip_t</type>. The
kcontrol-&gt;private_data field is kcontrol-&gt;private_data field is
given as the argument of <function>snd_ctl_new()</function> given as the argument of <function>snd_ctl_new()</function>
(see the later subsection (see the later subsection
......
...@@ -57,8 +57,6 @@ MODULE_CLASSES("{sound}"); ...@@ -57,8 +57,6 @@ MODULE_CLASSES("{sound}");
MODULE_DEVICES("{{AMD,Au1000 AC'97}}"); MODULE_DEVICES("{{AMD,Au1000 AC'97}}");
#endif #endif
#define chip_t au1000_t
#define PLAYBACK 0 #define PLAYBACK 0
#define CAPTURE 1 #define CAPTURE 1
#define AC97_SLOT_3 0x01 #define AC97_SLOT_3 0x01
......
...@@ -171,8 +171,6 @@ static int snd_pmac_beep_event(struct input_dev *dev, unsigned int type, unsigne ...@@ -171,8 +171,6 @@ static int snd_pmac_beep_event(struct input_dev *dev, unsigned int type, unsigne
* beep volume mixer * beep volume mixer
*/ */
#define chip_t pmac_t
static int snd_pmac_info_beep(snd_kcontrol_t *kcontrol, snd_ctl_elem_info_t *uinfo) static int snd_pmac_info_beep(snd_kcontrol_t *kcontrol, snd_ctl_elem_info_t *uinfo)
{ {
uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER; uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
......
...@@ -343,9 +343,6 @@ typedef struct snd_dbri { ...@@ -343,9 +343,6 @@ typedef struct snd_dbri {
struct snd_dbri *next; struct snd_dbri *next;
} snd_dbri_t; } snd_dbri_t;
/* Needed for the ALSA macros to work */
#define chip_t snd_dbri_t
#define DBRI_MAX_VOLUME 63 /* Output volume */ #define DBRI_MAX_VOLUME 63 /* Output volume */
#define DBRI_MAX_GAIN 15 /* Input gain */ #define DBRI_MAX_GAIN 15 /* Input gain */
#define DBRI_RIGHT_BALANCE 255 #define DBRI_RIGHT_BALANCE 255
...@@ -1767,7 +1764,7 @@ static void xmit_descs(unsigned long data) ...@@ -1767,7 +1764,7 @@ static void xmit_descs(unsigned long data)
spin_unlock_irqrestore(&dbri->lock, flags); spin_unlock_irqrestore(&dbri->lock, flags);
} }
DECLARE_TASKLET(xmit_descs_task, xmit_descs, 0); static DECLARE_TASKLET(xmit_descs_task, xmit_descs, 0);
/* transmission_complete_intr() /* transmission_complete_intr()
* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册