aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ctxfi/cthw20k2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/ctxfi/cthw20k2.c')
-rw-r--r--sound/pci/ctxfi/cthw20k2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/ctxfi/cthw20k2.c b/sound/pci/ctxfi/cthw20k2.c
index b9c9349058bc..b1438861d38a 100644
--- a/sound/pci/ctxfi/cthw20k2.c
+++ b/sound/pci/ctxfi/cthw20k2.c
@@ -2237,7 +2237,7 @@ static void hw_write_20kx(struct hw *hw, u32 reg, u32 data)
2237 writel(data, (void *)(hw->mem_base + reg)); 2237 writel(data, (void *)(hw->mem_base + reg));
2238} 2238}
2239 2239
2240static struct hw ct20k2_preset __devinitdata = { 2240static struct hw ct20k2_preset = {
2241 .irq = -1, 2241 .irq = -1,
2242 2242
2243 .card_init = hw_card_init, 2243 .card_init = hw_card_init,
@@ -2345,7 +2345,7 @@ static struct hw ct20k2_preset __devinitdata = {
2345 .get_wc = get_wc, 2345 .get_wc = get_wc,
2346}; 2346};
2347 2347
2348int __devinit create_20k2_hw_obj(struct hw **rhw) 2348int create_20k2_hw_obj(struct hw **rhw)
2349{ 2349{
2350 struct hw20k2 *hw20k2; 2350 struct hw20k2 *hw20k2;
2351 2351