hdsp.c (9004acc70e8c49c50c4c7b652f906f1e0ed5709d) hdsp.c (1374f8ceeefcb24194c29b9a81ecc40118d2c4d1)
1/*
2 * ALSA driver for RME Hammerfall DSP audio interface(s)
3 *
4 * Copyright (c) 2002 Paul Davis
5 * Marcus Andersson
6 * Thomas Charbonnel
7 *
8 * This program is free software; you can redistribute it and/or modify

--- 3541 unchanged lines hidden (view full) ---

3550 snd_iprintf(buffer, "AEB : on (ADAT1 internal)\n");
3551 else
3552 snd_iprintf(buffer, "AEB : off (ADAT1 external)\n");
3553 snd_iprintf(buffer, "\n");
3554 }
3555
3556}
3557
1/*
2 * ALSA driver for RME Hammerfall DSP audio interface(s)
3 *
4 * Copyright (c) 2002 Paul Davis
5 * Marcus Andersson
6 * Thomas Charbonnel
7 *
8 * This program is free software; you can redistribute it and/or modify

--- 3541 unchanged lines hidden (view full) ---

3550 snd_iprintf(buffer, "AEB : on (ADAT1 internal)\n");
3551 else
3552 snd_iprintf(buffer, "AEB : off (ADAT1 external)\n");
3553 snd_iprintf(buffer, "\n");
3554 }
3555
3556}
3557
3558static void __devinit snd_hdsp_proc_init(struct hdsp *hdsp)
3558static void snd_hdsp_proc_init(struct hdsp *hdsp)
3559{
3560 struct snd_info_entry *entry;
3561
3562 if (! snd_card_proc_new(hdsp->card, "hdsp", &entry))
3563 snd_info_set_text_ops(entry, hdsp, snd_hdsp_proc_read);
3564}
3565
3566static void snd_hdsp_free_buffers(struct hdsp *hdsp)

--- 1599 unchanged lines hidden ---
3559{
3560 struct snd_info_entry *entry;
3561
3562 if (! snd_card_proc_new(hdsp->card, "hdsp", &entry))
3563 snd_info_set_text_ops(entry, hdsp, snd_hdsp_proc_read);
3564}
3565
3566static void snd_hdsp_free_buffers(struct hdsp *hdsp)

--- 1599 unchanged lines hidden ---