[PATCH 1/1] ice1712: tiny patch defining i2c eeprom addr to header file

2017-11-05 Thread Konstantinos Tsimpoukas
Signed-off-by: Konstantinos Tsimpoukas --- sound/pci/ice1712/ice1712.c | 2 +- sound/pci/ice1712/ice1712.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sound/pci/ice1712/ice1712.c b/sound/pci/ice1712/ice1712.c index 0e66afa..f1fe497 100644 --- a/sound/pci/ice1712

[PATCH 1/1] ice1712: Replacing hex with #defines

2014-08-26 Thread Konstantinos Tsimpoukas
Adds to te readability of the ice1712 driver. Signed-off-by: Konstantinos Tsimpoukas --- sound/pci/ice1712/ice1712.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/pci/ice1712/ice1712.c b/sound/pci/ice1712/ice1712.c index 87f7fc4..206ed2c 100644 --- a/sound/pci

[PATCH 1/1] ice1712: check if snd card loaded, if not do not proceed

2014-07-10 Thread Konstantinos Tsimpoukas
Just adding a simple if statement, which verifies if actually card is loaded, if not does not continue with the execution of the snd_card_free. Signed-off-by: Konstantinos Tsimpoukas --- sound/pci/ice1712/ice1712.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound/pci

[PATCH 1/1] ice1712: Correcting/completing #defines for REGS

2014-07-02 Thread Konstantinos Tsimpoukas
This small patch completes #defines for Control/Status Register, adds comments for the missing ones there and on the Interrupt Mask Register and additionally corrects "#define ICE1712_SERR_LEVEL 0x04 -> 0x08", according to documentation. Signed-off-by: Konstantinos Tsimpoukas -

[PATCH 1/1] ice1712: Aligning definitions in header file

2014-07-01 Thread Konstantinos Tsimpoukas
Aligning #defines in ice1712.h file. Signed-off-by: Konstantinos Tsimpoukas --- sound/pci/ice1712/ice1712.h | 84 ++--- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/sound/pci/ice1712/ice1712.h b/sound/pci/ice1712/ice1712.h index b209fc3