#ifndef __USBAUDIO_PCM_H #define __USBAUDIO_PCM_H snd_pcm_uframes_t snd_usb_pcm_delay(struct snd_usb_substream *subs, unsigned int rate); void snd_usb_set_pcm_ops(struct snd_pcm *pcm, int stream); int snd_usb_init_pitch(struct snd_usb_audio *chip, int iface, struct usb_host_interface *alts, struct audioformat *fmt); #endif /* __USBAUDIO_PCM_H */ vcs-git' href='git://git.distanz.ch/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/drivers/net/tg3.h
diff options
context:
space:
mode:
authorMatt Carlson <mcarlson@broadcom.com>2011-04-13 11:05:08 +0000
committerDavid S. Miller <davem@davemloft.net>2011-04-13 17:10:08 -0700
commitc3e945006ab2295e9a3f4327aa74a502ad123fe6 (patch)
tree06bb8b4e44ea7db96f3c6c751a39020ad3d76b47 /drivers/net/tg3.h
parent4852a8614f63999e38539ad16615054dcd20a05d (diff)
tg3: Add support for extended VPD blocks
In some devices, the VPD block is relocated to a different area in NVRAM. The original location can still contain old, but still valid VPD data. This patch changes the code to look for an extended VPD block in NVRAM. If one is found, that block is used for all VPD operations instead. Signed-off-by: Matt Carlson <mcarlson@broadcom.com> Reviewed-by: Michael Chan <mchan@broadcom.com> Reviewed-by: Benjamin Li <benli@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/tg3.h')